/external/grpc-grpc/src/core/lib/iomgr/ |
D | error.cc | 150 while (slot != UINT8_MAX) { in unref_errs() 154 GPR_ASSERT(err->last_err == slot ? lerr->next == UINT8_MAX in unref_errs() 155 : lerr->next != UINT8_MAX); in unref_errs() 165 if (slot != UINT8_MAX) { in unref_strs() 205 UINT8_MAX - 1, (3 * (*err)->arena_capacity / 2)); in get_placement() 207 return UINT8_MAX; in get_placement() 230 if (slot == UINT8_MAX) { in internal_set_int() 232 if (slot == UINT8_MAX) { in internal_set_int() 245 if (slot == UINT8_MAX) { in internal_set_str() 247 if (slot == UINT8_MAX) { in internal_set_str() [all …]
|
/external/arm-neon-tests/ |
D | ref_vaddhn.c | 72 VDUP(vector1, q, int, s, 16, 8, 50*(UINT8_MAX+1)); in FNNAME() 75 VDUP(vector1, q, uint, u, 16, 8, 3*(UINT8_MAX+1)); in FNNAME() 79 VDUP(vector2, q, int, s, 16, 8, (uint16_t)UINT8_MAX); in FNNAME() 82 VDUP(vector2, q, uint, u, 16, 8, (uint16_t)UINT8_MAX); in FNNAME()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 85 #define UINT8_MAX 255 macro 121 #ifndef UINT8_MAX 122 # define UINT8_MAX 255 macro
|
D | DataTypes.h.in | 85 #define UINT8_MAX 255 macro 120 #ifndef UINT8_MAX 121 # define UINT8_MAX 255 macro
|
D | DataTypes.h.cmake | 85 #define UINT8_MAX 255 120 #ifndef UINT8_MAX 121 # define UINT8_MAX 255
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 85 #define UINT8_MAX 255 macro 120 #ifndef UINT8_MAX 121 # define UINT8_MAX 255 macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 85 #define UINT8_MAX 255 macro 120 #ifndef UINT8_MAX 121 # define UINT8_MAX 255 macro
|
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/ |
D | DataTypes.h | 85 #define UINT8_MAX 255 macro 120 #ifndef UINT8_MAX 121 # define UINT8_MAX 255 macro
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 85 #define UINT8_MAX 255 macro 120 #ifndef UINT8_MAX 121 # define UINT8_MAX 255 macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 85 #define UINT8_MAX 255 macro 121 #ifndef UINT8_MAX 122 #define UINT8_MAX 255 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 86 #define UINT8_MAX 255 macro 121 #ifndef UINT8_MAX 122 # define UINT8_MAX 255 macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 140 #define UINT8_MAX _UI8_MAX macro 154 #define UINT_LEAST8_MAX UINT8_MAX 168 #define UINT_FAST8_MAX UINT8_MAX
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 140 #define UINT8_MAX _UI8_MAX macro 154 #define UINT_LEAST8_MAX UINT8_MAX 168 #define UINT_FAST8_MAX UINT8_MAX
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 125 #define UINT8_MAX _UI8_MAX macro 139 #define UINT_LEAST8_MAX UINT8_MAX 153 #define UINT_FAST8_MAX UINT8_MAX
|
/external/libusb/msvc/ |
D | stdint.h | 137 #define UINT8_MAX 255 macro 153 #define UINT_LEAST8_MAX UINT8_MAX 169 #define UINT_FAST8_MAX UINT8_MAX
|
/external/libdivsufsort/include/ |
D | divsufsort_private.h | 86 #if !defined(UINT8_MAX) 87 # define UINT8_MAX (255) macro 93 # define ALPHABET_SIZE (UINT8_MAX + 1)
|
/external/grpc-grpc/src/core/lib/transport/ |
D | error_utils.cc | 36 while (slot != UINT8_MAX) { in recursively_find_error_with_field() 109 while (slot != UINT8_MAX) { in grpc_error_has_clear_grpc_status()
|
/external/icu/libandroidicu/include/unicode/ |
D | umachine.h | 174 #ifndef UINT8_MAX 176 # define UINT8_MAX ((uint8_t)(255U)) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 174 #ifndef UINT8_MAX 176 # define UINT8_MAX ((uint8_t)(255U)) macro
|
/external/vboot_reference/utility/ |
D | eficompress.c | 57 #define MAX_HASH_VAL (3 * WNDSIZ + (WNDSIZ / 512 + 1) * UINT8_MAX) 66 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD) 269 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCCode[NC], 435 mLevel = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mLevel)); in AllocateMemory() 436 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount)); in AllocateMemory() 437 mPosition = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mPosition)); in AllocateMemory() 521 for (i = WNDSIZ; i <= WNDSIZ + UINT8_MAX; i++) { in InitSlide() 926 Output(LastMatchLen + (UINT8_MAX + 1 - THRESHOLD), in Encode() 1272 for (i = 0; i <= UINT8_MAX; i++) { in MakeCrcTable()
|
/external/libpcap/ |
D | scanner.h | 107 #ifndef UINT8_MAX 108 #define UINT8_MAX (255U) macro
|
/external/iptables/extensions/ |
D | libipt_icmp.c | 153 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmp() 158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmp()
|
D | libip6t_icmp6.c | 133 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6() 138 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX)) in parse_icmpv6()
|
/external/libaom/libaom/test/ |
D | obmc_sad_test.cc | 73 pre[i] = UINT8_MAX; in TEST_P() 74 wsrc[i] = UINT8_MAX * kMaskMax * kMaskMax; in TEST_P()
|
/external/capstone/include/ |
D | platform.h | 54 #define UINT8_MAX 0xffui8 macro
|