Home
last modified time | relevance | path

Searched refs:SIZE_MAX (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetdelim.c34 # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2))
98 SSIZE_MAX < SIZE_MAX ? (size_t) SSIZE_MAX + 1 : SIZE_MAX; in getdelim()
Dquotearg.c40 #ifndef SIZE_MAX
41 # define SIZE_MAX ((size_t) -1) macro
279 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++) in quotearg_buffer_restyled()
379 if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1)) in quotearg_buffer_restyled()
455 if (argsize == SIZE_MAX) in quotearg_buffer_restyled()
726 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); in quotearg_n()
751 return quotearg_n_options (n, arg, SIZE_MAX, &o); in quotearg_n_style()
786 return quotearg_char_mem (arg, SIZE_MAX, ch); in quotearg_char()
Dstdint.in.h466 #undef SIZE_MAX
469 # define SIZE_MAX _STDINT_MAX (0, 64, 0ul) macro
471 # define SIZE_MAX _STDINT_MAX (0, 32, 0ul) macro
474 # define SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@) macro
Derror.c177 if (__builtin_expect (len >= SIZE_MAX / 2, 0)) in error_tail()
Dregex_internal.h86 #ifndef SIZE_MAX
87 # define SIZE_MAX ((size_t) -1) macro
Dregexec.c725 if (BE (SIZE_MAX / sizeof (re_dfastate_t *) <= mctx.input.bufs_len, 0)) in re_search_internal()
993 if (BE (SIZE_MAX / sizeof (re_dfastate_t *) <= match_last, 0)) in prune_impossible_nodes()
2940 || BE (SIZE_MAX / sizeof (re_dfastate_t *) < new_alloc, 0)) in check_arrival()
3413 if (BE ((((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX) in build_trtable()
4135 if (BE (SIZE_MAX / 2 / sizeof (re_dfastate_t *) <= pstr->bufs_len, 0)) in extend_buffers()
4202 if (BE (SIZE_MAX / max_object_size < n, 0)) in match_ctx_init()
Dregex_internal.c142 if (BE (SIZE_MAX / max_object_size < new_buf_len, 0)) in re_string_realloc_buffers()
1422 if (BE (SIZE_MAX / 2 / max_object_size < dfa->nodes_alloc, 0)) in re_dfa_add_node()
Dregcomp.c876 if (BE (SIZE_MAX / max_object_size / 2 <= pat_len, 0)) in init_dfa()
/ndk/sources/host-tools/make-3.81/config/
Dsize_max.m414 dnl First test whether the system already has SIZE_MAX.
15 AC_MSG_CHECKING([for SIZE_MAX])
22 #ifdef SIZE_MAX
38 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
58 AC_DEFINE_UNQUOTED([SIZE_MAX], [$result], definition
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint79 SIZE_MAX
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp237 assert(SIZE_MAX == std::numeric_limits<size_t>::max()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp199 #ifndef SIZE_MAX
200 #error SIZE_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp237 assert(SIZE_MAX == std::numeric_limits<std::size_t>::max()); in main()
/ndk/sources/android/support/src/stdio/
Dvfprintf.c61 #if SIZE_MAX != ULONG_MAX || UINTMAX_MAX != ULLONG_MAX
735 if (n > (char *)0+SIZE_MAX-s-1) n = (char *)0+SIZE_MAX-s-1; in vsnprintf()
Dvfwprintf.c53 #if SIZE_MAX != ULONG_MAX || UINTMAX_MAX != ULLONG_MAX
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c167 int __res = vsnprintf_l(__s, SIZE_MAX, __l, __format, __va); in sprintf_l()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4161 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
201 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20166 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
20206 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;