Searched defs:CHAR_BIT (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/string/
H A Dswapput.c45 v >>= CHAR_BIT; local
H A Dswapget.c53 v <<= CHAR_BIT; local
/ast/src/lib/libast/sfio/
H A Dsfpopen.c37 #ifndef CHAR_BIT
38 #define CHAR_BIT 8 macro
40 static char Meta[1<<CHAR_BIT], **Path;
H A Dsfhdr.h765 #ifndef CHAR_BIT
766 #define CHAR_BIT 8 macro

Completed in 12 milliseconds