Searched refs:p1 (Results 451 - 475 of 702) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/screen-22/screen/
H A Dmisc.c701 xsnprintf(s, n, fmt, p1, p2, p3, p4, p5, p6)
705 unsigned long p1, p2, p3, p4, p5, p6;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_acorn.c491 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
493 return (memcmp(p1, p2, (size_t) c));
H A Dtif_vms.c290 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
292 return (memcmp(p1, p2, (size_t) c));
H A Dtif_getimage.c672 unsigned char* p1; local
689 p1 = p0 + tilesize;
690 p2 = p1 + tilesize;
717 if (TIFFReadTile(tif, p1, col+img->col_offset,
751 p0 + pos, p1 + pos, p2 + pos, (alpha?(pa+pos):NULL));
754 tw, nrow, 0, toskew, p0 + pos, p1 + pos, p2 + pos, (alpha?(pa+pos):NULL));
876 unsigned char *p0, *p1, *p2, *pa; local
894 p1 = p0 + stripsize;
895 p2 = p1 + stripsize;
924 p1, ((ro
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dtssgm.vim37 syn keyword tssgmParam p1 p2 p3 p4 p5 p6 rot1 rot2 rot3 tx ty tz
/macosx-10.10/vim-55/src/proto/
H A Dmbyte.pro27 int utf_composinglike __ARGS((char_u *p1, char_u *p2));
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOHibernatePrivate.h446 hibernate_machine_entrypoint(uint32_t p1, uint32_t p2, uint32_t p3, uint32_t p4);
448 hibernate_kernel_entrypoint(uint32_t p1, uint32_t p2, uint32_t p3, uint32_t p4);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dpriority.c94 timer_call_param_t p1)
97 thread_t thread = p1;
92 thread_quantum_expire( timer_call_param_t p0, timer_call_param_t p1) argument
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src317 :..rp=%p1%c\E[%p2%{1}%-%db:
334 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
338 :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m:\
362 :..sa=\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:\
372 :..sa=\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:\
384 # setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dpkinit.c1997 char *p1; local
1998 p1 = strsep(p, " \t");
1999 if (p1 == NULL) {
2005 ret = der_parse_hex_heim_integer(p1, integer);
2025 char *p1; local
2045 p1 = strsep(&p, " \t");
2046 if (p1 == NULL) {
2052 m1->name = strdup(p1);
2059 p1 = strsep(&p, " \t");
2060 if (p1
[all...]
H A Drd_req.c373 krb5_principal p1, p2; local
377 &p1,
384 res = krb5_principal_compare(context, p1, p2);
385 krb5_free_principal(context, p1);
/macosx-10.10/apache-793/httpd/server/
H A Dutil.c306 char *p1, *p2; local
317 p1 = (char *)s1;
319 for (++p1, ++p2; apr_tolower(*p1) == apr_tolower(*p2); ++p1, ++p2) {
320 if (*p1 == '\0') {
346 const char *p1; local
351 p1 = bigstring;
352 while (*p1 && *prefix) {
353 if (*p1
[all...]
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.y3699 Parm *p, *p1;
3709 Parm *p1 = tp;
3711 p1 = nextSibling(p1);
3713 Setattr(p1,"name",pn);
3714 Setattr(p1,"partialarg","1");
3719 p1 = tp;
3721 while (p1) {
3722 if (!Getattr(p1,"partialarg")) {
3723 Delattr(p1,"nam
[all...]
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DHTMLTwoLines.pm16 { my $p1 = $self->filename_prefix_a;
22 . "$p1 $fn1" . (defined $t1 ? " " . localtime $t1 : '') . '</span>';
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddcfmapts.cpp328 UnicodeString p1("#,##0.0#;(#,##0.0#)");
329 logln((UnicodeString)"Applying pattern " + p1);
331 pat.applyPattern(p1, status);
338 if(s2 != p1) {
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h156 static void delayedEvent(thread_call_param_t p0, thread_call_param_t p1);
198 static void clamshellWork( thread_call_param_t p0, thread_call_param_t p1 );
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrhash.c317 hash_purge(hash_table *table, void (*purge_func)(char *p1, void *p2)) argument
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa.h143 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Ddsa.h143 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddsa.h117 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certTime/
H A DextenCooker.cpp258 CSSM_X509_TYPE_VALUE_PAIR &p1 = local
262 if(p1.valueType != p2.valueType) {
266 if(compCssmData(p1.type, p2.type, "ATV.type")) {
269 if(compCssmData(p1.value, p2.value, "ATV.value")) {
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcigettext.c255 static int transcmp PARAMS ((const void *p1, const void *p2));
257 transcmp (p1, p2)
258 const void *p1;
265 s1 = (const struct known_translation_t *) p1;
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dcompare_curl_source.com129 $ if p1 .eqs. "SRCBCK"
145 $ if p1 .eqs. "VMSBCK"
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c251 static int transcmp PARAMS ((const void *p1, const void *p2));
253 transcmp (p1, p2)
254 const void *p1;
261 s1 = (const struct known_translation_t *) p1;
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-ref.el44 (p1 (or (cdr loc1) 0))
47 (pmax (max p1 p2 p3)))
51 ((= p1 pmax)
53 (setq reftex-default-context-position (+ p1 (length (car loc1))))

Completed in 1417 milliseconds

<<11121314151617181920>>