Searched refs:SIZE_MAX (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getdelim.c | 34 # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) 98 SSIZE_MAX < SIZE_MAX ? (size_t) SSIZE_MAX + 1 : SIZE_MAX; in getdelim()
|
D | quotearg.c | 40 #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()
|
D | stdint.in.h | 466 #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
|
D | error.c | 177 if (__builtin_expect (len >= SIZE_MAX / 2, 0)) in error_tail()
|
D | regex_internal.h | 86 #ifndef SIZE_MAX 87 # define SIZE_MAX ((size_t) -1) macro
|
D | regexec.c | 725 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()
|
D | regex_internal.c | 142 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()
|
D | regcomp.c | 876 if (BE (SIZE_MAX / max_object_size / 2 <= pat_len, 0)) in init_dfa()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | size_max.m4 | 14 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/ |
D | cstdint | 79 SIZE_MAX
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 237 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/ |
D | cinttypes.pass.cpp | 199 #ifndef SIZE_MAX 200 #error SIZE_MAX not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 237 assert(SIZE_MAX == std::numeric_limits<std::size_t>::max()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 159 int __res = vsnprintf_l(__s, SIZE_MAX, __l, __format, __va); in sprintf_l()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | stdint.m4 | 161 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; 201 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 141 #if SIZE_MAX != ULONG_MAX || UINTMAX_MAX != ULLONG_MAX
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 20166 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; 20206 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
|