Searched refs:p2 (Results 201 - 225 of 637) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTrig.c1330 TkGetMiterPoints(p1, p2, p3, width, m1, m2)
1333 double p2[]; /* Points to x- and y-coordinates of vertex
1339 * point (see as you face from p1 to p2). */
1343 double theta1; /* Angle of segment p2-p1. */
1344 double theta2; /* Angle of segment p2-p3. */
1349 double dist; /* Distance of miter points from p2. */
1364 p2x = floor(p2[0]+0.5);
1365 p2y = floor(p2[1]+0.5);
1399 * looking from p1 to p2).
1431 * p1 *---------------* p2
[all...]
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_overflow.c431 u_int8_t *p1, *p2; local
463 for (p2 = (u_int8_t *)pagep + P_OVERHEAD(dbp);
464 cmp_bytes-- > 0; ++p1, ++p2)
465 if (*p1 != *p2) {
466 *cmpp = (long)*p1 - (long)*p2;
516 u_int8_t *p1, *p2; local
575 p2 = (u_int8_t *)match_pagep + P_OVERHEAD(dbp);
576 cmp_bytes-- > 0; ++p1, ++p2)
577 if (*p1 != *p2) {
578 *cmpp = (long)*p1 - (long)*p2;
[all...]
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCCCryptorTestFuncs.c64 size_t p1, p2; local
75 p2 = dataInLength - p1;
76 // diag("Processing length %d in two parts %d and %d\n", (int) dataInLength, (int) p1, (int) p2);
90 if(p2) {
92 retval = CCCryptorUpdate(cref, dataIn, p2, dataOut, dataOutAvailable, &newmoved);
94 diag("P2 - Tried to move %d - failed\n", (int) p2);
138 size_t p1, p2; local
146 p2 = dataInLength - p1;
147 // diag("Processing length %d in two parts %d and %d\n", (int) dataInLength, (int) p1, (int) p2);
161 if(p2) {
[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
218 if ((p1.x() == p0.x() && p1.y() == p0.y()) || (p1.x() == p2.x() && p1.y() == p2.y()) || !radius
219 || !areaOfTriangleFormedByPoints(p0, p1, p2)) {
225 FloatPoint p1p2((p2.x() - p1.x()),(p2
[all...]
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinInit.c631 register CONST char *env, *p1, *p2;
662 p2 = nameUpper;
663 for (; *p2 == *p1; p1++, p2++) {
666 if ((*p1 == '=') && (*p2 == '\0')) {
622 register CONST char *env, *p1, *p2; local
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dterminfo.src351 cup=\E[%i%p1%d;%p2%dH, home=\E[H,
353 rep=%p1%c\E[%p2%{1}%-%db,
373 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m,
377 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m,
382 csr=\E[%i%p1%d;%p2%dr, rc=\E8, sc=\E7,
401 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p9%t;11%;m,
408 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,
418 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,
456 cuf=\E[%p1%dC, cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA,
522 bel=^G, clear=\E[;H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTrig.c1597 double p2[], /* Points to x- and y-coordinates of vertex
1603 * (see as you face from p1 to p2). */
1607 double theta1; /* Angle of segment p2-p1. */
1608 double theta2; /* Angle of segment p2-p3. */
1613 double dist; /* Distance of miter points from p2. */
1631 p2x = floor(p2[0]+0.5);
1632 p2y = floor(p2[1]+0.5);
1670 * p1 to p2).
1703 * p1 *---------------* p2
1707 * M1 and m2 will be W units apart, with p2 centere
1579 TkGetMiterPoints( double p1[], double p2[], double p3[], double width, double m1[], double m2[]) argument
1710 TkGetButtPoints( double p1[], double p2[], double width, int project, double m1[], double m2[]) argument
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.h65 #define CMP_IOAUDIOENGINEPOSITION(p1, p2) \
66 (((p1)->fLoopCount > (p2)->fLoopCount) ? 1 : \
67 ((p1)->fLoopCount == (p2)->fLoopCount) && ((p1)->fSampleFrame > (p2)->fSampleFrame) ? 1 : \
68 ((p1)->fLoopCount == (p2)->fLoopCount) && ((p1)->fSampleFrame == (p2)->fSampleFrame) ? 0 : -1)
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.cpp252 IOReturn IOHIDParamUserClient::extPostEvent(void*p1,void*p2,void*,void*,void*,void*)
256 result = owner ? owner->extPostEvent(p1, p2, NULL, NULL, NULL, NULL) : kIOReturnOffline;
507 IOReturn IOHIDEventSystemUserClient::createEventQueue(void*p1,void*p2,void*p3,void*,void*,void*)
510 IOByteCount size = (uintptr_t)p2;
558 IOReturn IOHIDEventSystemUserClient::destroyEventQueue(void*p1,void*p2,void*,void*,void*,void*)
561 UInt32 queueID = (uintptr_t) p2;
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-add.c378 char prompt[100], *p1, *p2; local
385 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
386 if (strcmp(p1, p2) != 0) {
390 memset(p2, 0, strlen(p2));
391 xfree(p2);
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbf_buff.c275 char *p1,*p2; local
352 p2=ctx->obuf;
360 p2=(char *)OPENSSL_malloc((int)num);
361 if (p2 == NULL)
375 if (ctx->obuf != p2)
378 ctx->obuf=p2;
/macosx-10.10/OpenSSL098-52/src/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c110 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
298 cl_mod_exp *p2; local
325 !(p2 = (cl_mod_exp *)DSO_bind_func(
352 p_cl_mod_exp = p2;
549 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
558 /* let t = a2 ^ p2 mod m */
559 if (!cluster_labs_mod_exp(&t,a2,p2,m,ctx)) goto end;
548 cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_atalla.c108 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
343 tfnASI_RSAPrivateKeyOpFn *p2; local
369 !(p2 = (tfnASI_RSAPrivateKeyOpFn *)DSO_bind_func(
379 p_Atalla_RSAPrivateKeyOpFn = p2;
545 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
554 /* let t = a2 ^ p2 mod m */
555 if (!atalla_mod_exp(&t,a2,p2,m,ctx)) goto end;
544 atalla_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtrsa.com67 $! 'cmd' -in f.t -inform t -outform p -out ff.p2
77 $! backup/compare fff.p ff.p2
91 $! backup/compare f.p ff.p2
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixInit.c990 register CONST char *env, *p1, *p2;
996 p2 = name;
998 for (; *p2 == *p1; p1++, p2++) {
1001 if ((*p1 == '=') && (*p2 == '\0')) {
1002 *lengthPtr = p2 - name;
985 register CONST char *env, *p1, *p2; local
/macosx-10.10/emacs-93/emacs/src/
H A Dregex.c2753 unsigned char *p1, *p2;
2756 p1 = b; p2 = laststart;
2757 while (p2 < p1)
2758 *b++ = *p2++;
2866 const unsigned char *p2 = p;
2889 if (c == ']' && p2 != p1)
4685 /* Non-zero if "p1 matches something" implies "p2 fails". */
4687 mutually_exclusive_p (bufp, p1, p2)
4689 re_char *p1, *p2;
4696 && p2 >
2734 unsigned char *p1, *p2; local
2847 const unsigned char *p2 = p; local
5757 unsigned char *p2 = (unsigned char*) p + mcnt; /* Jump dest. */ local
5809 unsigned char *p2 = (unsigned char*) p + 2; /* counter loc. */ local
5828 unsigned char *p2 = (unsigned char*) p + 2; /* counter loc. */ local
5840 unsigned char *p2; /* Location of the counter. */ local
6205 register re_char *p1 = s1, *p2 = s2; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclUtil.c154 CONST char *p2;
224 p2 = p;
225 while ((p2 < limit)
226 && (!isspace(UCHAR(*p2))) /* INTL: ISO space. */
227 && (p2 < p+20)) {
228 p2++;
232 (int) (p2-p), p);
287 p2 = p;
288 while ((p2 < limit)
289 && (!isspace(UCHAR(*p2))) /* INT
153 CONST char *p2; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dpptest.cpp222 ParsePosition p2(3);
223 if (p != p2)
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A DSQLGetInstalledDrivers.c99 SectSorter (const void *p1, const void *p2) argument
102 const char **s2 = (const char **) p2;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_msdos.c162 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
164 return (memcmp(p1, p2, (size_t) c));
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp132 void StartIOKit( void * p1, void * p2, void * p3, void * p4 ) argument
167 if( rootNub && rootNub->initWithArgs( p1, p2, p3, p4)) {
/macosx-10.10/OpenSSL098-52/src/crypto/jpake/
H A Djpake.h42 JPAKE_STEP_PART p2; /* g^x4, ZKP(x4) or g^x2, ZKP(x2) */ member in struct:__anon3314
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dlocale.sh321 unset i p1 p2 x
329 then p1=s p2="are not space characters"
330 else p1= p2="is not a space character"
332 err_exit "unicode char$p1 ${x#?} $p2 in locale $LC_ALL"
/macosx-10.10/libdispatch-442.1.4/src/shims/
H A Dtsd.h160 struct { uintptr_t p1, p2; } p;
/macosx-10.10/network_cmds-457/alias/
H A Dalias_ftp.c525 int a1, a2, a3, a4, p1, p2; local
541 p1 = *ptr++; p2=*ptr;
546 a1,a2,a3,a4,p1,p2);
551 a1,a2,a3,a4,p1,p2);

Completed in 482 milliseconds

1234567891011>>