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

<<1112131415161718

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /external/bison/lib/
printf-parse.c 50 /* Get intmax_t. */
360 if (sizeof (intmax_t) > sizeof (long))
362 /* intmax_t = long long */
365 else if (sizeof (intmax_t) > sizeof (int))
367 /* intmax_t = long */
stdint.in.h 304 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
310 # undef intmax_t
313 # define intmax_t gl_intmax_t
315 # define intmax_t int64_t
318 # define intmax_t gl_intmax_t
336 /* Verify that intmax_t and uintmax_t have the same size. Too much code
339 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 916 std::intmax_t i3 = 0;
922 std::intmax_t i = 0;
923 static_assert((std::is_same<decltype(std::imaxabs(i)), std::intmax_t>::value), "");
925 static_assert((std::is_same<decltype(std::strtoimax("", (char**)0, 0)), std::intmax_t>::value), "");
927 static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 916 std::intmax_t i3 = 0;
922 std::intmax_t i = 0;
923 static_assert((std::is_same<decltype(std::imaxabs(i)), std::intmax_t>::value), "");
925 static_assert((std::is_same<decltype(std::strtoimax("", (char**)0, 0)), std::intmax_t>::value), "");
927 static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value), "");
  /external/bison/darwin-lib/
inttypes.h     [all...]
  /external/bison/linux-lib/
inttypes.h     [all...]
  /external/clang/test/Preprocessor/
stdint.c 34 // ARM:typedef long long int intmax_t;
142 // I386:typedef long long int intmax_t;
249 // MIPS:typedef long long int intmax_t;
356 // MIPS64:typedef long long int intmax_t;
456 // MSP430:typedef long long int intmax_t;
563 // PPC64:typedef long int intmax_t;
671 // PPC:typedef long long int intmax_t;
778 // S390X:typedef long long int intmax_t;
885 // SPARC:typedef long long int intmax_t;
985 // TCE:typedef long int intmax_t;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/
mpfr.h 108 /* Define exponent: 1 (short), 2 (int), 3 (long) or 4 (intmax_t)
155 /* Note: in this case, intmax_t and uintmax_t must be defined before
158 typedef intmax_t mpfr_exp_t;
    [all...]
mpc.h 223 __MPC_DECLSPEC int mpc_set_sj (mpc_ptr, intmax_t, mpc_rnd_t);
225 __MPC_DECLSPEC int mpc_set_sj_sj (mpc_ptr, intmax_t, intmax_t, mpc_rnd_t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h 108 /* Define exponent: 1 (short), 2 (int), 3 (long) or 4 (intmax_t)
155 /* Note: in this case, intmax_t and uintmax_t must be defined before
158 typedef intmax_t mpfr_exp_t;
    [all...]
mpc.h 223 __MPC_DECLSPEC int mpc_set_sj (mpc_ptr, intmax_t, mpc_rnd_t);
225 __MPC_DECLSPEC int mpc_set_sj_sj (mpc_ptr, intmax_t, intmax_t, mpc_rnd_t);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h 108 /* Define exponent: 1 (short), 2 (int), 3 (long) or 4 (intmax_t)
155 /* Note: in this case, intmax_t and uintmax_t must be defined before
158 typedef intmax_t mpfr_exp_t;
    [all...]
mpc.h 223 __MPC_DECLSPEC int mpc_set_sj (mpc_ptr, intmax_t, mpc_rnd_t);
225 __MPC_DECLSPEC int mpc_set_sj_sj (mpc_ptr, intmax_t, intmax_t, mpc_rnd_t);

Completed in 2873 milliseconds

<<1112131415161718