Searched refs:CHAR_BIT (Results 1 - 25 of 203) sorted by relevance

123456789

/freebsd-9.3-release/usr.bin/xlint/arch/amd64/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (16 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/i386/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (12 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/ia64/
H A Dtargparam.h50 #define FLOAT_SIZE (4 * CHAR_BIT)
51 #define DOUBLE_SIZE (8 * CHAR_BIT)
52 #define LDOUBLE_SIZE (16 * CHAR_BIT)
54 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/m68000/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (8 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/m68k/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (12 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/mips/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (8 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/ns32k/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (12 * CHAR_BIT) /* XXX double-check */
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/powerpc/
H A Dtargparam.h51 #define FLOAT_SIZE (4 * CHAR_BIT)
52 #define DOUBLE_SIZE (8 * CHAR_BIT)
53 #define LDOUBLE_SIZE (8 * CHAR_BIT)
55 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/powerpc64/
H A Dtargparam.h51 #define FLOAT_SIZE (4 * CHAR_BIT)
52 #define DOUBLE_SIZE (8 * CHAR_BIT)
53 #define LDOUBLE_SIZE (8 * CHAR_BIT)
55 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/sh3/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (8 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/sparc/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (8 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/sparc64/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (16 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/vax/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (8 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/x86_64/
H A Dtargparam.h49 #define FLOAT_SIZE (4 * CHAR_BIT)
50 #define DOUBLE_SIZE (8 * CHAR_BIT)
51 #define LDOUBLE_SIZE (16 * CHAR_BIT)
53 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/arch/arm/
H A Dtargparam.h54 #define FLOAT_SIZE (4 * CHAR_BIT)
55 #define DOUBLE_SIZE (8 * CHAR_BIT)
56 #define LDOUBLE_SIZE (8 * CHAR_BIT)
60 #define ENUM_SIZE (4 * CHAR_BIT)
62 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-9.3-release/usr.bin/xlint/common/
H A Dilp32.h42 #define CHAR_SIZE (CHAR_BIT)
43 #define SHORT_SIZE (2 * CHAR_BIT)
44 #define INT_SIZE (4 * CHAR_BIT)
45 #define LONG_SIZE (4 * CHAR_BIT)
46 #define QUAD_SIZE (8 * CHAR_BIT)
47 #define PTR_SIZE (4 * CHAR_BIT)
H A Dlp64.h42 #define CHAR_SIZE (CHAR_BIT)
43 #define SHORT_SIZE (2 * CHAR_BIT)
44 #define INT_SIZE (4 * CHAR_BIT)
45 #define LONG_SIZE (8 * CHAR_BIT)
46 #define QUAD_SIZE (8 * CHAR_BIT)
47 #define PTR_SIZE (8 * CHAR_BIT)
H A Dinittyp.c62 { CHAR, { CHAR_SIZE, CHAR_BIT,
65 { SCHAR, { CHAR_SIZE, CHAR_BIT,
68 { UCHAR, { CHAR_SIZE, CHAR_BIT,
71 { SHORT, { SHORT_SIZE, 2 * CHAR_BIT,
74 { USHORT, { SHORT_SIZE, 2 * CHAR_BIT,
77 { INT, { INT_SIZE, 3 * CHAR_BIT,
80 { UINT, { INT_SIZE, 3 * CHAR_BIT,
83 { LONG, { LONG_SIZE, 4 * CHAR_BIT,
86 { ULONG, { LONG_SIZE, 4 * CHAR_BIT,
89 { QUAD, { QUAD_SIZE, 8 * CHAR_BIT,
[all...]
/freebsd-9.3-release/bin/sh/
H A Darith.h35 #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Doffset.h27 #include <limits.h> /* Required for CHAR_BIT. */
43 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
44 << (sizeof(off_t) * CHAR_BIT - 1)))
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/include/isc/
H A Doffset.h27 #include <limits.h> /* Required for CHAR_BIT. */
43 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
44 << (sizeof(off_t) * CHAR_BIT - 1)))
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Doffset.h26 #include <limits.h> /* Required for CHAR_BIT. */
41 (~(((off_t)-1 >> (sizeof(off_t) * CHAR_BIT - 1)) \
42 << (sizeof(off_t) * CHAR_BIT - 1)))
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dnegvdi2.c24 const di_int MIN = (di_int)1 << ((int)(sizeof(di_int) * CHAR_BIT)-1);
H A Dnegvsi2.c24 const si_int MIN = (si_int)1 << ((int)(sizeof(si_int) * CHAR_BIT)-1);
H A Dnegvti2.c26 const ti_int MIN = (ti_int)1 << ((int)(sizeof(ti_int) * CHAR_BIT)-1);

Completed in 178 milliseconds

123456789