Symbol: p4
lib/libc/stdlib/jemalloc.c
825
const char *p4);
lib/libc/stdlib/jemalloc.c
934
wrtmessage(const char *p1, const char *p2, const char *p3, const char *p4)
lib/libc/stdlib/jemalloc.c
940
write(STDERR_FILENO, p4, strlen(p4));
lib/libc/stdlib/jemalloc.c
944
const char *p4) = wrtmessage;
lib/libc/stdlib/malloc.c
317
wrtmessage(const char *p1, const char *p2, const char *p3, const char *p4)
lib/libc/stdlib/malloc.c
323
write(STDERR_FILENO, p4, strlen(p4));
lib/libc/stdlib/malloc.c
327
const char *p4) = wrtmessage;
lib/libm/ld128/b_expl.c
100
c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
lib/libm/ld80/b_expl.c
101
c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
lib/libm/noieee_src/n_erf.c
177
p4 = 5.223977576966219409445780927846432273191e-0003,
lib/libm/noieee_src/n_erf.c
283
r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+
lib/libm/noieee_src/n_erf.c
347
r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+
lib/libm/noieee_src/n_exp.c
109
#define p4 vccast(p4)
lib/libm/noieee_src/n_exp.c
116
ic(p4, -1.6533902205465251539E-6, -20, -1.BBD41C5D26BF1)
lib/libm/noieee_src/n_exp.c
147
c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
lib/libm/noieee_src/n_exp.c
197
c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
lib/libm/noieee_src/n_exp.c
97
vc(p4, -1.6533902205465250480E-6 ,ea0e,b6dd,5f84,2e93, -19,-.DDEA0E2E935F84)
lib/libm/noieee_src/n_lgamma.c
248
p = p0+y*(p1+y*(p2+y*(p3+y*p4)));
lib/libm/src/b_exp.c
118
c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
lib/libm/src/b_exp.c
87
static const double p4 = -0x1.bbd41c5d26bf1p-20;
lib/libterminfo/tparm.c
629
long p1, long p2, long p3, long p4, long p5,
lib/libterminfo/tparm.c
633
return _tparm(str, p1, p2, p3, p4, p5, p6, p7, p8, p9);
sys/arch/hp300/stand/common/rominfo.h
56
char p4; /* ?? (FFFFFED3) */
sys/arch/hp300/stand/common/scsireg.h
56
u_char p4, scsi_wrap;
sys/arch/hpcmips/tx/tx3912videoreg.h
358
#define DITHER_PATTERN(p0, p1, p2, p3, p4, p5, p6) \
sys/arch/hpcmips/tx/tx3912videoreg.h
360
((p4) << 8) | ((p5) << 4) || (p6))
sys/arch/luna68k/stand/boot/scsireg.h
43
volatile uint8_t scsi_sctl, p3, p4, p5; /* 004 */
sys/arch/sun3/dev/fb.c
302
int p4, p4type, p4size;
sys/arch/sun3/dev/fb.c
308
p4 = *fb->fb_pfour;
sys/arch/sun3/dev/fb.c
309
p4type = P4_FBTYPE(p4);
sys/crypto/adiantum/adiantum.c
224
uint64_t p0, p1, p2, p3, p4; /* columns of product */
sys/crypto/adiantum/adiantum.c
269
p4 = r4*k0 + r3*k1 + r2*k2 + r1*k3 + r0*k4;
sys/crypto/adiantum/adiantum.c
276
p4 += c; c = p4 >> 26; h4 = p4 & 0x03ffffff;
sys/dev/stbi/stb_image.c
1367
int t0,t1,t2,t3,p1,p2,p3,p4,p5,x0,x1,x2,x3; \
sys/dev/stbi/stb_image.c
1386
p4 = t1+t3; \
sys/dev/stbi/stb_image.c
1389
p5 = (p3+p4)*f2f( 1.175875602f); \
sys/dev/stbi/stb_image.c
1397
p4 = p4*f2f(-0.390180644f); \
sys/dev/stbi/stb_image.c
1398
t3 += p1+p4; \
sys/dev/stbi/stb_image.c
1400
t1 += p2+p4; \
sys/netinet/sctp_output.c
3176
struct sctp_ipv4addr_param *p4, p4_buf;
sys/netinet/sctp_output.c
3184
p4 = (struct sctp_ipv4addr_param *)phdr;
sys/netinet/sctp_output.c
3185
sin4.sin_addr.s_addr = p4->addr;
sys/netinet/sctp_pcb.c
1012
struct sctp_ipv4addr_param ip4_parm, *p4;
sys/netinet/sctp_pcb.c
1019
p4 = (struct sctp_ipv4addr_param *)phdr;
sys/netinet/sctp_pcb.c
1020
memcpy(&sin4.sin_addr, &p4->addr, sizeof(p4->addr));
sys/netinet/sctp_pcb.c
4023
struct sctp_ipv4addr_param *p4, p4_buf;
sys/netinet/sctp_pcb.c
4031
p4 = (struct sctp_ipv4addr_param *)phdr;
sys/netinet/sctp_pcb.c
4032
sin.sin_addr.s_addr = p4->addr;
sys/netinet/sctp_pcb.c
448
struct sctp_ipv4addr_param *p4, p4_buf;
sys/netinet/sctp_pcb.c
453
p4 = (struct sctp_ipv4addr_param *)sctp_get_next_param(m,
sys/netinet/sctp_pcb.c
455
&p4_buf.ph, sizeof(*p4));
sys/netinet/sctp_pcb.c
456
if (p4 == NULL) {
sys/netinet/sctp_pcb.c
468
memcpy(&sin->sin_addr, &p4->addr, sizeof(struct in_addr));
tests/lib/libc/regex/t_exhaust.c
203
{ p4, REG_EXTENDED },
tests/lib/libc/string/t_memmem.c
47
char p4[] = "abc";
tests/lib/libc/string/t_memmem.c
93
expect(memmem(b2, lb2, p4, lp4) == NULL);
tests/usr.bin/indent/opt_lp.c
20
third_procedure(p4, p5));
tests/usr.bin/indent/opt_lp.c
24
third_procedure(p4,
tests/usr.bin/indent/opt_lp.c
29
third_procedure(p4, p5));
tests/usr.bin/indent/opt_lp.c
38
third_procedure(p4, p5));
tests/usr.bin/indent/opt_lp.c
42
third_procedure(p4,
tests/usr.bin/indent/opt_lp.c
47
third_procedure(p4, p5));
tests/usr.bin/indent/opt_lp.c
56
third_procedure(p4, p5));
tests/usr.bin/indent/opt_lp.c
60
third_procedure(p4,
tests/usr.bin/indent/opt_lp.c
65
third_procedure(p4, p5));
tests/usr.bin/indent/opt_lp.c
74
third_procedure(p4, p5));
tests/usr.bin/indent/opt_lp.c
78
third_procedure(p4,
tests/usr.bin/indent/opt_lp.c
83
third_procedure(p4, p5));