/third_party/ffmpeg/libavutil/tests/ |
H A 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()
|
H A D | imgutils.c | 28 for (y = -1; y<UINT_MAX; y+= y/2 + 1) { in main() 29 for (x = -1; x<UINT_MAX; x+= x/2 + 1) { in main()
|
/third_party/alsa-lib/src/pcm/ |
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A 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/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.h | 225 if (screen->last_finished < UINT_MAX / 2) { in zink_screen_update_last_finished() 227 if (check_id > UINT_MAX / 2) in zink_screen_update_last_finished() 229 } else if (check_id < UINT_MAX / 2) { in zink_screen_update_last_finished() 244 if (screen->last_finished < UINT_MAX / 2) { in zink_screen_check_last_finished() 246 if (check_id > UINT_MAX / 2) in zink_screen_check_last_finished() 248 } else if (check_id < UINT_MAX / 2) { in zink_screen_check_last_finished()
|
/third_party/backends/include/ |
H A D | md5.h | 47 /* If UINT_MAX isn't defined, assume it's a 32-bit type. 52 # ifndef UINT_MAX 53 # define UINT_MAX UINT_MAX_32_BITS macro 56 # if UINT_MAX == UINT_MAX_32_BITS
|
/third_party/node/deps/uv/src/ |
H A D | idna.c | 24 #include <limits.h> /* UINT_MAX */ 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() 287 if (c == UINT_MAX) in uv__idna_toascii()
|
/third_party/python/Lib/test/ |
H A D | test_ucn.py | 18 from _testcapi import INT_MAX, PY_SSIZE_T_MAX, UINT_MAX namespace 20 INT_MAX = PY_SSIZE_T_MAX = UINT_MAX = 2**64 - 1 228 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX") 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/ffmpeg/libavutil/ |
H A 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/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A 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()
|
H A D | Compiler.cpp | 71 MaxCallStackDepth = UINT_MAX; in ShBuiltInResources() 76 maxCallStackDepth(UINT_MAX) in TCompiler() 222 else if(depth == UINT_MAX) in validateCallDepth()
|
/third_party/ltp/testcases/kernel/syscalls/alarm/ |
H A D | alarm02.c | 26 {"UINT_MAX/2", UINT_MAX/2}, 27 {"UINT_MAX/4", UINT_MAX/4},
|
/third_party/ffmpeg/libavcodec/ |
H A D | ass.c | 125 if (sub->num_rects >= UINT_MAX) in ff_ass_add_rect2() 129 if (sub->num_rects < UINT_MAX / 17 * 16) { in ff_ass_add_rect2() 132 new_nb = UINT_MAX; in ff_ass_add_rect2()
|
H A D | notchlc.c | 168 if (s->uv_offset_data_offset >= UINT_MAX / 4) in decode_blocks() 175 if (s->y_control_data_offset >= UINT_MAX / 4) in decode_blocks() 182 if (s->a_control_word_offset >= UINT_MAX / 4) in decode_blocks() 189 if (s->uv_data_offset >= UINT_MAX / 4) in decode_blocks() 196 if (s->y_data_size >= UINT_MAX / 4) in decode_blocks() 200 if (s->a_data_offset >= UINT_MAX / 4) in decode_blocks() 207 if (s->a_count_size >= UINT_MAX / 4) in decode_blocks() 294 if (offset >= UINT_MAX / 4) in decode_blocks()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A 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/ |
H A 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/ |
H A 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/src/internal/ |
H A 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/ltp/testcases/kernel/syscalls/set_mempolicy/ |
H A 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/tests/checkasm/ |
H A 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()
|
H A D | opusdsp.c | 28 float f = (float)rnd() / (UINT_MAX >> 5) - 16.0f; \ 70 float coeff0 = (float)rnd() / (UINT_MAX >> 5) - 16.0f, coeff1 = coeff0; in test_deemphasis()
|
/third_party/ffmpeg/libswresample/ |
H A 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()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | metadata.hpp | 87 ->getLimitedValue(UINT_MAX); in get_uint_vector_kernel_metadata() 110 ->getLimitedValue(UINT_MAX); in get_type_kernel_metadata() 179 ->getLimitedValue(UINT_MAX); in get_uint_argument_metadata()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 10 INT_MAX, INT_MIN, UINT_MAX, \ 60 ts.T_UINT = UINT_MAX 61 self.assertEqual(ts.T_UINT, UINT_MAX) 13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | angleutils.cpp | 52 // We assume that UINT_MAX and GL_INVALID_INDEX are equal. in ArrayString() 53 ASSERT(i != UINT_MAX); in ArrayString() 68 // We assume that UINT_MAX and GL_INVALID_INDEX are equal. in ArrayIndexString() 69 ASSERT(*indicesIt != UINT_MAX); in ArrayIndexString()
|