HomeSort by: relevance | last modified time | path
    Searched defs:p1 (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/usr.sbin/ldpd/
pdu.c 48 const struct ldp_pdu *p1 = (const struct ldp_pdu *) s; local in function:get_pdu
50 p->version = ntohs(p1->version);
51 p->length = ntohs(p1->length);
52 memcpy(&p->ldp_id, &p1->ldp_id, sizeof(struct in_addr));
53 p->label_space = ntohs(p1->label_space);
  /src/lib/libc/string/
swab.c 65 const char p0 = p[0], p1 = p[1]; local in function:swab
67 q[0] = p1;
  /src/sys/external/isc/libsodium/dist/test/default/
scalarmult7.c 5 static unsigned char p1[32] = { variable in typeref:typename:unsigned char[32]
27 ret = crypto_scalarmult_curve25519(out1, scalar, p1);
pwhash_scrypt_ll.c 9 static const uint32_t p1 = 1U; variable in typeref:typename:const uint32_t
54 tv(passwd1, salt1, N1, r1, p1);
  /src/usr.bin/cmp/
regular.c 58 u_char ch, *p1, *p2; local in function:c_regular
79 p1 = mmap(NULL, blk_sz, PROT_READ, MAP_FILE|MAP_SHARED,
81 if (p1 == MAP_FAILED)
87 munmap(p1, blk_sz);
92 if ((lflag || sflag) && (memcmp(p1, p2, blk_sz) == 0)) {
100 p1 += blk_sz;
103 for (; blk_cnt--; ++p1, ++p2, ++byte) {
104 if ((ch = *p1) != *p2) {
117 munmap(p1 - 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-
91 vc(p1, 1.5150724356786683059E-2 ,3abe,3d78,066a,67e1, -6, .F83ABE67E1066A)
97 ic(p1, 1.3887401997267371720E-2, -7, 1.C70FF8B3CC2CF)
103 #define p1 vccast(p1) 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)))).
94 vc(p1, 1.6666666666666602251E-1 ,aaaa,3f2a,a9f1,aaaa, -2, .AAAAAAAAAAA9F1)
106 #define p1 vccast(p1) macro
113 ic(p1, 1.6666666666666601904E-1, -3, 1.555555555553E)
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)))).
84 static const double p1 = 0x1.555555555553ep-3; 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 131 device_t p1 = device_parent(dev); local in function:device_register
132 device_t p2 = device_parent(p1);
135 if (device_is_a(p1, "wdc") &&
  /src/tests/dev/sysmon/
t_swwdog.c 69 pid_t p1, p2; local in function:testbody
75 switch ((p1 = fork())) {
83 ATF_REQUIRE_EQ(p1, p2);
  /src/lib/libutil/
ttyaction.c 69 char *p1, *p2; local in function:ttyaction
119 p1 = strtok_r(line, " \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 49 char p1[0xDC0]; member in struct:rominfo
  /src/lib/libm/ld128/
b_expl.c 48 #define p1 (p0u.extu_ld) macro
100 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
  /src/lib/libm/ld80/
b_expl.c 49 #define p1 (p0u.extu_ld) macro
101 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
  /src/tests/crypto/libcrypto/
t_sha512trunc.c 50 unsigned char *buf, *digest, *p0, *p1; local in function:check
62 p1 = buf + 1 + digestlen;
69 *p1 = C1;
85 ATF_CHECK_EQ_MSG(*p1, C1, "expected 0x%x got 0x%hhx", C1, *p1);
  /src/lib/libkvm/
kvm_x86_64.c 198 const struct p2o *p1 = a; 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
239 p1 = BN_bn2dec(t1);
241 if (p1 == NULL || p2 == NULL) {
243 free(p1);
247 p1, localeconv()->decimal_point, p2,
250 free(p1);
260 p1 = BN_bn2dec(nbytes);
261 if (p1 == NULL)
264 p1, sep, SCALE2PREFIX(i), suffix);
265 free(p1);
    [all...]
  /src/sys/arch/hpcarm/hpcarm/
hpc_machdep.c 310 char *p1; local in function:dumppages
314 for (p1 = p + 15; p != p1; p1--) {
315 if (*p1)
318 if (!*p1)
  /src/tests/lib/librumpclient/
h_execthr.c 102 int p1[2], p2[2]; local in function:main
160 if (rump_sys_pipe(p1) == -1)
162 if (p1[0] != P1_0 || p1[1] != P1_1)
163 errx(1, "p1 assumptions failed %d %d", p1[0], p1[1]);
168 if (rump_sys_fcntl(p1[0], F_SETFD, FD_CLOEXEC) == -1)
170 if (rump_sys_fcntl(p1[1], F_SETFD, FD_CLOEXEC) == -1)
177 wrk, (void *)(uintptr_t)p1[0])
    [all...]
  /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) {
310 p1 = (fnd->pml_map.pm_port >> 8) & 0xff;
313 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
  /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
117 for (p1 = 27; p1 < 43; p1++) {
119 freq_out = (3906400 * (1 << p2) * p1) / (p0 * 1000);
124 b1 = p1;
  /src/sys/kern/
kern_fork.c 259 struct proc *p1, *p2, *parent; local in function:fork1
268 p1 = l1->l_proc;
280 KAUTH_PROCESS_FORK, p1, KAUTH_ARG(tnprocs), NULL, NULL);
296 if (__predict_false(count > p1->p_rlimit[RLIMIT_NPROC].rlim_cur)) {
298 p1, KAUTH_ARG(KAUTH_REQ_PROCESS_RLIMIT_BYPASS),
299 &p1->p_rlimit[RLIMIT_NPROC], KAUTH_ARG(RLIMIT_NPROC)) != 0) {
325 mutex_enter(p1->p_lock);
326 uid = kauth_cred_getuid(p1->p_cred);
328 mutex_exit(p1->p_lock);
345 memcpy(&p2->p_startcopy, &p1->p_startcopy
    [all...]
  /src/games/atc/
update.c 64 static int too_close(const PLANE *p1, const PLANE *p2, int);
73 PLANE *pp, *p1, *p2; local in function:update
212 for (p1 = air.head; p1 != NULL; p1 = p1->next)
213 for (p2 = p1->next; p2 != NULL; p2 = p2->next)
214 if (too_close(p1, p2, 1)) {
220 loser(p1, buf);
348 PLANE p, *pp, *p1; local in function:addplane
    [all...]
  /src/sys/arch/atari/atari/
disksubr.c 336 struct ahdi_part *p1 = &apt.at_parts[i]; local in function:ahdi_label
340 if (aux >= p1->ap_st && aux <= p1->ap_end)
345 if (p1->ap_st >= p2->ap_st && p1->ap_st <= p2->ap_end)
347 if (p2->ap_st >= p1->ap_st && p2->ap_st <= p1->ap_end)
350 if (p1->ap_st >= apt.at_bslst && p1->ap_st <= apt.at_bslend)
352 if (apt.at_bslst >= p1->ap_st && apt.at_bslst <= p1->ap_end
    [all...]

Completed in 24 milliseconds

1 2 3 4 5