Home
last modified time | relevance | path

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

/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c156 #define PSIZE 596 macro
158 #define RBUFSIZE (PSIZE * NPACKET_R)
185 bufreq.rx.psize = PSIZE; in mpegtsrecv()
H A Dfwdv.c92 #define PSIZE 512 macro
100 #define RBUFSIZE (PSIZE * NPACKET_R)
132 bufreq.rx.psize = PSIZE; in dvrecv()
149 while ((len = read(d, buf + tlen, PSIZE in dvrecv()
161 if ((RBUFSIZE - tlen) < PSIZE) in dvrecv()
293 bufreq.tx.psize = PSIZE; in dvsend()
/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c67 #define PSIZE sizeof(u_char *) macro
93 #define EVAL(p) (u_char **)roundup2((uintptr_t)p, PSIZE)
107 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in mergesort()
119 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in mergesort()