Searched refs:CHAR_BIT (Results 126 - 150 of 234) sorted by relevance

12345678910

/external/compiler-rt/test/builtins/Unit/
H A Daddtf3_test.c38 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dclzti2_test.c45 const int N = (int)(sizeof(ti_int) * CHAR_BIT);
H A Ddivtf3_test.c37 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Deqtf2_test.c34 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dextenddftf2_test.c34 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dextendsftf2_test.c35 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dgetf2_test.c34 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dgttf2_test.c34 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dletf2_test.c34 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dlttf2_test.c34 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dmultf3_test.c37 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dnetf2_test.c34 char assumption_1[sizeof(long double) * CHAR_BIT == 128] = {0};
H A Dpopcountti2_test.c47 char assumption_2[sizeof(di_int)*CHAR_BIT == 64] = {0};
H A Dfloattidf_test.c43 char assumption_2[sizeof(ti_int)*CHAR_BIT == 128] = {0};
44 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
H A Dfloatuntidf_test.c43 char assumption_2[sizeof(ti_int)*CHAR_BIT == 128] = {0};
44 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
H A Dfloatuntisf_test.c43 char assumption_2[sizeof(tu_int)*CHAR_BIT == 128] = {0};
44 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
/external/freetype/include/config/
H A Dftstdlib.h62 #define FT_CHAR_BIT CHAR_BIT
/external/libcxx/include/support/win32/
H A Dlimits_win32.h18 #include <limits.h> // CHAR_BIT
22 #define __CHAR_BIT__ CHAR_BIT
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftstdlib.h62 #define FT_CHAR_BIT CHAR_BIT
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftstdlib.h62 #define FT_CHAR_BIT CHAR_BIT
/external/srec/portable/include/
H A Dptypes.h464 #define MAX_POINTER_CHARS ((size_t) ((CHAR_BIT * sizeof(void*) * 2))+2)
471 #define MAX_UINT_DIGITS ((size_t) ((CHAR_BIT * sizeof(int) * LOG_10_2) + 1))
/external/chromium_org/v8/src/
H A Dhydrogen-types.h78 STATIC_ASSERT(LAST_KIND < (1 << (CHAR_BIT * sizeof(int16_t))));
/external/compiler-rt/lib/builtins/
H A Dmuldi3.c24 const int bits_in_word_2 = (int)(sizeof(si_int) * CHAR_BIT) / 2;
/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.h28 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
/external/bison/lib/
H A Dintprops.h74 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
87 (((_GL_INT_CONVERT (e, 1) << (sizeof ((e) + 0) * CHAR_BIT - 2)) - 1) * 2 + 1)
120 (INT_BITS_STRLEN_BOUND (sizeof (t) * CHAR_BIT \

Completed in 347 milliseconds

12345678910