HomeSort by relevance Sort by last modified time
    Searched refs:UINT_MAX (Results 76 - 100 of 341) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Modules/
bz2module.c     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c     [all...]
  /external/libcxx/test/support/
test_allocator.h 142 {return UINT_MAX / sizeof(T);}
206 {return UINT_MAX / sizeof(T);}
290 {return UINT_MAX / sizeof(T);}
  /bionic/tests/headers/posix/
limits_h.c 199 MACRO(UINT_MAX);
  /device/google/bonito/json-c/
json_util.c 123 wsize = (unsigned int)(strlen(json_str) & UINT_MAX); /* CAW: probably unnecessary, but the most 64bit safe */
  /device/google/crosshatch/json-c/
json_util.c 123 wsize = (unsigned int)(strlen(json_str) & UINT_MAX); /* CAW: probably unnecessary, but the most 64bit safe */
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 41 static const unsigned InvalidArgIndex = UINT_MAX;
43 static const unsigned ReturnValueIndex = UINT_MAX - 1;
682 .Default(UINT_MAX);
684 if (ArgNum == UINT_MAX || CE->getNumArgs() < (ArgNum + 1))
  /external/curl/lib/
base64.c 193 if(insize > UINT_MAX/4)
  /external/iptables/extensions/
libipt_CLUSTERIP.c 68 .also = O_NEW, .max = UINT_MAX},
  /external/linux-kselftest/tools/testing/selftests/proc/
fd-001-lookup.c 91 for (u = UINT_MAX - 1024; u != 0; u++) {
fd-003-kthread.c 149 for (u = UINT_MAX - 1024; u != 0; u++) {
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 165 unsigned collectInterferingVRegs(unsigned MaxInterferingRegs = UINT_MAX);
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 154 static const unsigned NoArgIndex = UINT_MAX;
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 98 assert(NumPreds < UINT_MAX && "NumPreds will overflow!");
99 assert(N->NumSuccs < UINT_MAX && "NumSuccs will overflow!");
108 assert(NumPredsLeft < UINT_MAX && "NumPredsLeft will overflow!");
117 assert(N->NumSuccsLeft < UINT_MAX && "NumSuccsLeft will overflow!");
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 91 unsigned MaxPrefetchIterationsAhead = UINT_MAX;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 159 MinReadyCycle(UINT_MAX), MaxMinLatency(0) {}
  /external/lua/src/
llimits.h 59 #define point2uint(p) ((unsigned int)((size_t)(p) & UINT_MAX))
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_gem.c 49 args->shader_rec_count >= (UINT_MAX /
  /external/mesa3d/src/intel/compiler/
brw_compiler.c 136 devinfo->gen < 6 ? 16 : UINT_MAX;
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 47 if (rate > UINT_MAX/1000) return RATE_ERROR;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 100 assert(NumPreds < UINT_MAX && "NumPreds will overflow!");
101 assert(N->NumSuccs < UINT_MAX && "NumSuccs will overflow!");
106 assert(NumPredsLeft < UINT_MAX && "NumPredsLeft will overflow!");
110 assert(N->NumSuccsLeft < UINT_MAX && "NumSuccsLeft will overflow!");
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 65 static const unsigned NoThreshold = UINT_MAX;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetCallingConv.h 146 static const unsigned NoArgIndex = UINT_MAX;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
PhiValues.cpp 44 assert(NextDepthNumber != UINT_MAX);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 110 unsigned ScalarizationCostPassed = UINT_MAX);

Completed in 3384 milliseconds

1 2 34 5 6 7 8 91011>>