/src/tests/usr.bin/indent/ |
opt_lp.c | 19 p1 = first_procedure(second_procedure(p2, p3), 23 p3), 28 second_procedure(p2, p3), 37 p1 = first_procedure(second_procedure(p2, p3), 41 p3), 46 second_procedure(p2, p3), 55 p1 = first_procedure(second_procedure(p2, p3), 59 p3), 64 second_procedure(p2, p3), 73 p1 = first_procedure(second_procedure(p2, p3), [all...] |
/src/sys/external/isc/libsodium/dist/test/default/ |
core_ed25519.c | 41 unsigned char *p, *p2, *p3; local in function:main 58 p3 = (unsigned char *) sodium_malloc(crypto_core_ed25519_BYTES); 63 memcpy(p3, p, crypto_core_ed25519_BYTES); 70 if (memcmp(p, p3, crypto_core_ed25519_BYTES) == 0) { 76 if (memcmp(p, p3, crypto_core_ed25519_BYTES) != 0) { 83 memcpy(p3, p, crypto_core_ed25519_BYTES); 91 if (crypto_scalarmult_ed25519(p3, sc, p) != 0) { 94 if (memcmp(p2, p3, crypto_core_ed25519_BYTES) != 0) { 118 crypto_core_ed25519_add(p3, p2, p2); 119 crypto_core_ed25519_sub(p3, p3, p2) [all...] |
pwhash_scrypt_ll.c | 21 static const uint32_t p3 = 1U; variable in typeref:typename:const uint32_t 56 tv(passwd3, salt3, N3, r3, p3);
|
/src/sys/arch/hp300/stand/common/ |
rominfo.h | 54 char p3[0x100]; /* ?? (FFFFFDD2) */ member in struct:rominfo
|
/src/etc/rc.d/ |
bluetooth | 124 p3=$(check_process ${btattach_cmd}) 125 if [ -n "${p1}${p2}${p3}" ]; then 126 for pid in ${p1} ${p2} ${p3}; do 129 wait_for_pids ${p1} ${p2} ${p3}
|
/src/lib/libm/noieee_src/ |
n_exp.c | 58 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))). 96 vc(p3, 6.6137563214379341918E-5 ,b355,398a,f15f,792e, -13, .8AB355792EF15F) 108 #define p3 vccast(p3) macro 115 ic(p3, 6.6137563214379343612E-5, -14, 1.1566AAF25DE2C) 147 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5)))); 197 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
|
n_erf.c | 176 p3 = -2.686617064084433642889526516177508374437e-0002, variable in typeref:typename:const double 283 r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+ 347 r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+
|
n_lgamma.c | 118 #define p3 1.950702176409779831089963408886e-02 macro 248 p = p0+y*(p1+y*(p2+y*(p3+y*p4)));
|
/src/lib/libm/src/ |
b_exp.c | 66 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))). 86 static const double p3 = 0x1.1566aaf25de2cp-14; variable in typeref:typename:const double 118 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
|
e_lgamma_r.c | 207 double t,y,z,nadj,p,p1,p2,p3,q,r,w; local in function:__ieee754_lgamma_r 261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); 262 p = z*p1-(tt-w*(p2+y*p3));
|
e_lgammaf_r.c | 143 float t,y,z,nadj,p,p1,p2,p3,q,r,w; local in function:__ieee754_lgammaf_r 197 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); 198 p = z*p1-(tt-w*(p2+y*p3));
|
/src/lib/libm/ld128/ |
b_expl.c | 50 #define p3 (p2u.extu_ld) macro 100 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
|
/src/sys/arch/evbmips/alchemy/ |
autoconf.c | 130 device_t p3 = device_parent(p2); local in function:device_register 134 device_is_a(p3, "aupcmcia")) {
|
/src/tests/ipf/ |
t_pools.sh | 70 test_case p3 ptest text text 90 atf_add_test_case p3
|
/src/tests/lib/libc/string/ |
t_memmem.c | 45 char p3[] = "789"; variable in typeref:typename:char[] 88 expect(memmem(b2, lb2, p3, lp3) == (b2 + 7));
|
/src/lib/libm/ld80/ |
b_expl.c | 51 #define p3 (p2u.extu_ld) macro 101 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
|
/src/tests/ipf/regress/ |
Makefile | 190 p3.ipf \ 191 p3.pool \
|
/src/tests/ipf/input/ |
Makefile | 113 p3 \
|
/src/tests/lib/libppath/ |
t_ppath.c | 435 ppath_t *p, *p2, *p3; local in function:ATF_TC_BODY 454 (p3 = ppath_create()) == NULL) 469 if (ppath_push_key(p3, "John Doe") == NULL) 485 rc = ppath_get_object(nd, p3, &r); 495 rc = ppath_get_object(nd, p3, &or); 545 ppath_release(p3); 574 ppath_t *p, *p2, *p3; local in function:ATF_TC_BODY 593 (p3 = ppath_create()) == NULL) 608 if (ppath_push_key(p3, "John Doe") == NULL) 626 rc = ppath_get_object(nd, p3, &r) [all...] |
/src/tests/ipf/expected/ |
Makefile | 160 p3 \
|
/src/sys/arch/hpcmips/tx/ |
tx3912videoreg.h | 358 #define DITHER_PATTERN(p0, p1, p2, p3, p4, p5, p6) \ 359 (((p0) << 24) | ((p1) << 20) | ((p2) << 16) | ((p3) << 12) | \
|
/src/tests/lib/libc/regex/ |
t_exhaust.c | 164 p3(size_t len) function in typeref:typename:char * 202 { p3, REG_EXTENDED },
|
/src/sys/crypto/chacha/arch/arm/ |
chacha_neon.c | 112 chacha_permute(uint32x4_t *p0, uint32x4_t *p1, uint32x4_t *p2, uint32x4_t *p3, 121 r3 = *p3; 148 *p3 = r3;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3399-gru-kevin.dts | 30 p3_3v_dig: p3-3v-dig { 32 regulator-name = "p3.3v_dig";
|
/src/usr.bin/netstat/ |
inet.c | 427 #define p3(f, m) if (tcpstat[f] || sflag <= 1) \ macro 493 p3(TCP_STAT_PCBHASHMISS, "\t%" PRIu64 " PCB hash miss%s\n"); 533 #undef p3 563 #define p3(f, m) if (udpstat[f] || sflag <= 1) \ macro 584 p3(UDP_STAT_PCBHASHMISS, "\t%" PRIu64 " PCB hash miss%s\n"); 589 #undef p3
|