HomeSort by: relevance | last modified time | path
    Searched defs:PSIZE (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/fwctl/
fwmpegts.c 136 #define PSIZE 596
138 #define RBUFSIZE (PSIZE * NPACKET_R)
165 bufreq.rx.psize = PSIZE;
168 bufreq.tx.psize = 0;
fwdv.c 80 #define PSIZE 512
88 #define RBUFSIZE (PSIZE * NPACKET_R)
126 bufreq.rx.psize = PSIZE;
129 bufreq.tx.psize = 0;
143 while ((len = read(d, buf + tlen, PSIZE
156 if ((RBUFSIZE - tlen) < PSIZE)
296 bufreq.rx.psize = 0;
299 bufreq.tx.psize = PSIZE;
    [all...]
  /src/lib/libc/stdlib/
merge.c 77 #define PSIZE sizeof(u_char *)
103 /* Assumption: PSIZE is a power of 2. */
105 (((u_char *)(void *)(p) + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1)))
123 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */
139 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL)
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 57 #define PSIZE (Hmode && !Nmode ? L_32 : L_16)
389 *mode = PSIZE | REG | direction;
431 *mode = PSIZE | REG | direction;
724 if (((mode & SIZE) != PSIZE)
836 if (((mode & SIZE) != PSIZE)
846 if (((mode & SIZE) != PSIZE)
851 op->mode = direction | IND | PSIZE;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 57 #define PSIZE (Hmode && !Nmode ? L_32 : L_16)
389 *mode = PSIZE | REG | direction;
431 *mode = PSIZE | REG | direction;
724 if (((mode & SIZE) != PSIZE)
836 if (((mode & SIZE) != PSIZE)
846 if (((mode & SIZE) != PSIZE)
851 op->mode = direction | IND | PSIZE;

Completed in 26 milliseconds