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

12345678910

/freebsd-11-stable/usr.bin/xlint/arch/aarch64/
H A Dtargparam.h46 #define FLOAT_SIZE (4 * CHAR_BIT)
47 #define DOUBLE_SIZE (8 * CHAR_BIT)
48 #define LDOUBLE_SIZE (16 * CHAR_BIT)
50 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/usr.bin/xlint/arch/riscv/
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-11-stable/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-11-stable/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-11-stable/usr.bin/xlint/arch/sparc64/
H A Dtargparam.h51 #define FLOAT_SIZE (4 * CHAR_BIT)
52 #define DOUBLE_SIZE (8 * CHAR_BIT)
53 #define LDOUBLE_SIZE (16 * CHAR_BIT)
55 #define ENUM_SIZE (4 * CHAR_BIT)
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/bin/sh/
H A Darith.h35 #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dnegvdi2.c20 const di_int MIN = (di_int)1 << ((int)(sizeof(di_int) * CHAR_BIT) - 1);
H A Dnegvsi2.c20 const si_int MIN = (si_int)1 << ((int)(sizeof(si_int) * CHAR_BIT) - 1);
/freebsd-11-stable/lib/libc/gen/
H A Dconfstr.c84 if (sizeof(long) * CHAR_BIT == 32 &&
94 if (sizeof(long) * CHAR_BIT >= 64 &&
95 sizeof(void *) * CHAR_BIT >= 64 &&
96 sizeof(int) * CHAR_BIT >= 32 &&
105 if (sizeof(long) * CHAR_BIT >= 64)

Completed in 179 milliseconds

12345678910