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

/freebsd-12-stable/usr.bin/systat/
H A Dconvtbl.c46 #define BYTES (1) macro
61 [SC_BYTE] = { BYTE, BYTES, "B", "byte" },
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.h1384 /* If we generate an insn to push BYTES bytes,
1394 #define PUSH_ROUNDING(BYTES) \
1396 ? (((BYTES) + 7) & (-8)) \
1397 : (((BYTES) + 3) & (-4)))
/freebsd-12-stable/sys/dev/sound/pci/
H A Dallegro_reg.h756 #define NUM_UNITS( BYTES, UNITLEN ) ((((BYTES+1)>>1) + (UNITLEN-1)) / UNITLEN)
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c6968 p->octets = GET_STAT(BYTES);

Completed in 140 milliseconds