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

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStreamReader.h 183 if (NumElements > UINT32_MAX / sizeof(T))
229 if (NumItems > UINT32_MAX / sizeof(T))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStreamReader.h 183 if (NumElements > UINT32_MAX / sizeof(T))
229 if (NumItems > UINT32_MAX / sizeof(T))
  /system/chre/core/
host_comms_manager.cc 27 constexpr uint32_t kMessageToHostReservedFieldValue = UINT32_MAX;
111 } else if (messageSize > ((UINT32_MAX))) {
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/aarch32/
xlat_tables_arch.c 133 if (max_va != UINT32_MAX) {
138 * that virtual_addr_space_size is in the range [1, UINT32_MAX].
  /external/libevent/include/event2/
event-config-bionic.h 20 #elif SIZE_MAX == UINT32_MAX
event-config-darwin.h 20 #elif SIZE_MAX == UINT32_MAX
event-config-linux.h 20 #elif SIZE_MAX == UINT32_MAX
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamWriter.h 57 if (Array.size() > UINT32_MAX / sizeof(T))
  /external/swiftshader/third_party/LLVM/lib/Support/
BlockFrequency.cpp 25 uint64_t u0 = freq & UINT32_MAX;
  /external/syslinux/dos/
stdint.h 71 # define UINT32_MAX (4294967295U)
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestLayer.h 100 uint32_t mZOrder = UINT32_MAX;
  /system/libhidl/transport/allocator/1.0/default/
AshmemAllocator.cpp 63 if (count > UINT32_MAX) {
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 134 [wire_format.UInt32ByteSize, wire_format.UINT32_MAX, 5],
158 [wire_format.Fixed32ByteSize, wire_format.UINT32_MAX, 4],
185 [wire_format.EnumByteSize, wire_format.UINT32_MAX, 5],
  /device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c 197 hd->ucdba = utrd->upiu & UINT32_MAX;
198 hd->ucdbau = (utrd->upiu >> 32) & UINT32_MAX;
220 utrd->header & UINT32_MAX);
222 (utrd->upiu >> 32) & UINT32_MAX);
286 prdt->dba = (unsigned int)(buf & UINT32_MAX);
287 prdt->dbau = (unsigned int)((buf >> 32) & UINT32_MAX);
322 utrd->header & UINT32_MAX);
324 (utrd->header >> 32) & UINT32_MAX);
374 utrd->header & UINT32_MAX);
376 (utrd->header >> 32) & UINT32_MAX);
    [all...]
  /external/iptables/extensions/
libxt_owner.c 48 * Note: "UINT32_MAX - 1" is used in the code because -1 is a reserved
149 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
159 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
196 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
206 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
232 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1))
236 if (!xtables_strtoui(end + 1, &end, to, 0, UINT32_MAX - 1))
  /external/gptfdisk/
gptpart.cc 148 if ((firstLBA > UINT32_MAX) || ((lastLBA - firstLBA) > UINT32_MAX) || (firstLBA > lastLBA))
150 else if (lastLBA > UINT32_MAX)
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 97 if (Freq > UINT32_MAX)
98 Freq = UINT32_MAX;
249 assert(Res <= UINT32_MAX);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 29 bool isDWARF64() const { return TotalLength == UINT32_MAX; }
36 if (Len >= (uint64_t)UINT32_MAX) {
38 TotalLength = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
RelocVisitor.h 144 if (Res < INT32_MIN || Res > UINT32_MAX)
192 if (Res < INT32_MIN || Res > UINT32_MAX)
247 if ((int64_t)Value < INT32_MIN || (int64_t)Value > UINT32_MAX)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFYAML.h 29 bool isDWARF64() const { return TotalLength == UINT32_MAX; }
36 if (Len >= (uint64_t)UINT32_MAX) {
38 TotalLength = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
RelocVisitor.h 144 if (Res < INT32_MIN || Res > UINT32_MAX)
192 if (Res < INT32_MIN || Res > UINT32_MAX)
247 if ((int64_t)Value < INT32_MIN || (int64_t)Value > UINT32_MAX)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFYAML.h 29 bool isDWARF64() const { return TotalLength == UINT32_MAX; }
36 if (Len >= (uint64_t)UINT32_MAX) {
38 TotalLength = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
RelocVisitor.h 144 if (Res < INT32_MIN || Res > UINT32_MAX)
194 if (Res < INT32_MIN || Res > UINT32_MAX)
249 if ((int64_t)Value < INT32_MIN || (int64_t)Value > UINT32_MAX)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFYAML.h 32 bool isDWARF64() const { return TotalLength == UINT32_MAX; }
39 if (Len >= (uint64_t)UINT32_MAX) {
41 TotalLength = UINT32_MAX;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
RelocVisitor.h 144 if (Res < INT32_MIN || Res > UINT32_MAX)
194 if (Res < INT32_MIN || Res > UINT32_MAX)
249 if ((int64_t)Value < INT32_MIN || (int64_t)Value > UINT32_MAX)

Completed in 1045 milliseconds

1 2 3 45 6 7 8 91011>>