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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/include/bitsize32/
stdintlimits.h 9 #define UINT_FAST16_MAX UINT32_MAX
10 #define UINT_FAST32_MAX UINT32_MAX
14 #define UINTPTR_MAX UINT32_MAX
23 # define SIZE_MAX UINT32_MAX //(4294967295U)
  /external/swiftshader/third_party/LLVM/unittests/Support/
BlockFrequencyTest.cpp 14 BranchProbability Prob(UINT32_MAX - 1, UINT32_MAX);
21 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
35 BranchProbability Prob(UINT32_MAX / 2, UINT32_MAX);
51 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawArraysIndirect.cpp 6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) {
glDrawElementsIndirect.cpp 6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) {
  /system/chre/util/include/chre/util/nanoapp/
assert.h 41 chreAbort(UINT32_MAX); \
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 79 #define UINT32_MAX 0xffffffffU
101 #define UINT_LEAST32_MAX UINT32_MAX
121 #define UINT_FAST8_MAX UINT32_MAX
122 #define UINT_FAST16_MAX UINT32_MAX
123 #define UINT_FAST32_MAX UINT32_MAX
133 #define UINTPTR_MAX UINT32_MAX
167 #define SIZE_MAX UINT32_MAX
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 117 #ifndef UINT32_MAX
118 #define UINT32_MAX 0xffffffff
  /hardware/libhardware/include/hardware/
hw_auth_token.h 33 HW_AUTH_ANY = UINT32_MAX,
  /system/core/liblog/include_vndk/log/
log_time.h 38 #define LOG_TIME_NSEC(t) ((t)->tv_nsec & (UINT32_MAX >> 2))
  /system/netd/libbpf/include/bpf/
bpf_shared.h 39 #define UID_MAP_ENABLED UINT32_MAX
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/sp804/
sp804_delay_timer.c 49 mmio_write_32(SP804_TIMER1_LOAD, UINT32_MAX);
50 mmio_write_32(SP804_TIMER1_VALUE, UINT32_MAX);
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 22 BranchProbability Prob(UINT32_MAX / 3, UINT32_MAX);
33 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
55 BranchProbability Prob(UINT32_MAX / 2, UINT32_MAX);
79 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
BranchProbabilityTest.cpp 108 BP BigZero(0, UINT32_MAX);
109 BP BigOne(UINT32_MAX, UINT32_MAX);
129 EXPECT_EQ(UINT32_MAX, BP(1, 1).scale(UINT32_MAX));
130 EXPECT_EQ(UINT32_MAX, BP(7, 7).scale(UINT32_MAX));
146 EXPECT_EQ(1u, BP(Two31, UINT32_MAX).scale(2));
147 EXPECT_EQ(Two31, BP(Two31, UINT32_MAX).scale(Two31 * 2));
148 EXPECT_EQ(9223372036854775807ULL, BP(Two31, UINT32_MAX).scale(UINT64_MAX))
    [all...]
  /external/llvm/lib/Support/
BranchProbability.cpp 55 while (Denominator > UINT32_MAX) {
78 uint64_t ProductLow = (Num & UINT32_MAX) * N;
82 uint32_t Lower32 = ProductLow & UINT32_MAX;
83 uint32_t Mid32Partial = ProductHigh & UINT32_MAX;
97 if (UpperQ > UINT32_MAX)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 88 #define UINT32_MAX 0xffffffffU /* 4294967295U */
104 #define UINT_LEAST32_MAX UINT32_MAX
120 #define UINT_FAST32_MAX UINT32_MAX
132 #define UINTPTR_MAX UINT32_MAX
156 #define SIZE_MAX UINT32_MAX
  /external/gptfdisk/
mbr.cc 64 if (diskSize < UINT32_MAX) { // If the disk is under 2TiB
67 partitions[0].SetLocation(UINT32_C(1), UINT32_MAX);
94 if (diskSize < UINT32_MAX) { // If the disk is under 2TiB
97 partitions[i].SetLengthLBA(UINT32_MAX - partitions[i].GetStartLBA());
115 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) {
  /external/llvm/include/llvm/Support/
DataTypes.h 92 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 91 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 91 #define UINT32_MAX 4294967295U
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 91 #define UINT32_MAX 4294967295U
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 91 #define UINT32_MAX 4294967295U
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 91 #define UINT32_MAX 4294967295U
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 91 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 #define UINT32_MAX 4294967295U
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 92 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 92 #define UINT32_MAX 4294967295U
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U

Completed in 935 milliseconds

1 2 3 4 5 6 7 8 91011>>