/freebsd/contrib/tcsh/ |
H A D | sh.parse.c | 71 asyntax(struct wordent *p1, struct wordent *p2) in asyntax() 82 asyn0(struct wordent *p1, struct wordent *p2) in asyn0() 133 asyn3(struct wordent *p1, struct wordent *p2) in asyn3() 181 freenod(struct wordent *p1, struct wordent *p2) in freenod() 206 syntax(const struct wordent *p1, const struct wordent *p2, int flags) in syntax() 223 syn0(const struct wordent *p1, const struct wordent *p2, int flags) in syn0() 291 syn1(const struct wordent *p1, const struct wordent *p2, int flags) in syn1() 333 syn1a(const struct wordent *p1, const struct wordent *p2, int flags) in syn1a() 375 syn1b(const struct wordent *p1, const struct wordent *p2, int flags) in syn1b() 416 syn2(const struct wordent *p1, const struct wordent *p2, int flags) in syn2() [all …]
|
H A D | sh.exp.c | 196 int p2; in exp0() local 219 tcsh_number_t p2; in exp1() local 243 tcsh_number_t p2; in exp2x() local 266 tcsh_number_t p2; in exp2a() local 289 tcsh_number_t p2; in exp2b() local 309 Char *p2; in exp2c() local 351 Char *p1, *p2; in exp3() local 397 Char *p1, *p2; in exp3a() local 426 Char *p1, *p2; in exp4() local 463 Char *p1, *p2; in exp5() local
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 207 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) \ argument 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 247 #define GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS(p0, p1, p2) \ argument 252 #define GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument [all …]
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_ktr.h | 45 #define VCPU_CTR2(vm, vcpuid, format, p1, p2) \ argument 48 #define VCPU_CTR3(vm, vcpuid, format, p1, p2, p3) \ argument 51 #define VCPU_CTR4(vm, vcpuid, format, p1, p2, p3, p4) \ argument 61 #define VM_CTR2(vm, format, p1, p2) \ argument 64 #define VM_CTR3(vm, format, p1, p2, p3) \ argument 67 #define VM_CTR4(vm, format, p1, p2, p3, p4) \ argument
|
/freebsd/sys/compat/linux/ |
H A D | linux_util.h | 111 #define LINUX_CTR2(f, m, p1, p2) LINUX_CTR6(f, m, p1, p2, 0, 0, 0, 0) argument 112 #define LINUX_CTR3(f, m, p1, p2, p3) LINUX_CTR6(f, m, p1, p2, p3, 0, 0, 0) argument 113 #define LINUX_CTR4(f, m, p1, p2, p3, p4) LINUX_CTR6(f, m, p1, p2, p3, p4, 0, 0) argument 102 LINUX_CTR6(f,m,p1,p2,p3,p4,p5,p6) global() argument 110 LINUX_CTR2(f,m,p1,p2) global() argument 118 LINUX_CTR2(f,m,p1,p2) global() argument 119 LINUX_CTR3(f,m,p1,p2,p3) global() argument 120 LINUX_CTR4(f,m,p1,p2,p3,p4) global() argument 121 LINUX_CTR5(f,m,p1,p2,p3,p4,p5) global() argument 122 LINUX_CTR6(f,m,p1,p2,p3,p4,p5,p6) global() argument [all...] |
H A D | linux_fork.c | 69 struct proc *p2; in linux_fork() local 99 struct proc *p2; in linux_vfork() local 130 struct proc *p2; in linux_clone_proc() local
|
/freebsd/contrib/lua/src/ |
H A D | ltm.c | 104 const TValue *p2, const TValue *p3) { in luaT_callTM() 120 const TValue *p2, StkId res) { in luaT_callTMres() 137 static int callbinTM (lua_State *L, const TValue *p1, const TValue *p2, in callbinTM() 148 void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_trybinTM() 175 void luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_trybinassocTM() 201 int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callorderTM() 223 TValue aux; const TValue *p2; in luaT_callorderiTM() local
|
/freebsd/sys/sys/ |
H A D | ktr.h | 79 #define CTR6(m, format, p1, p2, p3, p4, p5, p6) do { \ argument 87 #define CTR2(m, format, p1, p2) CTR6(m, format, p1, p2, 0, 0, 0, 0) argument 88 #define CTR3(m, format, p1, p2, p3) CTR6(m, format, p1, p2, p3, 0, 0, 0) argument 89 #define CTR4(m, format, p1, p2, p3, p4) CTR6(m, format, p1, p2, p3, p4, 0, 0) argument 90 #define CTR5(m, format, p1, p2, p3, p4, p5) CTR6(m, format, p1, p2, p3, p4, p5, 0) argument 94 #define CTR2(m, d, p1, p2) (void)0 argument 95 #define CTR3(m, d, p1, p2, p3) (void)0 argument 96 #define CTR4(m, d, p1, p2, p3, p4) (void)0 argument 97 #define CTR5(m, d, p1, p2, p3, p4, p5) (void)0 argument 98 #define CTR6(m, d, p1, p2, p3, p4, p5, p6) (void)0 argument [all …]
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 1240 compare_pid(const void *p1, const void *p2) in compare_pid() 1251 compare_tid(const void *p1, const void *p2) in compare_tid() 1348 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *)arg2; in compare_cpu() local 1366 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *)arg2; in compare_size() local 1384 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *)arg2; in compare_res() local 1402 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *) arg2; in compare_time() local 1420 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *)arg2; in compare_prio() local 1437 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *)arg2; in compare_threads() local 1455 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *)arg2; in compare_jid() local 1473 const struct kinfo_proc *p2 = *(const struct kinfo_proc * const *)arg2; in compare_swap() local [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aes_amd64.S | 331 #define ff_rnd(p1, p2, p3, p4, round) /* normal forward round */ \ argument 384 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument 433 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument 509 #define ii_rnd(p1, p2, p3, p4, round) /* normal inverse round */ \ argument 562 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument 611 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfminmax.S | 47 p2 = dfcmp.eq(A,B) // if A == B define 67 p2 = dfcmp.eq(A,B) define
|
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/ |
H A D | skein_block.c | 135 #define Round256(p0, p1, p2, p3, ROT, rNum) \ in Skein_256_Process_Block() argument 140 #define R256(p0, p1, p2, p3, ROT, rNum) /* fully unrolled */ \ in Skein_256_Process_Block() argument 151 #define R256(p0, p1, p2, p3, ROT, rNum) \ in Skein_256_Process_Block() argument 351 #define Round512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, rNum) \ in Skein_512_Process_Block() argument 358 #define R512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, rNum) /* unrolled */ \ in Skein_512_Process_Block() argument 373 #define R512(p0, p1, p2, p3, p4, p5, p6, p7, ROT, rNum) \ in Skein_512_Process_Block() argument 608 #define Round1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, \ in Skein1024_Process_Block() argument 620 #define R1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, \ in Skein1024_Process_Block() argument 645 #define R1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, \ in Skein1024_Process_Block() argument
|
/freebsd/sys/crypto/skein/ |
H A D | skein_block.c | 118 #define Round256(p0,p1,p2,p3,ROT,rNum) \ in Skein_256_Process_Block() argument 123 #define R256(p0,p1,p2,p3,ROT,rNum) /* fully unrolled */ \ in Skein_256_Process_Block() argument 134 #define R256(p0,p1,p2,p3,ROT,rNum) \ in Skein_256_Process_Block() argument 312 #define Round512(p0,p1,p2,p3,p4,p5,p6,p7,ROT,rNum) \ in Skein_512_Process_Block() argument 319 #define R512(p0,p1,p2,p3,p4,p5,p6,p7,ROT,rNum) /* unrolled */ \ in Skein_512_Process_Block() argument 334 #define R512(p0,p1,p2,p3,p4,p5,p6,p7,ROT,rNum) \ in Skein_512_Process_Block() argument 540 #define Round1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rNum) \ in Skein1024_Process_Block() argument 551 #define R1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rn) \ in Skein1024_Process_Block() argument 574 #define R1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rn) \ in Skein1024_Process_Block() argument
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_cc.c | 52 char *p1, *p2, *p3; in test_default_name() local 105 krb5_principal p, p2; in test_mcache() local 168 krb5_principal p, p2; in test_init_vs_destroy() local 453 krb5_principal p, p2; in test_copy() local 495 krb5_principal p, p2; in test_move() local
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_utils.c | 203 u_char *p1, *p2; in __bt_defcmp() local 231 u_char *p1, *p2; in __bt_defpfx() local
|
/freebsd/lib/libufs/ |
H A D | block.c | 54 void *p2; in bread() local 94 void *p2; in bwrite() local
|
/freebsd/sys/libkern/ |
H A D | memcmp.c | 45 const unsigned char *p1 = s1, *p2 = s2; variable
|
H A D | timingsafe_bcmp.c | 24 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_bcmp() local
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_x931p.c | 53 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, in BN_X931_derive_prime_ex() 219 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, in BN_X931_generate_prime_ex()
|
/freebsd/sys/riscv/include/ |
H A D | sbi.h | 130 #define SBI_CALL2(e, f, p1, p2) SBI_CALL5(e, f, p1, p2, 0, 0, 0) argument 131 #define SBI_CALL3(e, f, p1, p2, p3) SBI_CALL5(e, f, p1, p2, p3, 0, 0) argument 132 #define SBI_CALL4(e, f, p1, p2, p3, p4) SBI_CALL5(e, f, p1, p2, p3, p4, 0) argument 133 #define SBI_CALL5(e, f, p1, p2, p3, p4, p5) sbi_call(e, f, p1, p2, p3, p4, p5) argument
|
/freebsd/lib/libc/string/ |
H A D | bcmp.c | 40 char *p1, *p2; in bcmp() local
|
H A D | memcmp.c | 44 const unsigned char *p1 = s1, *p2 = s2; in memcmp() local
|
H A D | timingsafe_bcmp.c | 25 const unsigned char *p1 = b1, *p2 = b2; in __timingsafe_bcmp() local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | timingsafe_bcmp.c | 26 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_bcmp() local
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | timingsafe_bcmp.c | 27 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_bcmp() local
|