/bionic/libc/arch-arm/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/bionic/libc/arch-sh/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/bionic/libc/arch-x86/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/ |
limits.h | 42 #ifndef SIZE_MAX 43 #define SIZE_MAX UINT_MAX /* max value for a size_t */
|
/external/e2fsprogs/intl/ |
xsize.h | 26 /* Get SIZE_MAX. */ 39 The convention is that SIZE_MAX represents overflow. 40 malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc 50 ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX) 60 return (sum >= size1 ? sum : SIZE_MAX); 91 max (SIZE_MAX, n) == SIZE_MAX and max (n, SIZE_MAX) == SIZE_MAX. * [all...] |
/system/core/libcutils/ |
strdup16to8.c | 18 #include <limits.h> /* for SIZE_MAX */ 35 * for len > SIZE_MAX/3. 46 * overflows, and never return more than (SIZE_MAX-1) 48 * SIZE_MAX bytes, which will return NULL which can at least 55 /* Fast path for the usual case where 3*len is < SIZE_MAX-1. 57 if (len < (SIZE_MAX-1)/3) { 84 return SIZE_MAX-1; 87 /* don't return SIZE_MAX to avoid common user bug */ 88 if (utf8Len == SIZE_MAX) 89 utf8Len = SIZE_MAX-1 [all...] |
/external/webkit/Source/JavaScriptCore/os-win32/ |
stdint.h | 45 #ifndef SIZE_MAX 47 #define SIZE_MAX _UI64_MAX 49 #define SIZE_MAX _UI32_MAX
|
/external/bison/lib/ |
xmalloc.c | 29 #ifndef SIZE_MAX 30 # define SIZE_MAX ((size_t) -1) 171 if (SIZE_MAX / 2 / s < n)
|
quotearg.c | 74 #ifndef SIZE_MAX 75 # define SIZE_MAX ((size_t) -1) 181 If ARGSIZE is SIZE_MAX, use the string length of the argument for ARGSIZE. 265 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++) 342 if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1)) 423 if (argsize == SIZE_MAX) 534 If ARGSIZE is SIZE_MAX, use the string length of the argument for 564 ARG is of size ARGSIZE, but if that is SIZE_MAX, ARG is a 637 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); 660 return quotearg_n_options (n, arg, SIZE_MAX, &o) [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getdelim.c | 34 # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) 98 SSIZE_MAX < SIZE_MAX ? (size_t) SSIZE_MAX + 1 : SIZE_MAX;
|
quotearg.c | 40 #ifndef SIZE_MAX 41 # define SIZE_MAX ((size_t) -1) 178 If ARGSIZE is SIZE_MAX, use the string length of the argument for ARGSIZE. 279 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++) 379 if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1)) 455 if (argsize == SIZE_MAX) 576 If ARGSIZE is SIZE_MAX, use the string length of the argument for 602 embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not 660 ARG is of size ARGSIZE, but if that is SIZE_MAX, ARG is a 726 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options) [all...] |
/external/flac/libFLAC/ |
memory.c | 87 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ 116 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ 145 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ 174 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ 205 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */
|
/external/mesa3d/include/c99/ |
stdint.h | 202 #ifndef SIZE_MAX // [ 204 # define SIZE_MAX _UI64_MAX 206 # define SIZE_MAX _UI32_MAX 208 #endif // SIZE_MAX ]
|
/external/clang/test/Preprocessor/ |
stdint.c | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdint.h | 266 # define SIZE_MAX (18446744073709551615UL) 268 # define SIZE_MAX (4294967295U)
|