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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
inttypes.h 58 #define PRIdMAX "jd" /* intmax_t */
76 #define PRIiMAX "ji" /* intmax_t */
95 #define PRIoMAX "jo" /* intmax_t */
168 #define SCNdMAX "jd" /* intmax_t */
186 #define SCNiMAX "ji" /* intmax_t */
247 intmax_t quot; /* quotient */
248 intmax_t rem; /* remainder */
252 intmax_t strtoimax(const char *, char **, int);
255 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
inttypes.h 58 #define PRIdMAX "jd" /* intmax_t */
76 #define PRIiMAX "ji" /* intmax_t */
95 #define PRIoMAX "jo" /* intmax_t */
168 #define SCNdMAX "jd" /* intmax_t */
186 #define SCNiMAX "ji" /* intmax_t */
247 intmax_t quot; /* quotient */
248 intmax_t rem; /* remainder */
252 intmax_t strtoimax(const char *, char **, int);
255 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
inttypes.h 58 #define PRIdMAX "jd" /* intmax_t */
76 #define PRIiMAX "ji" /* intmax_t */
95 #define PRIoMAX "jo" /* intmax_t */
168 #define SCNdMAX "jd" /* intmax_t */
186 #define SCNiMAX "ji" /* intmax_t */
247 intmax_t quot; /* quotient */
248 intmax_t rem; /* remainder */
252 intmax_t strtoimax(const char *, char **, int);
255 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
inttypes.h 58 #define PRIdMAX "jd" /* intmax_t */
76 #define PRIiMAX "ji" /* intmax_t */
95 #define PRIoMAX "jo" /* intmax_t */
168 #define SCNdMAX "jd" /* intmax_t */
186 #define SCNiMAX "ji" /* intmax_t */
247 intmax_t quot; /* quotient */
248 intmax_t rem; /* remainder */
252 intmax_t strtoimax(const char *, char **, int);
255 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
inttypes.h 58 #define PRIdMAX "jd" /* intmax_t */
76 #define PRIiMAX "ji" /* intmax_t */
95 #define PRIoMAX "jo" /* intmax_t */
168 #define SCNdMAX "jd" /* intmax_t */
186 #define SCNiMAX "ji" /* intmax_t */
247 intmax_t quot; /* quotient */
248 intmax_t rem; /* remainder */
252 intmax_t strtoimax(const char *, char **, int);
255 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cinttypes 66 // intmax_t abs(intmax_t)
72 // imaxdiv_t div(intmax_t, intmax_t)
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
imaxabs.c 32 intmax_t
33 imaxabs(intmax_t j)
imaxdiv.c 34 imaxdiv(intmax_t numer, intmax_t denom)
  /external/libcxx/test/utilities/ratio/ratio.ratio/
ratio2.fail.cpp 11 // shall be representable by type intmax_t.
18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num;
ratio3.fail.cpp 11 // shall be representable by type intmax_t.
18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num;
ratio1.fail.cpp 17 const std::intmax_t t1 = std::ratio<1, 0>::num;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/
ratio2.fail.cpp 11 // shall be representable by type intmax_t.
18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num;
ratio3.fail.cpp 11 // shall be representable by type intmax_t.
18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num;
  /external/chromium_org/base/numerics/
safe_numerics_unittest.cc 264 TEST_ARITHMETIC(intmax_t);
471 TEST_NUMERIC_CONVERSION(uint8_t, intmax_t, SIGN_TO_UNSIGN_NARROW);
487 TEST_NUMERIC_CONVERSION(int, intmax_t, SIGN_PRESERVING_NARROW);
495 TEST_NUMERIC_CONVERSION(unsigned int, intmax_t, SIGN_TO_UNSIGN_NARROW);
504 TEST_NUMERIC_CONVERSION(intmax_t, intmax_t, SIGN_PRESERVING_VALUE_PRESERVING);
507 TEST_NUMERIC_CONVERSION(intmax_t, int, SIGN_PRESERVING_VALUE_PRESERVING);
510 TEST_NUMERIC_CONVERSION(intmax_t, unsigned int,
512 TEST_NUMERIC_CONVERSION(intmax_t, uint8_t, SIGN_PRESERVING_VALUE_PRESERVING);
514 TEST_NUMERIC_CONVERSION(intmax_t, float, SIGN_PRESERVING_NARROW)
    [all...]
  /external/compiler-rt/lib/interception/
interception_type_test.cc 25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
  /external/jemalloc/test/unit/
util.c 258 TEST("_-1234_", "_%jd_", ((intmax_t)-1234));
259 TEST("_1234_", "_%jd_", ((intmax_t)1234));
260 TEST("_-1234_", "_%ji_", ((intmax_t)-1234));
261 TEST("_1234_", "_%ji_", ((intmax_t)1234));
262 TEST("_01234_", "_%#jo_", ((intmax_t)01234));
263 TEST("_1234_", "_%ju_", ((intmax_t)1234));
264 TEST("_0x1234abc_", "_%#jx_", ((intmax_t)0x1234abc));
265 TEST("_0X1234ABC_", "_%#jX_", ((intmax_t)0x1234ABC));
  /external/libcxx/include/
cstdint 138 intmax_t
186 using::intmax_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 138 intmax_t
186 using::intmax_t;
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 99 typedef long int intmax_t;
102 typedef long long int intmax_t;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 138 intmax_t
186 using::intmax_t;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 15 // 23 Jan 01 prefer "long" over "int" for int32_t and intmax_t (Jens Maurer)
135 using ::intmax_t;
176 typedef int64_t intmax_t;
181 typedef int32_t intmax_t;
292 // 64-bit types + intmax_t and uintmax_t ----------------------------------//
306 typedef ::boost::long_long_type intmax_t;
318 typedef long intmax_t;
330 __extension__ typedef long long intmax_t;
342 typedef __int64 intmax_t;
352 typedef int32_t intmax_t;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoimax.c 37 * Convert a string to an intmax_t
42 intmax_t
46 intmax_t acc, cutoff;
83 * digit. For instance, if the range for intmax_t is
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 48 intmax_t quot;
49 intmax_t rem;
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
  /external/mesa3d/include/c99/
inttypes.h 48 intmax_t quot;
49 intmax_t rem;
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
  /ndk/sources/android/support/src/wcstox/
wcstol.c 49 intmax_t wcstoimax(const wchar_t *restrict s,

Completed in 2440 milliseconds

1 2 3 4 56 7 8 91011>>