Home
last modified time | relevance | path

Searched defs:SIZE_MAX (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/bits/
H A Dstdint.h21 #define SIZE_MAX UINT32_MAX macro
28 #define SIZE_MAX UINT64_MAX macro
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/bits/
H A Dstdint.h21 #define SIZE_MAX UINT32_MAX macro
28 #define SIZE_MAX UINT64_MAX macro
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/bits/
H A Dstdint.h21 #define SIZE_MAX UINT32_MAX macro
28 #define SIZE_MAX UINT64_MAX macro
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/bits/
H A Dstdint.h21 #define SIZE_MAX UINT32_MAX macro
28 #define SIZE_MAX UINT64_MAX macro
/aosp_15_r20/external/musl/arch/generic/bits/
H A Dstdint.h21 #define SIZE_MAX UINT32_MAX macro
28 #define SIZE_MAX UINT64_MAX macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlimits.h76 #define SIZE_MAX _UI64_MAX macro
78 #define SIZE_MAX UINT_MAX macro
Dstdint.h154 #define SIZE_MAX UINT64_MAX macro
156 #define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/external/libconfig/lib/win32/
H A Dstdint.h179 # define SIZE_MAX _UI64_MAX macro
181 # define SIZE_MAX _UI32_MAX macro
/aosp_15_r20/external/jemalloc_new/include/msvc_compat/C99/
H A Dstdint.h204 # define SIZE_MAX _UI64_MAX macro
206 # define SIZE_MAX _UI32_MAX macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dstdint.h261 # define SIZE_MAX (18446744073709551615UL) macro
263 # define SIZE_MAX (4294967295U) macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm64_armv8-a_shared/gen/include/
Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/
Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/
Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/
H A Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/include/
H A Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/
H A Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/bionic/libc/include/
H A Dstdint.h220 # define SIZE_MAX UINT64_MAX macro
227 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/
Dstdint.h220 # define SIZE_MAX UINT64_MAX macro
227 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv7-a-neon_shared/gen/include/
Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/
H A Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/
Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_shared/gen/include/
Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_x86_64_shared/gen/include/
Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/include/
H A Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/include/
H A Dstdint.h219 # define SIZE_MAX UINT64_MAX macro
226 # define SIZE_MAX UINT32_MAX macro

123456