HomeSort by relevance Sort by last modified time
    Searched full:intmax_t (Results 276 - 300 of 445) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 53 intmax_t ival;
  /external/jemalloc/src/
util.c 33 static char *d2s(intmax_t x, char sign, char *s, size_t *slen_p);
258 d2s(intmax_t x, char sign, char *s, size_t *slen_p)
367 val = va_arg(ap, intmax_t); \
501 intmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 53 intmax_t ival;
  /bionic/libc/tzcode/
private.h 175 typedef long long intmax_t; typedef
186 typedef long intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdint.h 135 typedef long int intmax_t; typedef
139 typedef long long int intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 135 typedef long int intmax_t; typedef
139 typedef long long int intmax_t; typedef
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 68 intmax_t intmaxarg;
79 intmax_t *pintmaxarg;
259 #define MAXINT 0x1000 /* largest integer size (intmax_t) */
395 ((intmax_t)(flags&MAXINT ? GETARG(intmax_t) : \
663 if ((intmax_t)_umax < 0) {
819 *GETARG(intmax_t *) = ret;
    [all...]
vfwprintf.c 67 intmax_t intmaxarg;
78 intmax_t *pintmaxarg;
276 #define MAXINT 0x1000 /* largest integer size (intmax_t) */
383 ((intmax_t)(flags&MAXINT ? GETARG(intmax_t) : \
625 if ((intmax_t)_umax < 0) {
796 *GETARG(intmax_t *) = ret;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
ax_create_stdint_h.m4 16 dnl int_least32_t.. int_fast32_t.. intmax_t
200 AC_CHECK_TYPE(intmax_t,,,[#include <$ac_cv_header_stdint>])
310 echo "/* whether intmax_t type was detected */" >>$ac_stdint
540 typedef int64_t intmax_t;
543 typedef long intmax_t;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
chrono 149 common_type<typename _ToDuration::rep, _Rep, intmax_t>::type __cr;
193 template<intmax_t _Num, intmax_t _Den>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
chrono 149 common_type<typename _ToDuration::rep, _Rep, intmax_t>::type __cr;
193 template<intmax_t _Num, intmax_t _Den>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
chrono 149 common_type<typename _ToDuration::rep, _Rep, intmax_t>::type __cr;
193 template<intmax_t _Num, intmax_t _Den>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
chrono 149 common_type<typename _ToDuration::rep, _Rep, intmax_t>::type __cr;
193 template<intmax_t _Num, intmax_t _Den>
  /external/clang/lib/Lex/
PPExpressions.cpp 112 Result.Val.setIsUnsigned(false); // Result is signed intmax_t.
197 Result.Val.setIsUnsigned(false); // "0" is signed intmax_t 0.
256 // large that it is unsigned" e.g. on 12345678901234567890 where intmax_t
291 // Character literals are always int or wchar_t, expand to intmax_t.
317 "intmax_t smaller than char/wchar_t?");
753 // C99 6.10.1p3 - All expressions are evaluated as intmax_t or uintmax_t.
  /bionic/libc/bionic/
ndk_cruft.cpp 189 extern "C" intmax_t strntoimax(const char* nptr, char** endptr, int base, size_t n) {
190 return (intmax_t) strntoumax(nptr, endptr, base, n);
  /external/tinycompress/
cplay.c 148 fprintf(stderr, "DSP played %jd.%jd\n", (intmax_t)tstamp.tv_sec, (intmax_t)tstamp.tv_nsec*1000);
  /bionic/libc/include/
stdint.h 103 typedef int64_t intmax_t; typedef
  /development/ndk/platforms/android-L/include/
stdint.h 103 typedef int64_t intmax_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/chromium_org/third_party/re2/mswin/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 238 SK_API int8_t SkToS8(intmax_t);
240 SK_API int16_t SkToS16(intmax_t);
242 SK_API int32_t SkToS32(intmax_t);
244 SK_API int SkToInt(intmax_t);
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 139 * (u)intmax_t, (u)int64_t, (u)int32_t, (u)int16_t, (u)least64_t,
542 typedef int64_t intmax_t; typedef
559 typedef int32_t intmax_t; typedef
766 intmax_t imax = INTMAX_C(0);
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 218 /* sizeof(intmax_t) == 2^LG_SIZEOF_INTMAX_T. */
jemalloc_internal_defs.h.in 209 /* sizeof(intmax_t) == 2^LG_SIZEOF_INTMAX_T. */
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 123 typedef int64_t intmax_t; typedef

Completed in 961 milliseconds

<<1112131415161718