/external/clang/lib/Headers/ |
D | limits.h | 57 #undef CHAR_MAX 83 #define CHAR_MAX UCHAR_MAX macro 86 #define CHAR_MAX __SCHAR_MAX__ macro
|
/external/python/cpython2/Lib/test/ |
D | test_structmembers.py | 7 CHAR_MAX, CHAR_MIN, UCHAR_MAX, \ 26 ts.T_BYTE = CHAR_MAX 27 self.assertEqual(ts.T_BYTE, CHAR_MAX) 83 ts.T_BYTE = CHAR_MAX+1
|
/external/syslinux/com32/include/ |
D | limits.h | 19 # define CHAR_MAX UCHAR_MAX macro 22 # define CHAR_MAX SCHAR_MAX macro
|
/external/clang/test/Headers/ |
D | limits.cpp | 33 _Static_assert(CHAR_MIN == (char_is_signed ? -CHAR_MAX-1 : 0), ""); 34 _Static_assert(CHAR_MAX == (char_is_signed ? -(CHAR_MIN+1) : (char)~0ULL), "");
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 34 #ifndef CHAR_MAX 35 #error CHAR_MAX not defined
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 34 #ifndef CHAR_MAX 35 #error CHAR_MAX not defined
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regutils.h | 39 #define NC (CHAR_MAX - CHAR_MIN + 1)
|
D | regex2.h | 156 #define OUT (CHAR_MAX+1) /* a non-character value */
|
/external/llvm/lib/Support/ |
D | regutils.h | 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
|
D | regex2.h | 159 #define OUT (CHAR_MAX+1) /* a non-character value */
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regutils.h | 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
|
D | regex2.h | 159 #define OUT (CHAR_MAX+1) /* a non-character value */
|
/external/syslinux/gpxe/src/arch/x86_64/include/ |
D | limits.h | 16 #define CHAR_MAX SCHAR_MAX macro
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | limits.h | 18 #define CHAR_MAX SCHAR_MAX macro
|
/external/libcxx/include/ |
D | climits | 24 CHAR_MAX
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | max.pass.cpp | 37 test<char>(CHAR_MAX); in main()
|
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 13 #define CHAR_MAX (__SCHAR_MAX__*2 +1) macro 16 #define CHAR_MAX __SCHAR_MAX__ macro
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.c | 122 DISABLE_LINE_CONTINUATIONS_OPT = CHAR_MAX + 1
|
/external/python/cpython2/Modules/ |
D | _localemodule.c | 65 for (i = 0; s[i] != '\0' && s[i] != CHAR_MAX; i++) in copy_grouping() 83 } while (s[i] != '\0' && s[i] != CHAR_MAX); in copy_grouping() 735 x = PyInt_FromLong(CHAR_MAX); in init_locale()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | grouping.pass.cpp | 65 std::string s = std::string(1, CHAR_MAX); in main()
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 109 CHAR_MAX = 127 variable 200 CHAR_MAX = UCHAR_MAX variable 202 CHAR_MAX = SCHAR_MAX variable
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 234 CHAR_MAX = UCHAR_MAX variable 236 CHAR_MAX = SCHAR_MAX variable
|
/external/python/cpython2/Lib/ |
D | locale.py | 51 CHAR_MAX = 127 variable 130 if interval == CHAR_MAX:
|
/external/python/cpython2/Objects/stringlib/ |
D | localeutil.h | 36 case CHAR_MAX: in _GroupGenerator_next()
|
/external/python/cpython2/Doc/library/ |
D | locale.rst | 74 | | | :const:`CHAR_MAX`, no further | 124 All numeric values can be set to :const:`CHAR_MAX` to indicate that there is no 147 | ``CHAR_MAX`` | Nothing is specified in this locale. | 475 .. data:: CHAR_MAX
|