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

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

Completed in 78 milliseconds