/external/clang/lib/Headers/ |
D | limits.h | 44 #undef UCHAR_MAX 70 #define UCHAR_MAX (__SCHAR_MAX__*2 +1) macro 83 #define CHAR_MAX UCHAR_MAX
|
/external/ppp/pppd/plugins/radius/ |
D | includes.h | 39 #ifndef UCHAR_MAX 40 # define UCHAR_MAX 255 macro
|
/external/syslinux/com32/include/ |
D | limits.h | 15 #define UCHAR_MAX 255 macro 19 # define CHAR_MAX UCHAR_MAX
|
/external/clang/test/Headers/ |
D | limits.cpp | 13 _Static_assert(SCHAR_MAX == UCHAR_MAX/2, ""); 23 _Static_assert(UCHAR_MAX == (unsigned char)~0ULL, "");
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | thread_info_base.hpp | 58 mem[size] = (size <= UCHAR_MAX) ? static_cast<unsigned char>(size) : 0; in allocate() 65 if (size <= UCHAR_MAX) in deallocate()
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 26 #ifndef UCHAR_MAX 27 #error UCHAR_MAX not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 26 #ifndef UCHAR_MAX 27 #error UCHAR_MAX not defined
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stringpiece.cc | 170 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_of() 187 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_not_of() 215 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_of() 236 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_not_of()
|
/external/safe-iop/src/ |
D | safe_iop.c | 261 a=1; b=UCHAR_MAX; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_u8() 262 a=UCHAR_MAX/2; b=a+2; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_u8() 263 a=UCHAR_MAX/2; b=a; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_u8() 264 a=UCHAR_MAX/2; b=a+1; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_u8() 266 a=0; b=UCHAR_MAX; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_u8() 469 a=0; b=UCHAR_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_u8() 470 a=UCHAR_MAX-1; b=UCHAR_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_u8() 471 a=UCHAR_MAX; b=UCHAR_MAX; EXPECT_TRUE(safe_sub(NULL, a, b)); in T_sub_u8() 680 a=UCHAR_MAX-1; b=2; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_u8() 681 a=2; b=UCHAR_MAX-1; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_u8() [all …]
|
/external/bison/src/ |
D | Sbitset.h | 34 (UCHAR_MAX << (CHAR_BIT - 1 - ((NBITS) - 1) % CHAR_BIT)) 70 memset (SELF, UCHAR_MAX, Sbitset__nbytes (NBITS)); \
|
D | scan-gram.l | 530 if (!c || UCHAR_MAX < c) 538 verify (UCHAR_MAX < ULONG_MAX); 540 if (!c || UCHAR_MAX < c) 800 verify (UCHAR_MAX <= INT_MAX); 809 if (UCHAR_MAX < code)
|
/external/bison/lib/ |
D | mbchar.c | 28 const unsigned int is_basic_table [UCHAR_MAX / 32 + 1] =
|
D | c-strcasecmp.c | 49 if (UCHAR_MAX <= INT_MAX) in c_strcasecmp()
|
D | c-strncasecmp.c | 49 if (UCHAR_MAX <= INT_MAX) in c_strncasecmp()
|
/external/skia/third_party/lua/src/ |
D | lctype.c | 16 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
|
D | lctype.h | 71 LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2];
|
/external/syslinux/com32/lua/src/ |
D | lctype.c | 16 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
|
D | lctype.h | 71 LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2];
|
/external/syslinux/gpxe/src/arch/x86_64/include/ |
D | limits.h | 12 #define UCHAR_MAX 255 macro
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | limits.h | 14 #define UCHAR_MAX 255 macro
|
/external/libchrome/base/strings/ |
D | string_piece.cc | 210 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_of() 245 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_not_of() 312 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_of() 357 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_not_of()
|
/external/syslinux/lzo/src/ |
D | lzo1x_c.ch | 195 if ((v & UCHAR_MAX) == 0) do { 198 } while ((v & UCHAR_MAX) == 0); 229 if ((v & UCHAR_MAX) == 0) do { 232 } while ((v & UCHAR_MAX) == 0);
|
/external/libcxx/include/ |
D | climits | 22 UCHAR_MAX
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/ |
D | address_v4.ipp | 31 #if UCHAR_MAX > 0xFF 38 #endif // UCHAR_MAX > 0xFF
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingValue.c | 290 if (C > UCHAR_MAX) in initializeValueProfRuntimeRecord() 291 C = UCHAR_MAX; in initializeValueProfRuntimeRecord()
|