/third_party/node/deps/uv/include/uv/ |
H A D | stdint-msvc2008.h | 193 # define PTRDIFF_MAX _I64_MAX macro 196 # define PTRDIFF_MAX _I32_MAX macro
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_mmap_test.cpp | 79 void* mmapping = mmap(nullptr, static_cast<size_t>(PTRDIFF_MAX) + 1, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in HWTEST_F() 153 EXPECT_EQ(MAP_FAILED, mmap(nullptr, (PTRDIFF_MAX) + 1, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0)); in HWTEST_F()
|
/third_party/musl/src/ipc/ |
H A D | shmget.c | 8 if (size > PTRDIFF_MAX) size = SIZE_MAX; in shmget()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/aarch64/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT64_MAX macro
|
/third_party/musl/arch/microblaze/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/mips/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/or1k/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/riscv32/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/riscv64/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT64_MAX macro
|
/third_party/musl/arch/sh/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/x32/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/arm/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/i386/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT64_MAX macro
|
/third_party/musl/arch/m68k/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT64_MAX macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT32_MAX macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT64_MAX macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT64_MAX macro
|
/third_party/musl/arch/x86_64/bits/ |
H A D | stdint.h | 19 #define PTRDIFF_MAX INT64_MAX macro
|