HomeSort by relevance Sort by last modified time
    Searched refs:UINT32_MAX (Results 226 - 250 of 492) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdint.h 571 # define UINT32_MAX UINT32_C(4294967295)
574 # define __UINT_LEAST32_MAX UINT32_MAX
577 # define __UINT_LEAST16_MAX UINT32_MAX
580 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 184 const uint32_t UnknownRowIndex = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BranchProbability.h 37 static const uint32_t UnknownN = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 183 const uint32_t UnknownRowIndex = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 183 const uint32_t UnknownRowIndex = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 187 const uint32_t UnknownRowIndex = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 187 const uint32_t UnknownRowIndex = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 187 const uint32_t UnknownRowIndex = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 187 const uint32_t UnknownRowIndex = UINT32_MAX;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 173 # define UINT32_MAX (4294967295U)
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 572 # define UINT32_MAX UINT32_C(4294967295)
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 572 # define UINT32_MAX UINT32_C(4294967295)
575 # define __UINT_LEAST32_MAX UINT32_MAX
578 # define __UINT_LEAST16_MAX UINT32_MAX
581 # define __UINT_LEAST8_MAX UINT32_MAX
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 571 # define UINT32_MAX UINT32_C(4294967295)
574 # define __UINT_LEAST32_MAX UINT32_MAX
577 # define __UINT_LEAST16_MAX UINT32_MAX
580 # define __UINT_LEAST8_MAX UINT32_MAX
  /system/core/liblog/include/log/
log_time.h 33 #define LOG_TIME_NSEC(t) ((t)->tv_nsec & (UINT32_MAX >> 2))
  /system/keymaster/km_openssl/
hmac_operation.cpp 46 uint32_t mac_length_bits = UINT32_MAX;
  /external/iptables/extensions/
libxt_rateest.c 186 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
233 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
  /external/libnl/lib/
socket.c 117 return UINT32_MAX;
125 if (port == UINT32_MAX)
168 BUG_ON(port == UINT32_MAX || port == 0 || (getpid() & 0x3FFFFF) != (port & 0x3FFFFF));
  /external/llvm/lib/Support/
ScaledNumber.cpp 27 auto getL = [](uint64_t N) { return N & UINT32_MAX; };
74 if (Quotient > UINT32_MAX)
  /external/scrypt/lib/crypto/
crypto_scrypt-sse.c 277 #if SIZE_MAX > UINT32_MAX
292 #if SIZE_MAX / 256 <= UINT32_MAX
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp 445 uint32_t index = UINT32_MAX;
470 index = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Dwarf.h 63 const uint32_t DW_CIE_ID = UINT32_MAX;
68 const uint32_t DW_INVALID_OFFSET = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Dwarf.h 63 const uint32_t DW_CIE_ID = UINT32_MAX;
68 const uint32_t DW_INVALID_OFFSET = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Dwarf.h 63 const uint32_t DW_CIE_ID = UINT32_MAX;
68 const uint32_t DW_INVALID_OFFSET = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Dwarf.h 63 const uint32_t DW_CIE_ID = UINT32_MAX;
68 const uint32_t DW_INVALID_OFFSET = UINT32_MAX;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Dwarf.h 63 const uint32_t DW_CIE_ID = UINT32_MAX;
68 const uint32_t DW_INVALID_OFFSET = UINT32_MAX;

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 91011>>