Searched refs:p1 (Results 126 - 150 of 702) sorted by relevance

1234567891011>>

/macosx-10.10/groff-38/groff/src/preproc/grn/
H A Dhgraph.cpp86 register POINT *p1; local
91 if (!DBNullelt(element) && !Nullpoint((p1 = element->ptlist))) {
92 /* p1 always has first point */
97 p1->y += adj1;
100 p1->y += adj2;
103 p1->y += adj3;
106 p1->y += adj4;
111 HGPutText(element->type, *p1, element->textpt);
119 p2 = PTNextPoint(p1);
121 doarc(*p1, *p
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtpkcs7.com12 $ if p1 .nes. "" then t = p1
38 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
46 $ backup/compare fff.p ff.p1
51 $ backup/compare f.p ff.p1
H A Dtreq50 $cmd -in f.d -inform d -outform p >ff.p1
61 cmp fff.p ff.p1
75 cmp f.p ff.p1
H A Dtrsa50 $cmd -in f.d -inform d -outform p >ff.p1
61 cmp fff.p ff.p1
75 cmp f.p ff.p1
H A Dtpkcs7d29 $cmd -in f.d -inform d -outform p >ff.p1
35 cmp f.p ff.p1
H A Dtpkcs7d.com12 $ if p1 .nes. "" then t = p1
38 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
44 $ backup/compare f.p ff.p1
/macosx-10.10/ncurses-44/ncurses/misc/
H A Demx.src109 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
129 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
143 setab=\E[4%p1%dm,
144 setaf=\E[3%p1%dm,
154 setab=\E[4%p1%dm,
155 setaf=\E[3%p1%dm,
175 cup=\E[%i%p1%d;%p2%dH,
188 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
201 cup=\E[%i%p1%d;%p2%dH,
211 pfkey=\E[0;%p1
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGradient.cpp39 Gradient::Gradient(const FloatPoint& p0, const FloatPoint& p1) argument
42 , m_p1(p1)
53 Gradient::Gradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1, float aspectRatio) argument
56 , m_p1(p1)
187 FloatPoint p1; member in struct:WebCore::__anon5736
204 parameters.p1 = m_p1;
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dexp.c63 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
91 vc(p1, 1.6666666666666602251E-1 ,aaaa,3f2a,a9f1,aaaa, -2, .AAAAAAAAAAA9F1)
103 #define p1 vccast(p1) macro
110 ic(p1, 1.6666666666666601904E-1, -3, 1.555555555553E)
146 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
192 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dx86unix.pl232 local($p1,$p2,$optimize)=@_;
233 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
235 { push(@out,"\tpshufw\t\$0xe4,%$p2,%$p1\n"); }
257 local($name,$p1,$p2)=@_;
264 if ((defined($special{$name})) && defined($regs{$p1}) && ($p2 == 1))
266 $op=$special{$name}|$reg_val{$p1};
273 $p1=&conv($p1);
274 &main'comment("$name $p2 $p1");
285 push(@out,&conv($p1)
[all...]
/macosx-10.10/python_modules-40/Modules/macholib-1.2.1.dev-r432/
H A DMakefile7 (cd $(DIR) && patch -p1) < patches/dyld_info_only.diff
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drecd008.tcl38 set p1 $key
39 set kvals($p1) $str
66 { {recd008_parent abort ENV DB $method $p1 TXNID 1 1 $breadth $depth}
68 { {recd008_parent commit ENV DB $method $p1 TXNID 1 1 $breadth $depth}
75 recd008_setkval $dbfile $p1
77 recd008_setkval $dbfile $p1
88 proc recd008_setkval { dbfile p1 } {
94 set ret [$db get $p1]
96 set kvals($p1) [lindex [lindex $ret 0] 1]
109 # (children modify p1)
[all...]
/macosx-10.10/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_utils.c207 u_char *p1, *p2; local
216 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2)
217 if (*p1 != *p2)
218 return ((int)*p1 - (int)*p2);
235 u_char *p1, *p2; local
240 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt)
241 if (*p1 != *p2)
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dio.c575 char *p0, *p1, *buffer0, *buffer1;
604 p1 = buffer1 = (char *) w1;
608 if (p0 == p1)
610 p0 = p1 += n1;
617 p0[n0] = ~p1[n0];
619 p1[n1] = ~p0[n1];
629 p1 = (char *) w1;
630 while (*p0 == *p1)
631 p0++, p1++;
637 (buffer1 + n1 - filevec[1].missing_newline < p1)))
569 char *p0, *p1, *buffer0, *buffer1; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DPathCairo.cpp199 static inline float areaOfTriangleFormedByPoints(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3) argument
201 return p1.x() * (p2.y() - p3.y()) + p2.x() * (p3.y() - p1.y()) + p3.x() * (p1.y() - p2.y());
204 void Path::addArcTo(const FloatPoint& p1, const FloatPoint& p2, float radius) argument
216 // Draw only a straight line to p1 if any of the points are equal or the radius is zero
218 if ((p1.x() == p0.x() && p1.y() == p0.y()) || (p1.x() == p2.x() && p1
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardViewMouse.mm141 GLdouble p1[3];
145 p1+0, p1+1, p1+2);
148 GLdouble yint = (knownY-p1[1])/(p0[1]-p1[1]);
149 pos[0] = p1[0]+(p0[0]-p1[0])*yint;
151 pos[2] = p1[2]+(p0[2]-p1[
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dregexp.c60 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars);
358 int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars) argument
364 vars->loc1 = p1;
365 return (_advance(p1, p2, vars));
371 if (*p1 != c)
373 if (_advance(p1, p2, vars)) {
374 vars->loc1 = p1;
377 } while (*p1++);
382 if (_advance(p1, p2, vars)) {
383 vars->loc1 = p1;
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFunctional.h114 R operator()(P1 p1) argument
116 return m_function(p1);
134 R operator()(P1 p1, P2 p2) argument
136 return m_function(p1, p2);
154 R operator()(P1 p1, P2 p2, P3 p3) argument
156 return m_function(p1, p2, p3);
174 R operator()(P1 p1, P2 p2, P3 p3, P4 p4) argument
176 return m_function(p1, p2, p3, p4);
194 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
196 return m_function(p1, p
244 operator ()(C* c, P1 p1) argument
249 operator ()(const WeakPtr<C>& c, P1 p1) argument
272 operator ()(C* c, P1 p1, P2 p2) argument
277 operator ()(const WeakPtr<C>& c, P1 p1, P2 p2) argument
300 operator ()(C* c, P1 p1, P2 p2, P3 p3) argument
305 operator ()(const WeakPtr<C>& c, P1 p1, P2 p2, P3 p3) argument
328 operator ()(C* c, P1 p1, P2 p2, P3 p3, P4 p4) argument
333 operator ()(const WeakPtr<C>& c, P1 p1, P2 p2, P3 p3, P4 p4) argument
356 operator ()(C* c, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
361 operator ()(const WeakPtr<C>& c, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
482 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1) argument
507 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2) argument
534 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3) argument
563 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
594 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
627 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationbasedatabuilder.h61 static int32_t diffTwoBytePrimaries(uint32_t p1, uint32_t p2, UBool isCompressible);
62 static int32_t diffThreeBytePrimaries(uint32_t p1, uint32_t p2, UBool isCompressible);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/tests/
H A Dt-dsa.cpp134 int T_memcmp(POINTER p1, POINTER p2, unsigned int size) argument
135 { return memcmp(p1, p2, size); }
136 void T_memcpy(POINTER p1, POINTER p2, unsigned int size) argument
137 { memcpy(p1, p2, size); }
138 void T_memmove(POINTER p1, POINTER p2, unsigned int size) argument
139 { memmove(p1, p2, size); }
140 void T_memset(POINTER p1, int size, unsigned int val) argument
141 { memset(p1, size, val); }
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dcopysign.c103 long p1; member in union:__anon8030
127 long p1; member in union:__anon8033
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsgeometry.py42 p1 = NSPoint(1, 2)
54 self.failUnless(NSEqualPoints(p1, p1) is True)
55 self.failUnless(NSEqualPoints(p1, p2) is False)
85 self.failUnless(NSPointInRect(p1, r1) is True)
86 self.failUnless(NSMouseInRect(p1, r1, False) is True)
92 self.assertEquals(NSStringFromPoint(p1), u'{1, 2}')
96 self.assertEquals(v, p1)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsgeometry.py41 p1 = NSPoint(1, 2)
53 self.assertIs(NSEqualPoints(p1, p1), True)
54 self.assertIs(NSEqualPoints(p1, p2), False)
80 self.assertIs(NSPointInRect(p1, r1), True)
81 self.assertIs(NSMouseInRect(p1, r1, False), True)
85 self.assertEqual(NSStringFromPoint(p1), u'{1, 2}')
89 self.assertEqual(v, p1)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttkprogress.rb52 p1 = Ttk::Progressbar.new(frame, :mode=>:determinate)
56 :command=>proc{ p1.start; p2.start })
58 :command=>proc{ p1.stop; p2.stop })
60 Tk.grid(p1, '-', :pady=>5, :padx=>10)
/macosx-10.10/ruby-106/ruby/test/uri/
H A Dtest_parser.rb33 p1 = URI::Parser.new(:ESCAPED => "(?:#{escaped}|%u[#{hex}]{4})")
34 u1 = p1.parse('http://a/b/%uABCD')

Completed in 260 milliseconds

1234567891011>>