HomeSort by relevance Sort by last modified time
    Searched refs:UINT32_MAX (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /external/oprofile/opjitconv/
jitsymbol.c 134 if (max_entry_count < UINT32_MAX - 18)
136 else if (max_entry_count < UINT32_MAX)
create_bfd.c 37 if (entry_count > UINT32_MAX - 1) {
  /external/icu4c/io/
uscanf_p.c 405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
715 *(int32_t*)num = (int32_t)(UINT32_MAX & result);
1069 *(int32_t*)num = (int32_t)(UINT32_MAX & result);
    [all...]
uprntf_p.c 428 num &= UINT32_MAX;
463 num &= UINT32_MAX;
499 num &= UINT32_MAX;
    [all...]
  /external/llvm/include/llvm/Object/
RelocVisitor.h 193 if (Res < INT32_MIN || Res > UINT32_MAX)
  /frameworks/base/services/common_time/
clock_recovery.cpp 64 while ((N > INT32_MAX) || (D > UINT32_MAX)) {
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdint_h.pass.cpp 185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 55 #ifndef UINT32_MAX
56 #error UINT32_MAX not defined
  /external/libppp/src/
radius.c     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 145 Asm->EmitInt32(UINT32_MAX);
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 319 if (Length == UINT32_MAX) {
DWARFDebugLine.cpp 483 uint32_t unknown_index = UINT32_MAX;
  /external/iptables/iptables/
xtoptions.c 140 return UINT32_MAX;
434 if (!xtables_strtoui(cb->arg, &end, &mark, 0, UINT32_MAX))
440 !xtables_strtoui(end + 1, &end, &mask, 0, UINT32_MAX))
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 102 return UINT32_MAX / BB->getTerminator()->getNumSuccessors();
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 245 } else if (UnsignedVal <= UINT32_MAX) {
  /external/bison/examples/calc++/
calc++-scanner.cc 107 #ifndef UINT32_MAX
108 #define UINT32_MAX (4294967295U)
    [all...]
  /external/bison/src/
scan-skel.c 126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U)
    [all...]
scan-code.c 126 #ifndef UINT32_MAX
127 #define UINT32_MAX (4294967295U)
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 102 #ifndef UINT32_MAX
103 #define UINT32_MAX (4294967295U)
    [all...]
  /external/elfutils/src/
ldlex.c 103 #ifndef UINT32_MAX
104 #define UINT32_MAX (4294967295U)
    [all...]
  /external/qemu/hw/
scsi-disk.c 761 if (nb_sectors > UINT32_MAX)
762 nb_sectors = UINT32_MAX;
  /system/core/sh/
arith_lex.c 76 #ifndef UINT32_MAX
77 #define UINT32_MAX (4294967295U)
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 65 const uint32_t DW_CIE_ID = UINT32_MAX;
  /external/llvm/unittests/ADT/
HashingTest.cpp 265 #elif SIZE_MAX == UINT32_MAX

Completed in 796 milliseconds

1 2 3 45 6