/third_party/grpc/src/core/lib/iomgr/ |
D | error.cc | 145 while (slot != UINT8_MAX) { in unref_errs() 149 GPR_ASSERT(err->last_err == slot ? lerr->next == UINT8_MAX in unref_errs() 150 : lerr->next != UINT8_MAX); in unref_errs() 158 if (slot != UINT8_MAX) { in unref_strs() 198 UINT8_MAX - 1, (3 * (*err)->arena_capacity / 2)); in get_placement() 200 return UINT8_MAX; in get_placement() 223 if (slot == UINT8_MAX) { in internal_set_int() 225 if (slot == UINT8_MAX) { in internal_set_int() 238 if (slot == UINT8_MAX) { in internal_set_str() 240 if (slot == UINT8_MAX) { in internal_set_str() [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_min_q7.c | 138 if (totalSize <= UINT8_MAX) in arm_min_q7() 151 while (totalSize >= UINT8_MAX) in arm_min_q7() 155 arm_small_blk_min_q7(curSrc, UINT8_MAX, pResult, pIndex); in arm_min_q7() 166 pSrc += UINT8_MAX; in arm_min_q7() 167 totalSize -= UINT8_MAX; in arm_min_q7() 179 *pIndex = curBlkIdx * UINT8_MAX + curBlkPos; in arm_min_q7()
|
D | arm_max_q7.c | 142 if (totalSize <= UINT8_MAX) in arm_max_q7() 155 while (totalSize >= UINT8_MAX) in arm_max_q7() 159 arm_small_blk_max_q7(curSrc, UINT8_MAX, pResult, pIndex); in arm_max_q7() 170 pSrc += UINT8_MAX; in arm_max_q7() 171 totalSize -= UINT8_MAX; in arm_max_q7() 183 *pIndex = curBlkIdx * UINT8_MAX + curBlkPos; in arm_max_q7()
|
/third_party/skia/third_party/externals/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
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 48 #define UINT8_MAX (0xff) macro 69 #define UINT_FAST8_MAX UINT8_MAX 72 #define UINT_LEAST8_MAX UINT8_MAX
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 52 #define UINT8_MAX (0xff) macro 73 #define UINT_FAST8_MAX UINT8_MAX 76 #define UINT_LEAST8_MAX UINT8_MAX
|
/third_party/musl/include/ |
D | stdint.h | 48 #define UINT8_MAX (0xff) macro 69 #define UINT_FAST8_MAX UINT8_MAX 72 #define UINT_LEAST8_MAX UINT8_MAX
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-imx8/sci/svc/rm/ |
D | api.h | 20 #define SC_RM_PT_ALL ((sc_rm_pt_t)UINT8_MAX) /* All partitions */ 21 #define SC_RM_MR_ALL ((sc_rm_mr_t)UINT8_MAX) /* All memory regions */
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | stdint.h | 86 #define UINT8_MAX 255 macro 102 #define UINT_LEAST8_MAX UINT8_MAX 118 #define UINT_FAST8_MAX UINT8_MAX
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackWriter.cpp | 66 if (u <= UINT8_MAX) { in write() 106 else if (!Compatible && Size <= UINT8_MAX) { in write() 126 if (Size <= UINT8_MAX) { in write() 193 if (Size <= UINT8_MAX) { in writeExt()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 140 #define UINT8_MAX _UI8_MAX macro 154 #define UINT_LEAST8_MAX UINT8_MAX 168 #define UINT_FAST8_MAX UINT8_MAX
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 174 #ifndef UINT8_MAX 176 # define UINT8_MAX ((uint8_t)(255U)) macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colorlevels.c | 197 int imin = lrint(r->in_min * UINT8_MAX); in filter_frame() 198 int imax = lrint(r->in_max * UINT8_MAX); in filter_frame() 199 int omin = lrint(r->out_min * UINT8_MAX); in filter_frame() 200 int omax = lrint(r->out_max * UINT8_MAX); in filter_frame() 205 imin = UINT8_MAX; in filter_frame()
|
D | vf_readvitc.c | 162 s->threshold_black = s->thr_b * UINT8_MAX; in init() 163 s->threshold_white = s->thr_w * UINT8_MAX; in init()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 211 #ifndef UINT8_MAX 213 # define UINT8_MAX ((uint8_t)(255U)) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | umachine.h | 210 #ifndef UINT8_MAX 212 # define UINT8_MAX ((uint8_t)(255U)) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | umachine.h | 211 #ifndef UINT8_MAX 213 # define UINT8_MAX ((uint8_t)(255U)) macro
|
/third_party/grpc/src/core/lib/transport/ |
D | error_utils.cc | 38 while (slot != UINT8_MAX) { in recursively_find_error_with_field() 145 while (slot != UINT8_MAX) { in grpc_error_has_clear_grpc_status()
|
/third_party/flutter/engine/flutter/flow/ohos_layers/ |
D | texture_layer.h | 34 uint8_t opacity_ { UINT8_MAX };
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse_lex.h | 79 #ifndef UINT8_MAX 80 #define UINT8_MAX (255U) macro
|
/third_party/openssl/include/internal/ |
D | numbers.h | 42 # define UINT8_MAX __MAXUINT__(uint8_t) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | PackedVersion.cpp | 48 if (Num > UINT8_MAX) in parse32()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | basictypes.h | 33 const uint8 kuint8max = UINT8_MAX;
|
/third_party/libphonenumber/tools/cpp/src/base/ |
D | basictypes.h | 31 const uint8 kuint8max = UINT8_MAX;
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 44 C(UINT8_MAX) in f()
|