Searched refs:PSIZE (Results 1 – 3 of 3) sorted by relevance
156 #define PSIZE 596 macro158 #define RBUFSIZE (PSIZE * NPACKET_R)185 bufreq.rx.psize = PSIZE; in mpegtsrecv()
92 #define PSIZE 512 macro100 #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()
67 #define PSIZE sizeof(u_char *) macro93 #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()