Searched refs:p1 (Results 176 - 200 of 1761) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstrcasecmp.c82 const unsigned char *p1 = (const unsigned char *) s1; local
88 c1 = TOLOWER (*p1);
94 ++p1;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dswap.c30 mpfr_prec_t p1, p2; local
35 p1 = MPFR_PREC(u);
37 MPFR_PREC(v) = p1;
/netbsd-current/usr.bin/mail/
H A Dmime_header.c241 const char *p1; local
244 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 &&
245 (*p1 == '\0' || is_FWS(*p1))) {
246 p0 = p1; /* pointer to first character after encoded word */
248 p = skip_FWS(p1);
284 const char *p1; local
288 decode_word((p1 = p, &p1), (q
451 const char *p1; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dc_compi2opp_pr_eq_i7_p.s16 CHECKREG p1, 1;
31 CHECKREG p1, 9;
46 CHECKREG p1, 17;
61 CHECKREG p1, 25;
78 CHECKREG p1, 33;
93 CHECKREG p1, 41;
108 CHECKREG p1, 49;
123 CHECKREG p1, 57;
H A Dc_compi2opp_pr_add_i7_p.s18 CHECKREG p1, 0x00000001;
31 CHECKREG p1, 0x0000000A;
44 CHECKREG p1, 0x0000001B;
57 CHECKREG p1, 0x00000034;
70 CHECKREG p1, 0x00000055;
83 CHECKREG p1, 0x0000007E;
96 CHECKREG p1, 0x000000AF;
109 CHECKREG p1, 0x000000E8;
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dtsmemcmp.c42 isc_tsmemcmp(const void *p1, const void *p2, size_t nb) { argument
43 const unsigned char *ucp1 = p1;
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dpopham.c52 mp_limb_t p0, p1, p2, p3, x, p01, p23; variable
64 p1 = POPHAM (up[1], vp[1]);
65 p1 -= (p1 >> 1) & MP_LIMB_T_MAX/3; /* 2 0-2 */
66 p1 = ((p1 >> 2) & MP_LIMB_T_MAX/5) + (p1 & MP_LIMB_T_MAX/5); /* 4 0-4 */
68 p01 = p0 + p1; /* 8 0-8 */
H A Dtoom42_mulmid.c86 #define p1 scratch macro
95 <----p0----><---t----> <----p1---->
137 mpn_mulmid_basecase (p1, ap + m, 2*m - 1, t, m);
147 mpn_toom42_mulmid (p1, ap + m, t, m, next_scratch);
184 /* e4 at p1[0] */
185 ADDC_LIMB (cy, p1[0], p1[0], e4l);
186 ADDC_LIMB (cy, p1[1], p1[1], e4h + cy);
188 mpn_add_1 (p1
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_Adouble.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Afloat.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Areal.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
38 override int compare(in void* p1, in void* p2) const
40 return Array!F.compare(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_C.d31 override bool equals(in void* p1, in void* p2)
33 Object o1 = *cast(Object*)p1;
39 override int compare(in void* p1, in void* p2)
41 Object o1 = *cast(Object*)p1;
/netbsd-current/external/bsd/pam-u2f/dist/build-aux/ci/
H A Dformat-code.sh32 FORMAT_DIFF=$(git diff -U0 ${COMMIT_RANGE} -- ${FILES_TO_CHECK} | clang-format-diff$CFV -p1)
/netbsd-current/lib/libc/string/
H A Dswab.c65 const char p0 = p[0], p1 = p[1]; local
67 q[0] = p1;
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dweak_undef_test.cc51 int *p1 = &no_such_symbol_; variable
91 if (p1 != NULL)
94 "p1 is not NULL");
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dreg-err.s7 cmp.eq p1, p1 = 0, r0
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_compi2opp_pr_eq_i7_p.s16 CHECKREG p1, 1;
31 CHECKREG p1, 9;
46 CHECKREG p1, 17;
61 CHECKREG p1, 25;
78 CHECKREG p1, 33;
93 CHECKREG p1, 41;
108 CHECKREG p1, 49;
123 CHECKREG p1, 57;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_endian.h67 unsigned int p1 = p[1]; local
70 return ((p0 << 8) | p1);
83 unsigned int p1 = p[1]; local
86 return ((p0 << 24) | (p1 << 16) | (p2 << 8) | p3);
105 unsigned int p1 = p[1]; local
108 return ((p1 << 8) | p0);
121 unsigned int p1 = p[1]; local
124 return ((p3 << 24) | (p2 << 16) | (p1 << 8) | p0);
/netbsd-current/usr.bin/spell/spellprog/
H A Dspellprog.c141 int (*p1)(char *, const char *, const char *, size_t); member in struct:suftab
150 { .suf = "ssen", .p1 = ily, .n1 = 4,
152 { .suf = "ssel", .p1 = ily, .n1 = 4,
154 { .suf = "se", .p1 = s, .n1 = 1,
157 { .suf = "s'", .p1 = s, .n1 = 2,
159 { .suf = "s", .p1 = s, .n1 = 1,
161 { .suf = "ecn", .p1 = ncy, .n1 = 1,
163 { .suf = "ycn", .p1 = ncy, .n1 = 1,
165 { .suf = "ytilb", .p1 = nop, .n1 = 0,
167 { .suf = "ytilib", .p1
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Drominfo.h49 char p1[0xDC0]; member in struct:rominfo
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cygwin/
H A Dtestexe.c12 testexe_main (void* p1, void *p2, char* p3, int p4) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsve-movprfx_1.d11 [^:]+: 04912461 movprfx z1.s, p1/m, z3.s
12 [^:]+: 0497a441 neg z1.s, p1/m, z2.s
H A Dsve-movprfx_10.d12 [^:]+: 04912401 movprfx z1.s, p1/m, z0.s
13 [^:]+: 04d7a441 neg z1.d, p1/m, z2.d // note: register size not compatible with previous `movprfx' at operand 1
H A Dsve-movprfx_12.d11 [^:]+: 04902461 movprfx z1.s, p1/z, z3.s
12 [^:]+: 0497a441 neg z1.s, p1/m, z2.s
H A Dsve-movprfx_14.s8 movprfx z1.s, p1/m, z3.s

Completed in 280 milliseconds

1234567891011>>