/external/linux-kselftest/tools/testing/selftests/sysctl/ |
sysctl.sh | 94 if [ -z $UINT_MAX ]; then 95 UINT_MAX=$(getconf UINT_MAX) 442 echo -n "Testing UINT_MAX works ..." 444 TEST_STR="$UINT_MAX" 455 echo -n "Testing UINT_MAX + 1 will fail as expected..." 457 TEST_STR=$(($UINT_MAX+1))
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPort.cpp | 173 uint32_t samplingRate = UINT_MAX; 179 pickedRate = (samplingRate == UINT_MAX) ? 0 : samplingRate; 187 maxRate = UINT_MAX; 208 uint32_t channelCount = UINT_MAX; 228 maxCount = UINT_MAX;
|
/external/tensorflow/tensorflow/lite/tools/ |
verifier.cc | 53 const uint32_t kMaxNumString = UINT_MAX / sizeof(int32_t) - 2; 118 if (bytes_required > UINT_MAX) { 147 if (bytes_required > UINT_MAX) {
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/ |
img_parser_mod.c | 23 #define INVALID_IDX UINT_MAX
|
/external/boringssl/src/crypto/bio/ |
hexdump.c | 101 BIO_indent(ctx->bio, ctx->indent, UINT_MAX);
|
/external/boringssl/src/crypto/dh/ |
dh_asn1.c | 102 priv_length > UINT_MAX) {
|
/external/boringssl/src/tool/ |
args.cc | 98 num > UINT_MAX) {
|
/external/clang/include/clang/Frontend/ |
VerifyDiagnosticConsumer.h | 156 static const unsigned MaxCount = UINT_MAX;
|
/external/clang/lib/Index/ |
CommentToXML.cpp | 34 unsigned LHSIndex = UINT_MAX; 35 unsigned RHSIndex = UINT_MAX; 39 LHSIndex = UINT_MAX - 1; 45 RHSIndex = UINT_MAX - 1; [all...] |
/external/elfutils/libdw/ |
dwarf_getsrc_file.c | 83 unsigned int lastfile = UINT_MAX;
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
locks.h | 201 BUG_ON(prev_count == UINT_MAX);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonGenMux.cpp | 64 CondsetInfo() : PredR(0), TrueX(UINT_MAX), FalseX(UINT_MAX) {} 234 if (CI.TrueX == UINT_MAX || CI.FalseX == UINT_MAX)
|
/external/ltp/testcases/kernel/sched/eas/ |
eas_big_to_small.c | 133 downmigrate_latency_usec = UINT_MAX;
|
eas_small_to_big.c | 133 upmigrate_latency_usec = UINT_MAX;
|
/external/ltp/testcases/kernel/syscalls/sigwaitinfo/ |
sigwaitinfo01.c | 145 child = create_sig_proc(100000, signo, UINT_MAX); 163 child = create_sig_proc(100000, signo, UINT_MAX); 184 child = create_sig_proc(100000, signo, UINT_MAX); 202 child = create_sig_proc(100000, signo, UINT_MAX);
|
/external/python/cpython3/Modules/ |
_bz2module.c | 159 Do compression in chunks of no more than UINT_MAX bytes each. */ 161 c->bzs.avail_in = (unsigned int)Py_MIN(len, UINT_MAX); 177 c->bzs.avail_out = (unsigned int)Py_MIN(buffer_left, UINT_MAX); 426 do decompression in chunks of no more than UINT_MAX bytes 430 bzs->avail_out = (unsigned int)Py_MIN(avail, UINT_MAX); 431 bzs->avail_in = (unsigned int)Py_MIN(d->bzs_avail_in_real, UINT_MAX);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
LiveIntervalUnion.h | 164 unsigned collectInterferingVRegs(unsigned MaxInterferingRegs = UINT_MAX);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
cv-errors.s | 18 # CHECK: error: expected function id within range [0, UINT_MAX)
|
/external/boringssl/src/crypto/lhash/ |
lhash.c | 319 if (lh->callback_depth < UINT_MAX) { 332 if (lh->callback_depth < UINT_MAX) {
|
/external/jemalloc/include/jemalloc/internal/ |
util.h | 258 assert(ret < UINT_MAX); 276 assert(ret < UINT_MAX);
|
/external/libpng/ |
pngconf.h | 494 #if UINT_MAX == 65535 510 #if UINT_MAX > 4294967294U
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
inotify02.c | 76 unsigned int stored_cookie = UINT_MAX; 193 stored_cookie = UINT_MAX;
|
/external/pdfium/third_party/libpng16/ |
pngconf.h | 494 #if UINT_MAX == 65535 510 #if UINT_MAX > 4294967294
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
SpeculativeExecution.cpp | 249 return UINT_MAX; // Disallow anything not whitelisted. 269 if (Cost != UINT_MAX && isSafeToSpeculativelyExecute(&I) &&
|
/external/toybox/toys/posix/ |
cut.c | 190 pairs[1] = UINT_MAX; 196 if (ll<1 || ll>UINT_MAX || errno) return end;
|