Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/systat/
H A Dconvtbl.c44 #define BYTES (1) macro
59 [SC_BYTE] = { BYTE, BYTES, "B", "byte" },
/freebsd/sys/dev/sound/pci/
H A Dallegro_reg.h752 #define NUM_UNITS( BYTES, UNITLEN ) ((((BYTES+1)>>1) + (UNITLEN-1)) / UNITLEN) argument
/freebsd/contrib/expat/
H A DChanges1105 - Two new command line arguments "-a FACTOR" and "-b BYTES"
/freebsd/contrib/file/magic/Magdir/
H A Dimages739 #>>>>2 ubyte x \b, %u BYTES (SHORT)
757 #>>>>4 ubyte x \b, %u BYTES
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c8827 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()