Home
last modified time | relevance | path

Searched refs:UINT8_MAX (Results 1 - 25 of 74) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h85 #define UINT8_MAX 255 macro
121 #ifndef UINT8_MAX
122 #define UINT8_MAX 255 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h48 #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/user/include/
H A Dstdint.h48 #define UINT8_MAX (0xff) macro
69 #define UINT_FAST8_MAX UINT8_MAX
72 #define UINT_LEAST8_MAX UINT8_MAX
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h48 #define UINT8_MAX (0xff) macro
69 #define UINT_FAST8_MAX UINT8_MAX
72 #define UINT_LEAST8_MAX UINT8_MAX
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h48 #define UINT8_MAX (0xff) macro
69 #define UINT_FAST8_MAX UINT8_MAX
72 #define UINT_LEAST8_MAX UINT8_MAX
/third_party/musl/include/
H A Dstdint.h48 #define UINT8_MAX (0xff) macro
69 #define UINT_FAST8_MAX UINT8_MAX
72 #define UINT_LEAST8_MAX UINT8_MAX
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h140 #define UINT8_MAX _UI8_MAX macro
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp66 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/icu/icu4c/source/common/unicode/
H A Dumachine.h211 #ifndef UINT8_MAX
213 # define UINT8_MAX ((uint8_t)(255U)) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dumachine.h189 #ifndef UINT8_MAX
191 # define UINT8_MAX ((uint8_t)(255U)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dumachine.h211 #ifndef UINT8_MAX
213 # define UINT8_MAX ((uint8_t)(255U)) macro
/third_party/elfutils/tests/
H A Dread_unaligned.c86 UINT8_MAX / 2 - 1,
87 UINT8_MAX / 2,
88 UINT8_MAX / 2 + 1,
89 UINT8_MAX,
90 UINT8_MAX -1
/third_party/ffmpeg/libavfilter/
H A Dvf_colorlevels.c407 int imin = lrint(r->in_min * UINT8_MAX); in filter_frame()
408 int imax = lrint(r->in_max * UINT8_MAX); in filter_frame()
409 int omin = lrint(r->out_min * UINT8_MAX); in filter_frame()
410 int omax = lrint(r->out_max * UINT8_MAX); in filter_frame()
414 imin = UINT8_MAX; in filter_frame()
H A Dvf_readvitc.c162 s->threshold_black = s->thr_b * UINT8_MAX; in init()
163 s->threshold_white = s->thr_w * UINT8_MAX; in init()
H A Dvaf_spectrumsynth.c265 magnitude = m[x] / (double)UINT8_MAX; in read8_fft_bin()
268 magnitude = ff_exp10(((m[x] / (double)UINT8_MAX) - 1.) * 6.); in read8_fft_bin()
273 phase = ((p[x] / (double)UINT8_MAX) * 2. - 1.) * M_PI; in read8_fft_bin()
/third_party/mesa3d/src/util/tests/
H A Dint_min_max.cpp68 EXPECT_EQ(UINT8_MAX, u_uintN_max(8)); in TEST()
/third_party/openssl/ohos_lite/include/internal/
H A Dnumbers.h42 # define UINT8_MAX __MAXUINT__(uint8_t) macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dbasictypes.h33 const uint8 kuint8max = UINT8_MAX;
/third_party/node/deps/openssl/openssl/include/internal/
H A Dnumbers.h43 # define UINT8_MAX __MAXUINT__(uint8_t) macro
/third_party/openssl/include/internal/
H A Dnumbers.h43 # define UINT8_MAX __MAXUINT__(uint8_t) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DPackedVersion.cpp48 if (Num > UINT8_MAX) in parse32()
/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c203 min_r = min_g = min_b = UINT8_MAX; in get_max_component_diff()
461 min_color[0] = UINT8_MAX; in update_block_stats()
462 min_color[1] = UINT8_MAX; in update_block_stats()
463 min_color[2] = UINT8_MAX; in update_block_stats()
/third_party/libphonenumber/tools/cpp/src/base/
H A Dbasictypes.h31 const uint8 kuint8max = UINT8_MAX;
/third_party/musl/libc-test/src/api/
H A Dstdint.c44 C(UINT8_MAX) in f()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-util.c456 JERRY_STATIC_ASSERT (PARSER_MAXIMUM_IDENT_LENGTH <= UINT8_MAX,
616 if (diff >= 1 && diff <= UINT8_MAX) in scanner_pop_literal_pool()
620 else if (diff >= -UINT8_MAX && diff <= UINT16_MAX) in scanner_pop_literal_pool()
878 if (diff >= 1 && diff <= UINT8_MAX) in scanner_pop_literal_pool()
882 else if (diff >= -UINT8_MAX && diff <= UINT16_MAX) in scanner_pop_literal_pool()
1934 if (diff <= UINT8_MAX) in scanner_check_variables()
2081 if (diff <= UINT8_MAX) in scanner_create_variables()

Completed in 15 milliseconds

123