HomeSort by relevance Sort by last modified time
    Searched refs:intmax_t (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /external/bison/darwin-lib/
inttypes.h     [all...]
  /external/bison/linux-lib/
inttypes.h     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 187 SK_API int8_t SkToS8(intmax_t);
189 SK_API int16_t SkToS16(intmax_t);
191 SK_API int32_t SkToS32(intmax_t);
  /external/skia/include/core/
SkTypes.h 187 SK_API int8_t SkToS8(intmax_t);
189 SK_API int16_t SkToS16(intmax_t);
191 SK_API int32_t SkToS32(intmax_t);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 34 // typedef atomic<intmax_t> atomic_intmax_t;
65 static_assert((std::is_same<std::atomic< std::intmax_t>, std::atomic_intmax_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 636 intmax_t i = 0;
637 static_assert((std::is_same<decltype(imaxabs(i)), intmax_t>::value), "");
639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 273 typedef __atomic_base<intmax_t> atomic_intmax_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 273 typedef __atomic_base<intmax_t> atomic_intmax_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 273 typedef __atomic_base<intmax_t> atomic_intmax_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 273 typedef __atomic_base<intmax_t> atomic_intmax_t;
  /bionic/libc/tzcode/
private.h 168 typedef long long intmax_t; typedef
171 typedef long intmax_t; typedef
  /external/tinycompress/
cplay.c 148 fprintf(stderr, "DSP played %jd.%jd\n", (intmax_t)tstamp.tv_sec, (intmax_t)tstamp.tv_nsec*1000);
  /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/chromium_org/third_party/smhasher/src/
pstdint.h 139 * (u)intmax_t, (u)int64_t, (u)int32_t, (u)int16_t, (u)least64_t,
538 typedef int64_t intmax_t; typedef
555 typedef int32_t intmax_t; typedef
762 intmax_t imax = INTMAX_C(0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpc.h 184 __MPC_DECLSPEC int mpc_set_sj __MPC_PROTO ((mpc_ptr, intmax_t, mpc_rnd_t));
186 __MPC_DECLSPEC int mpc_set_sj_sj __MPC_PROTO ((mpc_ptr, intmax_t, intmax_t, mpc_rnd_t));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpc.h 184 __MPC_DECLSPEC int mpc_set_sj __MPC_PROTO ((mpc_ptr, intmax_t, mpc_rnd_t));
186 __MPC_DECLSPEC int mpc_set_sj_sj __MPC_PROTO ((mpc_ptr, intmax_t, intmax_t, mpc_rnd_t));
  /bionic/libc/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 217 * intmax_t & uintmax_t
221 typedef int64_t intmax_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 121 typedef __int64 intmax_t; typedef
244 suffix, (val) will be evaluated as int, not intmax_t */
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 53 intmax_t ival;
  /external/chromium_org/third_party/re2/mswin/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/mesa3d/include/c99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 53 intmax_t ival;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
216 typedef int64_t intmax_t; typedef

Completed in 1636 milliseconds

1 2 3 45 6 7 8