Searched refs:p1 (Results 376 - 400 of 666) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dformdata.c1109 char *p0, *p1; local
1118 p1 = filename;
1119 while(*p1) {
1120 if(*p1 == '\\' || *p1 == '"')
1122 *p0++ = *p1++;
H A Dx509asn1.c592 const char * p1; local
600 for(p1 = dn->beg; p1 < dn->end;) {
601 p1 = Curl_getASN1Element(&rdn, p1, dn->end);
/macosx-10.10.1/lsof-53/lsof/
H A Dmisc.c225 struct l_dev **p1 = (struct l_dev **)a1; local
228 if ((dev_t)((*p1)->rdev) < (dev_t)((*p2)->rdev))
230 if ((dev_t)((*p1)->rdev) > (dev_t)((*p2)->rdev))
232 if ((INODETYPE)((*p1)->inode) < (INODETYPE)((*p2)->inode))
234 if ((INODETYPE)((*p1)->inode) > (INODETYPE)((*p2)->inode))
236 return(strcmp((*p1)->name, (*p2)->name));
H A Dproc.c406 struct lproc **p1 = (struct lproc **)a1; local
409 if ((*p1)->pid < (*p2)->pid)
411 if ((*p1)->pid > (*p2)->pid)
415 if ((*p1)->tid < (*p2)->tid)
417 if ((*p1)->tid > (*p2)->tid)
/macosx-10.10.1/ruby-106/ruby/ext/pathname/
H A Dpathname.c128 char *p1, *p2; local
134 p1 = RSTRING_PTR(s1);
136 e1 = p1 + RSTRING_LEN(s1);
138 while (p1 < e1 && p2 < e2) {
140 c1 = (unsigned char)*p1++;
151 if (p1 < e1)
1169 * p1 = Pathname.new("/usr/lib") # Pathname:/usr/lib
1170 * p2 = p1 + "ruby/1.8" # Pathname:/usr/lib/ruby/1.8
1171 * p3 = p1.parent # Pathname:/usr
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkLayout.c418 Ttk_Padding Ttk_AddPadding(Ttk_Padding p1, Ttk_Padding p2) argument
420 p1.left += p2.left;
421 p1.top += p2.top;
422 p1.right += p2.right;
423 p1.bottom += p2.bottom;
424 return p1;
/macosx-10.10.1/vim-55/src/
H A Dmisc2.c1474 char_u *p1; local
1476 p1 = vim_strsave(string);
1477 vim_strup(p1);
1478 return p1;
1490 char_u *p1; local
1492 p1 = vim_strnsave(string, len);
1493 vim_strup(p1);
1494 return p1;
1729 char_u *p1 = (char_u *)b1, *p2 = (char_u *)b2; local
1733 if (*p1 !
3958 char_u *p1, *p2 = NULL; local
5910 char_u *p1; local
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemastypes.c3992 xmlSchemaValPtr p1, p2, q1, q2; local
4001 p1 = xmlSchemaDateNormalize(x, 0);
4002 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day;
4008 xmlSchemaFreeValue(p1);
4014 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q1);
4016 xmlSchemaFreeValue(p1);
4027 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q2);
4033 xmlSchemaFreeValue(p1);
4040 xmlSchemaFreeValue(p1);
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c3985 xmlSchemaValPtr p1, p2, q1, q2; local
3994 p1 = xmlSchemaDateNormalize(x, 0);
3995 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day;
4001 xmlSchemaFreeValue(p1);
4007 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q1);
4009 xmlSchemaFreeValue(p1);
4020 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q2);
4026 xmlSchemaFreeValue(p1);
4033 xmlSchemaFreeValue(p1);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp1903 int p0, p1, p2, p3; // Indices of the significant code points around the local
1909 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
1919 p0 = p1 = p2 = p3 = prevPos;
1928 p0 = p1; c0 = c1;
1929 p1 = p2; c1 = c2;
1936 if (p1 == p2) {
1947 // which requires the additional check for p2 immediately following p1.
1949 if (c1==0x0D && c2==0x0A && p1==(p2-1)) {
2177 int p0, p1, p2, p3; // Indices of the significant code points around the local
2183 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p
2527 int p0, p1, p2, p3; // Indices of the significant code points around the local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-alg.el1664 (let ((p1 (if (equal expr var)
1669 (and p1
1671 (<= (* (1- (length p1)) n) math-is-poly-degree))
1674 (setq accum (math-poly-mul accum p1)
1686 (let ((p1 (math-is-poly-rec (nth 1 expr) negpow)))
1687 (and p1
1690 (math-poly-mix p1 1 p2
1695 (let ((p1 (math-is-poly-rec (nth 1 expr) negpow)))
1696 (and p1
1700 (<= (- (+ (length p1) (lengt
[all...]
/macosx-10.10.1/system_cmds-643.1.1/sc_usage.tproj/
H A Dsc_usage.c572 char *p1, *p2, *p3; local
597 p1 = "preemption ";
599 p1 = "preemptions";
610 preempted, p1, csw, p2, num_of_threads, p3);
643 p1 = "fault ";
645 p1 = "faults";
651 total_faults, p1, scalls, p2);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/xdr_rpc/
H A Dxdr_test.cpp979 CSSM_LIST_ELEMENT_PTR p1, p2; local
988 for (p1 = list1->Head, p2 = list2->Head;
989 p1 != NULL && p2 != NULL;
990 p1 = p1->NextElement, p2 = p2->NextElement)
992 if (p1->ElementType != p2->ElementType)
997 switch (p1->ElementType)
1000 ret = compare_CSSM_DATA(&p1->Element.Word, &p2->Element.Word);
1008 ret = compare_CSSM_LIST(&p1->Element.Sublist, &p2->Element.Sublist);
1016 if (p1
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp916 void * p1, void * p2,
922 p1, p2, p3, p4);
929 result = parent->setDeviceASPMState(this, (IOService *) p1, state);
938 void * p1, void * p2,
942 p1, p2, p3, p4));
914 callPlatformFunction(const OSSymbol * functionName, bool waitForFunction, void * p1, void * p2, void * p3, void * p4) argument
936 callPlatformFunction(const char * functionName, bool waitForFunction, void * p1, void * p2, void * p3, void * p4) argument
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_sureware.c181 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
187 /* let rr = a1 ^ p1 mod m */
188 if (!surewarehk_modexp(rr,a1,p1,m,ctx)) goto end;
439 SureWareHook_Init_t *p1=NULL; local
465 if(!(p1=(SureWareHook_Init_t*)DSO_bind_func(surewarehk_dso, n_surewarehk_Init)) ||
483 p_surewarehk_Init = p1;
180 surewarehk_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.1/OpenSSL098-52/src/ssl/
H A Dt1_enc.c454 unsigned char *p1,*p2; local
481 if ((p1=(unsigned char *)OPENSSL_malloc(num)) == NULL)
487 s->s3->tmp.key_block=p1;
498 tls1_generate_key_block(s,p1,p2,num);
503 { int z; for (z=0; z<num; z++) printf("%02X%c",p1[z],((z+1)%16)?' ':'\n'); }
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomnet.c2728 unsigned_char_p_t p1, p2;
2729 for (i = 0, p1 = endpoint_copy, p2 = endpoint;
2736 *p1++ = *p2;
2743 *p1++ = *p2;
2746 *p1++ = *p2;
2694 unsigned_char_p_t p1, p2; local
/macosx-10.10.1/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp830 for (char_list *p1 = table[c1]; p1; p1 = p1->next)
836 printf("%s %s %d\n", p1->ch, p2->ch, k);
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dinterp.tcl1222 proc p1 {} { procedure
1237 set r [interp eval a p1]
1246 proc p1 {} { procedure
1261 set r [interp eval a p1]
1269 proc p1 {} { procedure
1283 set r [interp eval a p1]
1291 proc p1 {} { procedure
1305 set r [catch {interp eval a p1} msg]
1313 proc p1 {} { procedure
1328 set r [catch {interp eval a p1} ms
1336 proc p1 {} { procedure
1360 proc p1 {} { procedure
1383 proc p1 {} { procedure
1405 proc p1 {} { procedure
1427 proc p1 {} { procedure
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbignum.tcl363 set p1 [::math::bignum::kmul $x1 $y1]
367 set p3 [::math::bignum::sub $p3 $p1]
369 set p1 [::math::bignum::lshiftAtoms $p1 [expr {$m*2}]]
371 set p3 [::math::bignum::add $p3 $p1]
H A Dpdf_stat.tcl347 set p1 [lindex $cdf_normal_prob [expr {$idx-1}]]
352 set x [expr {$x1+($x2-$x1)*($prob-$p1)/($p2-$p1)}]
648 set p1 [Cdf-toms322 $m $n $x1]
649 if { $p1 > $prob } {
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.c110 extern void thread_call_delayed_timer(timer_call_param_t p0, timer_call_param_t p1);
111 static void thread_call_dealloc_timer(timer_call_param_t p0, timer_call_param_t p1);
1381 __unused timer_call_param_t p1
1416 thread_call_delayed_timer_rescan(timer_call_param_t p0, __unused timer_call_param_t p1) argument
1473 __unused timer_call_param_t p1)
1471 thread_call_dealloc_timer( timer_call_param_t p0, __unused timer_call_param_t p1) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8212 int p1; /* First operand */ member in struct:VdbeOp
8260 signed char p1; /* First operand */ member in struct:VdbeOpList
10573 int p1, p2; /* Operands of the opcode used to ends the loop */ member in struct:WhereLevel
21296 /* b: p1 (unmasked) */
21329 /* b: p1<<14 | p3 (unmasked) */
21342 /* b: p1<<14 | p3 (unmasked) */
21343 /* 1:save off p0<<21 | p1<<14 | p2<<7 | p3 (masked) */
21366 /* 2:save off p0<<21 | p1<<14 | p2<<7 | p3 (masked) */
21369 /* s: p0<<21 | p1<<14 | p2<<7 | p3 (masked) */
21374 /* b: p1<<2
58443 sqlite3VdbeAddOp3(Vdbe *p, int op, int p1, int p2, int p3) argument
58477 sqlite3VdbeAddOp1(Vdbe *p, int op, int p1) argument
58480 sqlite3VdbeAddOp2(Vdbe *p, int op, int p1, int p2) argument
58488 sqlite3VdbeAddOp4( Vdbe *p, int op, int p1, int p2, int p3, const char *zP4, int p4type ) argument
58519 sqlite3VdbeAddOp4Int( Vdbe *p, int op, int p1, int p2, int p3, int p4 ) argument
63692 int p1; /* Register to copy from */ member in struct:vdbeExecUnion::OP_Move_stack_vars
63731 int p1; member in struct:vdbeExecUnion::OP_Compare_stack_vars
63748 int p1; /* P1 value of the opcode */ member in struct:vdbeExecUnion::OP_Column_stack_vars
63796 int p1; /* Value of P1 operand */ member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
69237 int p1 = pOp->p1; local
70623 VdbeSorterIter *p1; local
70743 vdbeSorterMerge( VdbeCursor *pCsr, SorterRecord *p1, SorterRecord *p2, SorterRecord **ppOut ) argument
75731 int p1 = pExpr->iTable * (pTab->nCol+1) + 1 + pExpr->iColumn; local
79243 int p1 = p->iDb; local
84235 i64 p1, p2; local
101831 CollSeq *p1 = sqlite3BinaryCompareCollSeq(pParse, pX->pLeft, pX->pRight); local
115915 char *p1 = *pp1; local
116008 char *p1 = *pp1; local
116137 char *p1 = *pp1; local
116278 char *p1 = a1; local
116370 char *p1 = aLeft; local
117690 char *p1 = aPoslist; local
117718 char *p1; local
121931 const sqlite3_tokenizer_module *p1; local
128474 cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
128493 cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/mp/
H A Dmp_sync.c939 __bhcmp(p1, p2)
940 const void *p1, *p2;
944 bhp1 = (BH_TRACK *)p1;
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c162 OSStatus PostEventSIH( void* p1, void* p2 );
1008 PostEventSIH( void* p1, void* p2 ) argument
1010 DVCEventRecordPtr pEvent = (DVCEventRecordPtr) p1;

Completed in 767 milliseconds

<<11121314151617181920>>