Searched refs:SIZE_MAX (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/intl/
H A Dxsize.h26 /* 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...]
/external/webkit/JavaScriptCore/os-win32/
H A Dstdint.h45 #ifndef SIZE_MAX
47 #define SIZE_MAX _UI64_MAX macro
49 #define SIZE_MAX _UI32_MAX macro
/external/bison/lib/
H A Dxmalloc.c29 #ifndef SIZE_MAX
30 # define SIZE_MAX ((size_t) -1) macro
171 if (SIZE_MAX / 2 / s < n)
H A Dquotearg.c74 #ifndef SIZE_MAX
75 # define SIZE_MAX ((size_t) -1) macro
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,
[all...]
H A Derror.c91 # ifndef SIZE_MAX
92 # define SIZE_MAX ((size_t) -1) macro
146 : len <= SIZE_MAX / sizeof *wbuf
H A Dhash.c48 #ifndef SIZE_MAX
49 # define SIZE_MAX ((size_t) -1) macro
569 if (SIZE_MAX <= new_candidate)
966 if (SIZE_MAX <= candidate)
/external/oprofile/libpopt/
H A Dconfig.h280 #undef SIZE_MAX macro
/external/safe-iop/src/
H A Dsafe_iop.c333 a=1; b=SIZE_MAX; EXPECT_FALSE(safe_add(NULL, a, b));
334 a=SIZE_MAX/2; b=a+2; EXPECT_FALSE(safe_add(NULL, a, b));
335 a=SIZE_MAX/2; b=a; EXPECT_TRUE(safe_add(NULL, a, b));
336 a=SIZE_MAX/2; b=a+1; EXPECT_TRUE(safe_add(NULL, a, b));
338 a=0; b=SIZE_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
543 a=SIZE_MAX-1; b=SIZE_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
544 a=SIZE_MAX; b=SIZE_MAX; EXPECT_TRUE(safe_sub(NULL, a, b));
788 a=SIZE_MAX
[all...]
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h499 #if (defined(SIZE_MAX) || __STDC_VERSION__ >= 199901L || defined(WCHAR_MAX) || defined(_WCHAR_T) || defined(_WCHAR_T_DEFINED)) && !defined(LTC_NO_WCHAR)
/external/safe-iop/include/
H A Dsafe_iop.h567 MAKE_UADD(,szt, size_t, SIZE_MAX)
600 MAKE_UMUL(, szt, size_t, SIZE_MAX)

Completed in 140 milliseconds