Home
last modified time | relevance | path

Searched defs:UINTPTR_MAX (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/arch/riscv64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX macro
/third_party/musl/arch/x32/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/microblaze/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/s390x/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/aarch64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX macro
/third_party/musl/arch/or1k/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/powerpc64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX macro
/third_party/musl/arch/sh/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/mipsn32/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/powerpc/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/mips/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/mips64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX macro
/third_party/musl/arch/arm/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/i386/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/m68k/bits/
Dstdint.h17 #define UINTPTR_MAX UINT32_MAX macro
/third_party/musl/arch/x86_64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs89 pub const UINTPTR_MAX: i32 = -1; constant