/src/usr.bin/netstat/ |
pfsync.c | 97 #define p2(f, m) if (pfsyncstat[f] || sflag <= 1) \ macro 126 p2(PFSYNC_STAT_ONOMEM, 128 p2(PFSYNC_STAT_OERRORS, 131 #undef p2
|
/src/sys/external/isc/libsodium/dist/test/default/ |
scalarmult7.c | 11 static unsigned char p2[32] = { variable in typeref:typename:unsigned char[32] 29 ret = crypto_scalarmult_curve25519(out2, scalar, p2);
|
core_ed25519.c | 41 unsigned char *p, *p2, *p3; local in function:main 57 p2 = (unsigned char *) sodium_malloc(crypto_core_ed25519_BYTES); 60 crypto_core_ed25519_from_uniform(p2, h); 65 crypto_core_ed25519_add(p, p, p2); 74 crypto_core_ed25519_sub(p, p, p2); 82 memcpy(p2, p, crypto_core_ed25519_BYTES); 86 crypto_core_ed25519_add(p2, p2, p2); 89 crypto_core_ed25519_add(p2, p2, p) [all...] |
pwhash_scrypt_ll.c | 15 static const uint32_t p2 = 16U; variable in typeref:typename:const uint32_t 55 tv(passwd2, salt2, N2, r2, p2);
|
/src/tests/usr.bin/xlint/lint1/ |
msg_171.c | 53 struct point p2 = { local in function:pointer_to_compound_literal
|
/src/usr.bin/cmp/ |
regular.c | 58 u_char ch, *p1, *p2; local in function:c_regular 84 p2 = mmap(NULL, blk_sz, PROT_READ, MAP_FILE|MAP_SHARED, 86 if (p2 == MAP_FAILED) { 92 if ((lflag || sflag) && (memcmp(p1, p2, blk_sz) == 0)) { 101 p2 += blk_sz; 103 for (; blk_cnt--; ++p1, ++p2, ++byte) { 104 if ((ch = *p1) != *p2) { 111 (long long)byte, ch, *p2); 118 munmap(p2 - blk_sz, blk_sz);
|
/src/lib/libc/db/btree/ |
bt_utils.c | 211 uint8_t *p1, *p2; local in function:__bt_defcmp 220 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2) 221 if (*p1 != *p2) 222 return ((int)*p1 - (int)*p2); 239 uint8_t *p1, *p2; local in function:__bt_defpfx 244 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt) 245 if (*p1 != *p2)
|
/src/lib/libm/noieee_src/ |
n_exp__E.c | 64 * where P := p1*x^2 + p2*x^4, 68 * (See the listing below for the values of p1,p2,q1,q2,q3. The poly- 92 vc(p2, 6.3112487873718332688E-5 ,5b42,3984,0173,48cd, -13, .845B4248CD0173) 98 ic(p2, 3.3044019718331897649E-5, -15, 1.15317DF4526C4) 104 #define p2 vccast(p2) macro 117 p = z*( p1 +z* p2 );
|
n_exp.c | 58 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))). 95 vc(p2, -2.7777777777015591216E-3 ,0b60,bc36,ec94,b5f5, -8,-.B60B60B5F5EC94) 107 #define p2 vccast(p2) macro 114 ic(p2, -2.7777777777015593384E-3, -9, -1.6C16C16BEBD93) 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))));
|
/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)))). 85 static const double p2 = -0x1.6c16c16bebd93p-9; variable in typeref:typename:const double 118 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
|
/src/sys/arch/evbmips/alchemy/ |
autoconf.c | 132 device_t p2 = device_parent(p1); local in function:device_register 133 device_t p3 = device_parent(p2); 136 device_is_a(p2, "pcmcia") &&
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_mman_test.cc | 24 char *p2 = (char*)internal_alloc(MBlockScopedBuf, 20); local in function:__tsan::TEST 25 EXPECT_NE(p2, (char*)0); 26 EXPECT_NE(p2, p); 31 ((char*)p2)[i] = 42; 34 internal_free(p2); 42 char *p2 = (char*)user_alloc(thr, pc, 20); local in function:__tsan::TEST 43 EXPECT_NE(p2, (char*)0); 44 EXPECT_NE(p2, p); 46 EXPECT_EQ(20U, user_alloc_usable_size(p2)); 48 user_free(thr, pc, p2); 72 void *p2 = user_realloc(thr, pc, p, 0); local in function:__tsan::TEST 79 void *p2 = user_realloc(thr, pc, p, 10000); local in function:__tsan::TEST 90 void *p2 = user_realloc(thr, pc, p, 10); local in function:__tsan::TEST 102 char *p2 = (char*)user_alloc(thr, pc, 20); local in function:__tsan::TEST [all...] |
/src/tests/dev/sysmon/ |
t_swwdog.c | 69 pid_t p1, p2; local in function:testbody 82 p2 = wait(&status); 83 ATF_REQUIRE_EQ(p1, p2);
|
/src/lib/libutil/ |
ttyaction.c | 69 char *p1, *p2; local in function:ttyaction 120 p2 = strtok_r(NULL, " \t", &lastp); 123 if (!p1 || !p2 || !argv[2]) { 127 if (fnmatch(p1, tty, 0) || fnmatch(p2, act, 0))
|
/src/sys/arch/hp300/stand/common/ |
rominfo.h | 52 short p2; /* ?? (FFFFFDCC) */ member in struct:rominfo
|
/src/lib/libm/ld128/ |
b_expl.c | 49 #define p2 (p1u.extu_ld) macro 100 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
|
/src/lib/libm/ld80/ |
b_expl.c | 50 #define p2 (p1u.extu_ld) macro 101 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
|
/src/lib/libc/stdlib/ |
hcreate.c | 106 unsigned int p2; local in function:hcreate_r 118 for (p2 = 0; nel != 0; p2++) 120 _DIAGASSERT(p2 <= MAX_BUCKETS_LG2); 121 nel = 1 << p2;
|
/src/lib/libkvm/ |
kvm_x86_64.c | 199 const struct p2o *p2 = b; local in function:cmp_p2o 202 if (p1->pa >= p2->pa && p1->pa < p2->pa + p2->sz) { 205 if (p2->pa >= p1->pa && p2->pa < p1->pa + p1->sz) { 210 if (p1->pa < p2->pa) 212 else if (p1->pa > p2->pa)
|
/src/sbin/nvmectl/ |
humanize_bignum.c | 111 char *p1, *p2; local in function:humanize_bignum 240 p2 = BN_bn2dec(t2); 241 if (p1 == NULL || p2 == NULL) { 242 free(p2); 247 p1, localeconv()->decimal_point, p2, 249 free(p2);
|
/src/tests/lib/librumpclient/ |
h_execthr.c | 102 int p1[2], p2[2]; local in function:main 164 if (rump_sys_pipe(p2) == -1) 166 if (p2[0] != P2_0 || p2[1] != P2_1) 167 errx(1, "p2 assumptions failed"); 184 wrk, (void *)(uintptr_t)p2[0]);
|
/src/usr.sbin/puffs/mount_9p/ |
fs.c | 162 char *p2; local in function:p9p_handshake 167 if ((p2 = strchr(p, '/')) == NULL) 168 p2 = strchr(p, '\0'); 169 p9pbuf_put_data(pb, p, p2-p); 170 p = p2;
|
/src/usr.sbin/rpcbind/ |
pmap_svc.c | 295 int h1, h2, h3, h4, p1, p2; local in function:pmapproc_getport 309 &h4, &p1, &p2) == 6) { 311 p2 = (fnd->pml_map.pm_port) & 0xff; 313 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
|
/src/usr.sbin/tpctl/ |
data.c | 92 char buf[MAXDATALEN + 2], *p, *p2; local in function:read_data 132 p2 = p; 133 while (*p2 != ',' && *p2 != '\0') 134 p2++; 135 if (*p2 != ',') { 141 *p2 = '\0'; 149 p = p2 + 1; 155 t = strtol(p, &p2, 0); 156 if (p == p2) { [all...] |
/src/sys/arch/macppc/dev/ |
videopll.c | 97 * 3.9064MHz * 2^p2 * p1 / p0 103 int p0, p1, p2; local in function:videopll_set_freq 116 for (p2 = 2; p2 < 4; p2++) { 119 freq_out = (3906400 * (1 << p2) * p1) / (p0 * 1000); 125 b2 = p2;
|