HomeSort by relevance Sort by last modified time
    Searched defs:SIZE_MAX (Results 26 - 41 of 41) sorted by null

12

  /external/bison/lib/
hash.c 48 #ifndef SIZE_MAX
49 # define SIZE_MAX ((size_t) -1)
569 if (SIZE_MAX <= new_candidate)
966 if (SIZE_MAX <= candidate)
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/
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...]
stdint.in.h 466 #undef SIZE_MAX
469 # define SIZE_MAX _STDINT_MAX (0, 64, 0ul)
471 # define SIZE_MAX _STDINT_MAX (0, 32, 0ul)
474 # define SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@)
regex_internal.h 86 #ifndef SIZE_MAX
87 # define SIZE_MAX ((size_t) -1)
  /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/oprofile/libpopt/
config.h 281 #undef SIZE_MAX
  /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)
  /dalvik/vm/alloc/
HeapSource.cpp 22 #define SIZE_MAX UINT_MAX // TODO: get SIZE_MAX from stdint.h
186 /* softLimit will be either SIZE_MAX or the limit for the
189 * heap, a non-SIZE_MAX softLimit should always be the same
333 hs->heaps[0].concurrentStartBytes = SIZE_MAX;
558 hs->softLimit = SIZE_MAX; // no soft limit at first
873 hs->softLimit = SIZE_MAX;
882 // softLimit intentionally left at SIZE_MAX.
    [all...]
  /external/clang/lib/Headers/
stdint.h 627 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 623 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 623 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 623 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 627 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
  /prebuilt/sdk/15/renderscript/clang-include/
stdint.h 627 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
  /external/mksh/src/
sh.h 254 #ifndef SIZE_MAX
256 #define SIZE_MAX SIZE_T_MAX
258 #define SIZE_MAX ((size_t)-1)
    [all...]

Completed in 3053 milliseconds

12