/third_party/boost/libs/spirit/test/qi/ |
D | uint3.cpp | 30 BOOST_TEST(test(max_unsigned, uint_(UINT_MAX))); in main() 31 BOOST_TEST(test_attr(max_unsigned, uint_(UINT_MAX), u)); in main() 32 BOOST_TEST(u == UINT_MAX); in main() 48 BOOST_TEST(test(max_binary, bin(UINT_MAX))); in main() 49 BOOST_TEST(test_attr(max_binary, bin(UINT_MAX), u)); in main() 50 BOOST_TEST(u == UINT_MAX); in main() 61 #if UINT_MAX > 4294967296 // > 32 bits only in main() 66 #if UINT_MAX > 4294967296 // > 32 bits only in main() 70 BOOST_TEST(test(max_octal, oct(UINT_MAX))); in main() 71 BOOST_TEST(test_attr(max_octal, oct(UINT_MAX), u)); in main() [all …]
|
/third_party/ffmpeg/libavutil/tests/ |
D | lls.c | 40 var[0] = (av_lfg_get(&lfg) / (double) UINT_MAX - 0.5) * 2; in main() 41 var[1] = var[0] + av_lfg_get(&lfg) / (double) UINT_MAX - 0.5; in main() 42 var[2] = var[1] + av_lfg_get(&lfg) / (double) UINT_MAX - 0.5; in main() 43 var[3] = var[2] + av_lfg_get(&lfg) / (double) UINT_MAX - 0.5; in main()
|
/third_party/alsa-lib/src/pcm/ |
D | interval.c | 40 return UINT_MAX; in div32() 49 return UINT_MAX; in div_down() 58 return UINT_MAX; in div_up() 69 if (div_down(UINT_MAX, a) < b) in mul() 70 return UINT_MAX; in mul() 76 if (a >= UINT_MAX - b) in add() 77 return UINT_MAX; in add() 95 return UINT_MAX; in muldiv32() 98 if (n >= UINT_MAX) { in muldiv32() 100 return UINT_MAX; in muldiv32() [all …]
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.h | 181 if (screen->last_finished < UINT_MAX / 2) { in zink_screen_update_last_finished() 183 if (batch_id > UINT_MAX / 2) in zink_screen_update_last_finished() 185 } else if (batch_id < UINT_MAX / 2) { in zink_screen_update_last_finished() 199 if (screen->last_finished < UINT_MAX / 2) { in zink_screen_check_last_finished() 201 if (batch_id > UINT_MAX / 2) in zink_screen_check_last_finished() 203 } else if (batch_id < UINT_MAX / 2) { in zink_screen_check_last_finished()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 86 LastFPdOpCycleIdx = UINT_MAX; in Reset() 158 if (CriticalResourceIdx != UINT_MAX && in nextGroup() 161 CriticalResourceIdx = UINT_MAX; in nextGroup() 242 if (CriticalResourceIdx != UINT_MAX) in dumpProcResourceCounters() 253 if (LastFPdOpCycleIdx != UINT_MAX) in dumpState() 261 CriticalResourceIdx = UINT_MAX; in clearProcResCounters() 307 (CriticalResourceIdx == UINT_MAX || in EmitInstruction() 374 if (LastFPdOpCycleIdx == UINT_MAX) in isFPdOpPreferred_distance() 399 else if (CriticalResourceIdx != UINT_MAX) { in resourcesCost()
|
/third_party/boost/boost/atomic/detail/ |
D | int_sizes.hpp | 66 #if (UINT_MAX + 0) == 0xff 68 #elif (UINT_MAX + 0) == 0xffff 70 #elif (UINT_MAX + 0) == 0xffffffff 72 #elif (UINT_MAX + 0) == UINT64_C(0xffffffffffffffff)
|
/third_party/gettext/gettext-runtime/intl/ |
D | gmo.h | 49 #ifndef UINT_MAX 50 # define UINT_MAX UINT_MAX_32_BITS macro 53 #if UINT_MAX == UINT_MAX_32_BITS
|
/third_party/libuv/src/ |
D | idna.c | 133 if (c == UINT_MAX) in uv__idna_toascii_label() 155 assert(c != UINT_MAX); in uv__idna_toascii_label() 186 assert(c != UINT_MAX); in uv__idna_toascii_label() 205 assert(c != UINT_MAX); in uv__idna_toascii_label() 284 if (c == UINT_MAX) in uv__idna_toascii()
|
/third_party/ffmpeg/libavutil/ |
D | lfg.c | 54 x1 = 2.0 / UINT_MAX * av_lfg_get(lfg) - 1.0; in av_bmg_get() 55 x2 = 2.0 / UINT_MAX * av_lfg_get(lfg) - 1.0; in av_bmg_get() 70 if (length > (UINT_MAX / 128U)) return AVERROR(EINVAL); in av_lfg_init_from_data()
|
/third_party/python/Lib/test/ |
D | test_ucn.py | 18 from _testcapi import INT_MAX, PY_SSIZE_T_MAX, UINT_MAX 20 INT_MAX = PY_SSIZE_T_MAX = UINT_MAX = 2**64 - 1 229 @support.bigmemtest(size=UINT_MAX + 1, memuse=2 + 1, dry_run=False) 232 x = b'\\N{SPACE' + b'x' * (UINT_MAX + 1) + b'}' 233 self.assertEqual(len(x), len(b'\\N{SPACE}') + (UINT_MAX + 1))
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 73 return UINT_MAX; in analyzeCallDepth() 84 if(calleeDepth != UINT_MAX) ++calleeDepth; in analyzeCallDepth() 232 if(depth != UINT_MAX) ++depth; in analyzeCallDepth() 237 if(globalDepth != UINT_MAX) ++globalDepth; in analyzeCallDepth()
|
/third_party/jsoncpp/test/data/ |
D | legacy_test_real_08.expected | 2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
D | legacy_test_real_08.json | 2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
/third_party/boost/libs/integer/test/ |
D | integer_test.cpp | 213 #if(UINT_MAX != USHRT_MAX) in main() 219 test_min_max_type<boost::uint_value_t<UINT_MAX>, unsigned int>(UINT_MAX); in main() 221 #if(ULONG_MAX != UINT_MAX) in main() 224 test_min_max_type<boost::uint_value_t<UINT_MAX+1uL>, unsigned long>(UINT_MAX+1uL); in main()
|
/third_party/musl/src/internal/ |
D | intscan.c | 65 for (x=0; c-'0'<10U && x<=UINT_MAX/10-1; c=shgetc(f)) in __intscan() 72 for (x=0; val[c]<base && x<=UINT_MAX/32; c=shgetc(f)) in __intscan() 77 for (x=0; val[c]<base && x<=UINT_MAX/36-1; c=shgetc(f)) in __intscan()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | intscan.c | 65 for (x=0; c-'0'<10U && x<=UINT_MAX/10-1; c=shgetc(f)) in __intscan() 72 for (x=0; val[c]<base && x<=UINT_MAX/32; c=shgetc(f)) in __intscan() 77 for (x=0; val[c]<base && x<=UINT_MAX/36-1; c=shgetc(f)) in __intscan()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | intscan.c | 65 for (x=0; c-'0'<10U && x<=UINT_MAX/10-1; c=shgetc(f)) in __intscan() 72 for (x=0; val[c]<base && x<=UINT_MAX/32; c=shgetc(f)) in __intscan() 77 for (x=0; val[c]<base && x<=UINT_MAX/36-1; c=shgetc(f)) in __intscan()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | intscan.c | 65 for (x=0; c-'0'<10U && x<=UINT_MAX/10-1; c=shgetc(f)) in __intscan() 72 for (x=0; val[c]<base && x<=UINT_MAX/32; c=shgetc(f)) in __intscan() 77 for (x=0; val[c]<base && x<=UINT_MAX/36-1; c=shgetc(f)) in __intscan()
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_fuzzer.c | 287 #if ((ULONG_MAX) == (UINT_MAX)) in SDLTest_RandomUint32BoundaryValue() 290 const Uint64 maxValue = UINT_MAX; in SDLTest_RandomUint32BoundaryValue() 421 #if ((ULONG_MAX) == (UINT_MAX)) in SDLTest_RandomSint32BoundaryValue() 447 return (float) SDLTest_RandomUint32() / UINT_MAX; in SDLTest_RandomUnitFloat() 468 s /= UINT_MAX + 1.0; in SDLTest_RandomDouble()
|
/third_party/ltp/testcases/kernel/syscalls/alarm/ |
D | alarm02.c | 25 {"UINT_MAX/2", UINT_MAX/2}, 26 {"UINT_MAX/4", UINT_MAX/4},
|
/third_party/ltp/testcases/kernel/syscalls/set_mempolicy/ |
D | set_mempolicy05.c | 56 const int node_mask_ptr = UINT_MAX; in run() 57 const int node_mask_sz = UINT_MAX; in run()
|
/third_party/ffmpeg/libavcodec/ |
D | notchlc.c | 167 if (s->uv_offset_data_offset >= UINT_MAX / 4) in decode_blocks() 174 if (s->y_control_data_offset >= UINT_MAX / 4) in decode_blocks() 181 if (s->a_control_word_offset >= UINT_MAX / 4) in decode_blocks() 188 if (s->uv_data_offset >= UINT_MAX / 4) in decode_blocks() 195 if (s->y_data_size >= UINT_MAX / 4) in decode_blocks() 199 if (s->a_data_offset >= UINT_MAX / 4) in decode_blocks() 206 if (s->a_count_size >= UINT_MAX / 4) in decode_blocks() 293 if (offset >= UINT_MAX / 4) in decode_blocks()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | metadata.hpp | 86 ->getLimitedValue(UINT_MAX); in get_uint_vector_kernel_metadata() 109 ->getLimitedValue(UINT_MAX); in get_type_kernel_metadata() 178 ->getLimitedValue(UINT_MAX); in get_uint_argument_metadata()
|
/third_party/ffmpeg/tests/checkasm/ |
D | audiodsp.c | 38 float f = (float)rnd() / (UINT_MAX >> 5) - 16.0f; \ 126 val1 = (float)rnd() / (UINT_MAX >> 1) - 1.0f; in checkasm_check_audiodsp() 127 val2 = (float)rnd() / (UINT_MAX >> 1) - 1.0f; in checkasm_check_audiodsp()
|
/third_party/ffmpeg/libswresample/ |
D | dither.c | 40 case SWR_DITHER_RECTANGULAR: v= ((double)seed) / UINT_MAX - 0.5; break; in swri_get_dither() 43 v = ((double)seed) / UINT_MAX; in swri_get_dither() 45 v-= ((double)seed) / UINT_MAX; in swri_get_dither()
|