Home
last modified time | relevance | path

Searched refs:CHAR_BIT (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dvalues.h30 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT)
66 # define BITSPERBYTE CHAR_BIT
H A Dlimits.h55 # define CHAR_BIT 8 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dlimits.h5 #undef CHAR_BIT
6 #define CHAR_BIT __CHAR_BIT__ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dlimits.h17 #undef CHAR_BIT
18 #define CHAR_BIT __CHAR_BIT__ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dparam.h38 #define NBBY CHAR_BIT
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFilm.c775 int const mask = (v >> sizeof(int)) * CHAR_BIT - 1; in fastabs()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DFilm.c775 int const mask = (v >> sizeof(int)) * CHAR_BIT - 1; in fastabs()