HomeSort by relevance Sort by last modified time
    Searched refs:uintmax_t (Results 176 - 200 of 215) sorted by null

1 2 3 4 5 6 78 9

  /external/bison/lib/
inttypes.in.h 1110 _GL_FUNCDECL_SYS (strtoumax, uintmax_t,
1113 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
285 #ifdef UINTMAX_T
286 #undef UINTMAX_T
287 #endif /* defined(UINTMAX_T) */
288 #if HAVE_UINTMAX_T || defined(uintmax_t)
289 #define UINTMAX_T uintmax_t
294 #define UINTMAX_T ULLONG
299 #endif /* HAVE_UINTMAX_T || defined(uintmax_t) */
453 static int convert(UINTMAX_T, char *, size_t, int, int)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 284 /* Support for uintmax_t. We also need UINTMAX_MAX. */
285 #ifdef UINTMAX_T
286 #undef UINTMAX_T
287 #endif /* defined(UINTMAX_T) */
288 #if HAVE_UINTMAX_T || defined(uintmax_t)
289 #define UINTMAX_T uintmax_t
294 #define UINTMAX_T ULLONG
299 #endif /* HAVE_UINTMAX_T || defined(uintmax_t) */
453 static int convert(UINTMAX_T, char *, size_t, int, int)
    [all...]
  /external/elfutils/src/
addr2line.c 371 uintmax_t addr = strtoumax (string, &endp, 0);
ld.h 521 uintmax_t num;
    [all...]
ldscript.c 232 uintmax_t num;
    [all...]
ldscript.y 72 uintmax_t num;
ar.c 560 (uintmax_t) arhdr->ar_size,
    [all...]
  /bionic/libc/stdio/
vfprintf.c 195 uintmax_t _umax; /* integer arguments %[diouxX] */
266 ((uintmax_t)(flags&MAXINT ? GETARG(uintmax_t) : \
vfscanf.c 575 uintmax_t res;
  /external/iptables/iptables/
xtables.c 430 bool xtables_strtoul(const char *s, char **end, uintmax_t *value,
431 uintmax_t min, uintmax_t max)
433 uintmax_t v;
463 uintmax_t v;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 883 static const boost::uintmax_t v = static_cast<boost::uintmax_t>(1u) << (Digits::value - 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpfr.h 301 __MPFR_DECLSPEC int mpfr_set_uj _MPFR_PROTO ((mpfr_t, uintmax_t, mpfr_rnd_t));
303 mpfr_set_uj_2exp _MPFR_PROTO ((mpfr_t, uintmax_t, intmax_t, mpfr_rnd_t));
305 __MPFR_DECLSPEC uintmax_t mpfr_get_uj _MPFR_PROTO ((mpfr_srcptr, mpfr_rnd_t));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpfr.h 301 __MPFR_DECLSPEC int mpfr_set_uj _MPFR_PROTO ((mpfr_t, uintmax_t, mpfr_rnd_t));
303 mpfr_set_uj_2exp _MPFR_PROTO ((mpfr_t, uintmax_t, intmax_t, mpfr_rnd_t));
305 __MPFR_DECLSPEC uintmax_t mpfr_get_uj _MPFR_PROTO ((mpfr_srcptr, mpfr_rnd_t));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpfr.h 301 __MPFR_DECLSPEC int mpfr_set_uj _MPFR_PROTO ((mpfr_t, uintmax_t, mpfr_rnd_t));
303 mpfr_set_uj_2exp _MPFR_PROTO ((mpfr_t, uintmax_t, intmax_t, mpfr_rnd_t));
305 __MPFR_DECLSPEC uintmax_t mpfr_get_uj _MPFR_PROTO ((mpfr_srcptr, mpfr_rnd_t));
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 289 #define FILE_TIMESTAMP uintmax_t
  /external/bison/darwin-lib/
inttypes.h     [all...]
  /external/bison/linux-lib/
inttypes.h     [all...]
  /external/clang/lib/Headers/
stdint.h 278 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 201 typedef __atomic_base<uintmax_t> atomic_uintmax_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 201 typedef __atomic_base<uintmax_t> atomic_uintmax_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h 228 typedef __atomic_base<uintmax_t> atomic_uintmax_t;
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 278 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /external/linux-tools-perf/util/
probe-finder.c 1276 (uintmax_t)pf->addr);
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 290 typedef unsigned long long uintmax_t; typedef
    [all...]

Completed in 851 milliseconds

1 2 3 4 5 6 78 9