HomeSort by relevance Sort by last modified time
    Searched refs:UINTMAX_MAX (Results 1 - 24 of 24) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoumax.c 16 #define MAX_VALUE UINTMAX_MAX
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoumax.c 74 cutoff = UINTMAX_MAX / (uintmax_t)base;
75 cutlim = UINTMAX_MAX % (uintmax_t)base;
89 acc = UINTMAX_MAX;
  /external/jemalloc/test/unit/
util.c 58 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
59 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
60 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
62 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
63 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
64 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX},
65 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX},
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
290 #ifndef UINTMAX_MAX
291 #define UINTMAX_MAX ULLONG_MAX
292 #endif /* !defined(UINTMAX_MAX) */
295 #ifdef UINTMAX_MAX
296 #undef UINTMAX_MAX
297 #endif /* defined(UINTMAX_MAX) */
298 #define UINTMAX_MAX ULLONG_MAX
1085 * digits of the 32-bit, the 64-bit, or the 128-bit UINTMAX_MAX value
1107 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) {
    [all...]
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
290 #ifndef UINTMAX_MAX
291 #define UINTMAX_MAX ULLONG_MAX
292 #endif /* !defined(UINTMAX_MAX) */
295 #ifdef UINTMAX_MAX
296 #undef UINTMAX_MAX
297 #endif /* defined(UINTMAX_MAX) */
298 #define UINTMAX_MAX ULLONG_MAX
1085 * digits of the 32-bit, the 64-bit, or the 128-bit UINTMAX_MAX value
1107 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) {
    [all...]
  /external/bison/darwin-lib/
stdint.h 306 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
323 #ifndef UINTMAX_MAX
491 #ifndef UINTMAX_MAX
493 # define UINTMAX_MAX UINT64_MAX
495 # define UINTMAX_MAX UINT32_MAX
  /external/bison/lib/
stdint.in.h 305 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
322 #ifndef UINTMAX_MAX
490 #ifndef UINTMAX_MAX
492 # define UINTMAX_MAX UINT64_MAX
494 # define UINTMAX_MAX UINT32_MAX
  /external/jemalloc/src/
util.c 111 ret = UINTMAX_MAX;
188 ret = UINTMAX_MAX;
199 ret = UINTMAX_MAX;
444 assert(uwidth != UINTMAX_MAX || get_errno() !=
467 assert(uprec != UINTMAX_MAX || get_errno() !=
ctl.c 770 if (index == UINTMAX_MAX || index > SIZE_T_MAX) {
    [all...]
  /development/ndk/platforms/android-3/include/
stdint.h 226 # define UINTMAX_MAX UINT64_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 189 #define UINTMAX_MAX UINT64_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 187 #define UINTMAX_MAX UINT64_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 187 #define UINTMAX_MAX UINT64_MAX
  /external/mesa3d/include/c99/
stdint.h 187 #define UINTMAX_MAX UINT64_MAX
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 546 # define UINTMAX_MAX UINT64_MAX
562 # define UINTMAX_MAX UINT32_MAX
  /bionic/libc/include/
stdint.h 199 #define UINTMAX_MAX UINT64_MAX
  /bionic/libc/tzcode/
private.h 194 #ifndef UINTMAX_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 200 #define UINTMAX_MAX UINT64_MAX
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 221 // UINTMAX_MAX
222 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 221 // UINTMAX_MAX
222 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max());
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 179 #ifndef UINTMAX_MAX
180 #error UINTMAX_MAX not defined
  /external/clang/lib/Headers/
stdint.h 678 #define UINTMAX_MAX __UINTN_MAX(__INTMAX_WIDTH__)
  /external/bison/
configure     [all...]

Completed in 588 milliseconds