Home
last modified time | relevance | path

Searched refs:PSIZE (Results 1 – 4 of 4) sorted by relevance

/src/usr.sbin/fwcontrol/
H A Dfwdv.c78 #define PSIZE 512 macro
86 #define RBUFSIZE (PSIZE * NPACKET_R)
118 bufreq.rx.psize = PSIZE; in dvrecv()
135 while ((len = read(d, buf + tlen, PSIZE in dvrecv()
147 if ((RBUFSIZE - tlen) < PSIZE) in dvrecv()
279 bufreq.tx.psize = PSIZE; in dvsend()
H A Dfwmpegts.c144 #define PSIZE 596 macro
146 #define RBUFSIZE (PSIZE * NPACKET_R)
173 bufreq.rx.psize = PSIZE; in mpegtsrecv()
/src/contrib/libdiff/compat/
H A Dmerge.c60 #define PSIZE sizeof(u_char *) macro
87 (((u_char *)p + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1)))
101 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in mergesort()
117 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in mergesort()
/src/lib/libc/stdlib/
H A Dmerge.c69 #define PSIZE sizeof(u_char *) macro
94 #define EVAL(p) (u_char **)roundup2((uintptr_t)p, PSIZE)
118 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in mergesort_b()
130 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in mergesort_b()