/external/llvm/lib/MC/ |
MCCodeView.cpp | 274 assert(Result < UINT_MAX && "label difference greater than 2GB");
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmapstress01.c | 113 #define SIZE_MAX UINT_MAX
|
/external/openssh/ |
clientloop.c | 374 if (timeout >= UINT_MAX - X11_TIMEOUT_SLACK) 375 x11_timeout_real = UINT_MAX; 388 if (UINT_MAX - timeout < now) 389 x11_refuse_time = UINT_MAX; [all...] |
defines.h | 324 # define SIZE_T_MAX UINT_MAX
|
/external/u-boot/drivers/ddr/altera/ |
sdram_gen5.c | 89 if (newrows > UINT_MAX) {
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-death-test_test.cc | [all...] |
/external/googletest/googletest/test/ |
googletest-death-test-test.cc | [all...] |
/external/libaom/libaom/av1/encoder/ |
speed_features.c | 53 UINT_MAX, 162754, 22026, 22026, 22026, 0 58 static unsigned int coeff_opt_dist_thresholds[5] = { UINT_MAX, 162754, 162754, [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 270 unsigned int besterr = UINT_MAX; \ 325 if (besterr >= UINT_MAX) return UINT_MAX; 661 if (besterr >= UINT_MAX) return UINT_MAX; 741 unsigned int besterr = UINT_MAX; [all...] |
vp9_pickmode.c | [all...] |
/external/libxml2/ |
buf.c | 777 if (newSize > UINT_MAX / 2) { 793 if (newSize > UINT_MAX / 2) { [all...] |
/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 137 *root_inode_block = UINT_MAX; 172 if(*root_inode_block == UINT_MAX)
|
/external/toybox/lib/ |
xwrap.c | 679 if (!errno && s && !*s && uid>=0 && uid<=UINT_MAX) return uid; 693 if (!errno && s && !*s && gid>=0 && gid<=UINT_MAX) return gid;
|
/frameworks/av/services/soundtrigger/ |
SoundTriggerHwService.cpp | 571 sound_model->data_size > (UINT_MAX - sound_model->data_offset) || 658 config->data_size > (UINT_MAX - config->data_offset) || [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGRRList.cpp | 327 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX; 578 MinAvailableCycle = UINT_MAX; 799 assert(PredSU->NumSuccsLeft < UINT_MAX && "NumSuccsLeft will overflow!"); [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
ScheduleDAGRRList.cpp | 330 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX; 455 MinAvailableCycle = UINT_MAX; 666 assert(PredSU->NumSuccsLeft < UINT_MAX && "NumSuccsLeft will overflow!"); [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
tcd.c | [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | [all...] |
/external/pdfium/third_party/lcms/src/ |
cmslut.c | 390 if (n >= UINT_MAX / Cols) return NULL; 391 if (n >= UINT_MAX / Rows) return NULL; 481 if (rv > UINT_MAX / dim) return 0; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/ |
Enquire.c | [all...] |
/external/clang/unittests/Format/ |
CleanupTest.cpp | 252 return createReplacement(UINT_MAX, 0, HeaderName);
|
/external/curl/lib/vtls/ |
cyassl.c | 954 if(length > UINT_MAX)
|
/external/eigen/Eigen/src/Core/util/ |
Meta.h | 224 static unsigned int (max)() { return UINT_MAX; }
|
/external/jemalloc/src/ |
ctl.c | [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
decodemv.c | 130 pbi->mvs_corrupt_from_mb = UINT_MAX;
|