Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 6 of 6) 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/diff/
H A DNEWS121 * New cmp option: --ignore-initial=BYTES
/freebsd/contrib/expat/
H A DChanges640 - 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.c6969 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()