Searched refs:PSIZE (Results 1 – 3 of 3) sorted by relevance
78 #define PSIZE 512 macro86 #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()
144 #define PSIZE 596 macro146 #define RBUFSIZE (PSIZE * NPACKET_R)173 bufreq.rx.psize = PSIZE; in mpegtsrecv()
69 #define PSIZE sizeof(u_char *) macro94 #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()