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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/
lower_if_to_cond_assign.cpp 108 if (max_depth == UINT_MAX)
standalone_scaffolding.cpp 249 options.MaxIfDepth = UINT_MAX;
  /external/newfs_msdos/
newfs_msdos.c 50 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg)
  /external/openssh/
digest-libc.c 221 if (dlen > UINT_MAX)
gss-serv.c 260 if (UINT_MAX - offset < name->length)
  /external/python/cpython2/Python/
structmember.c 272 if (ulong_val > UINT_MAX)
  /external/python/cpython3/Python/
structmember.c 200 if (ulong_val > UINT_MAX)
  /external/selinux/libselinux/src/
label_media.c 113 maxnspec = UINT_MAX / sizeof(spec_t);
label_x.c 140 maxnspec = UINT_MAX / sizeof(spec_t);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.h 134 unsigned MaxPrefetchIterationsAhead = UINT_MAX;
  /external/u-boot/include/linux/
kernel.h 12 #define UINT_MAX (~0U)
  /external/webrtc/webrtc/p2p/base/
candidate.h 101 // Limiting priority to UINT_MAX when value exceeds uint32_t max.
105 std::min(prio_val, static_cast<uint64_t>(UINT_MAX)));
  /external/pdfium/third_party/libopenjpeg20/
pi.c 357 comp->dx <= UINT_MAX / (1u << (res->pdx + comp->numresolutions - 1 - resno))) {
362 comp->dy <= UINT_MAX / (1u << (res->pdy + comp->numresolutions - 1 - resno))) {
493 comp->dx <= UINT_MAX / (1u << (res->pdx + comp->numresolutions - 1 - resno))) {
498 comp->dy <= UINT_MAX / (1u << (res->pdy + comp->numresolutions - 1 - resno))) {
629 comp->dx <= UINT_MAX / (1u << (res->pdx + comp->numresolutions - 1 - resno))) {
634 comp->dy <= UINT_MAX / (1u << (res->pdy + comp->numresolutions - 1 - resno))) {
    [all...]
  /external/python/cpython3/Lib/test/
test_getargs2.py 20 # > I * unsigned int 0..UINT_MAX
43 from _testcapi import UCHAR_MAX, USHRT_MAX, UINT_MAX, ULONG_MAX, INT_MAX, \
202 self.assertEqual(UINT_MAX, getargs_I(-1))
204 self.assertEqual(UINT_MAX, getargs_I(UINT_MAX))
205 self.assertEqual(0, getargs_I(UINT_MAX+1))
209 self.assertEqual(VERY_LARGE & UINT_MAX, getargs_I(VERY_LARGE))
    [all...]
  /external/clang/INPUTS/
c99-intconst-1.c 84 unsigned int, (C) <= UINT_MAX, \
90 first_of3(unsigned int, (C) <= UINT_MAX, \
  /external/llvm/lib/CodeGen/
Analysis.cpp 343 unsigned BitsRequired = UINT_MAX;
355 unsigned BitsProvided = UINT_MAX;
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 35 const unsigned RegisterBankInfo::DefaultMappingID = UINT_MAX;
36 const unsigned RegisterBankInfo::InvalidMappingID = UINT_MAX - 1;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 307 assert(MinReadyCycle < UINT_MAX && "MinReadyCycle uninitialized");
362 MinReadyCycle = UINT_MAX;
  /external/mesa3d/src/util/
register_allocate.c 512 unsigned int stack_optimistic_start = UINT_MAX;
541 if (stack_optimistic_start == UINT_MAX)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 324 unsigned BitsRequired = UINT_MAX;
336 unsigned BitsProvided = UINT_MAX;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 53 const unsigned RegisterBankInfo::DefaultMappingID = UINT_MAX;
54 const unsigned RegisterBankInfo::InvalidMappingID = UINT_MAX - 1;
  /development/ndk/zlib/
zconf.h 395 # if (UINT_MAX == 0xffffffffUL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 396 # if (UINT_MAX == 0xffffffffUL)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 419 # if (UINT_MAX == 0xffffffffUL)
  /external/clang/tools/clang-format/
ClangFormat.cpp 158 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX);

Completed in 6155 milliseconds

1 2 3 4 56 7 8 91011>>