/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 189 # define SIZE_MAX _UI64_MAX macro 191 # define SIZE_MAX _UI32_MAX macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 204 # define SIZE_MAX _UI64_MAX macro 206 # define SIZE_MAX _UI32_MAX macro
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 204 # define SIZE_MAX _UI64_MAX macro 206 # define SIZE_MAX _UI32_MAX macro
|
/external/libusb/msvc/ |
D | stdint.h | 205 #define SIZE_MAX UINT64_MAX macro 207 #define SIZE_MAX UINT32_MAX macro
|
/external/flac/include/share/ |
D | alloc.h | 63 # define SIZE_MAX SIZE_T_MAX macro
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress01.c | 113 #define SIZE_MAX UINT_MAX macro
|
D | mmapstress10.c | 111 #define SIZE_MAX UINT_MAX macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 75 #define SIZE_MAX ULONG_MAX macro
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 209 #define SIZE_MAX ((size_t) -1) macro
|
/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 110 pub const SIZE_MAX: ::std::os::raw::c_int = -1; constant
|
D | vhost.rs | 142 pub const SIZE_MAX: ::std::os::raw::c_int = -1; constant
|
/external/u-boot/include/linux/ |
D | kernel.h | 20 #define SIZE_MAX (~(size_t)0) macro
|
/external/curl/packages/OS400/ |
D | ccsidcurl.c | 46 #define SIZE_MAX ((size_t) ~0) /* Is unsigned on OS/400. */ macro
|
/external/openssh/ |
D | defines.h | 328 #define SIZE_MAX SIZE_T_MAX macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 57 #define SIZE_MAX UINT_MAX macro
|
/external/llvm/lib/Support/ |
D | regcomp.c | 57 #define SIZE_MAX UINT_MAX macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 667 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__) macro
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 181 #define SIZE_MAX (~(size_t)0) macro
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 415 #define SIZE_MAX (~(size_t)0) macro
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 329 # define SIZE_MAX (~(size_t)0) macro
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 145 # define SIZE_MAX (~(size_t)0) macro
|
/external/ImageMagick/coders/ |
D | dds.c | 108 #define SIZE_MAX ((size_t) -1) macro
|
/external/mksh/src/ |
D | sh.h | 345 #define SIZE_MAX SIZE_T_MAX macro 347 #define SIZE_MAX ((size_t)-1) macro
|
/external/crosvm/usb_util/src/ |
D | bindings.rs | 110 pub const SIZE_MAX: i32 = -1; constant
|