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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c74 #define BITS_PER_BYTE 8 macro
94 # define widthof(t) (sizeof(t) * BITS_PER_BYTE)
129 static char xhash[HSHSIZ / BITS_PER_BYTE];

Completed in 96 milliseconds