HomeSort by relevance Sort by last modified time
    Searched refs:int_fast64_t (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 67 typedef long int int_fast64_t;
71 typedef long long int int_fast64_t;
  /bionic/tests/
stdint_test.cpp 23 ASSERT_EQ(8U, sizeof(int_fast64_t));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 92 typedef ::intfast64_t int_fast64_t; typedef
128 using ::int_fast64_t;
171 typedef int64_t int_fast64_t;
310 typedef ::boost::long_long_type int_fast64_t;
322 typedef long int_fast64_t;
334 __extension__ typedef long long int_fast64_t;
346 typedef __int64 int_fast64_t;
  /external/icu/icu4c/source/tools/tzcode/
private.h 141 typedef long long int_fast64_t; typedef
155 typedef long int_fast64_t; typedef
412 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /external/opencv3/3rdparty/libjasper/jasper/
jas_types.h 182 typedef longlong int_fast64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 95 typedef long int int_fast64_t; typedef
100 typedef long long int int_fast64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 95 typedef long int int_fast64_t; typedef
100 typedef long long int int_fast64_t; typedef
  /bionic/libc/tzcode/
private.h 186 typedef long long int_fast64_t; typedef
194 typedef long int_fast64_t; typedef
571 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 29 // typedef atomic<int_fast64_t> atomic_int_fast64_t;
60 static_assert((std::is_same<std::atomic< std::int_fast64_t>, std::atomic_int_fast64_t>::value), "");
  /external/opencv3/3rdparty/include/
msc_stdint.h 78 typedef int64_t int_fast64_t; typedef
  /external/opencv3/3rdparty/libjasper/
jpc_fix.h 92 typedef int_fast64_t jpc_fix_big_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 27 // typedef atomic<int_fast64_t> atomic_int_fast64_t;
58 static_assert((std::is_same<std::atomic< std::int_fast64_t>, std::atomic_int_fast64_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 64 __MINGW_EXTENSION typedef long long int_fast64_t; typedef
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 122 // typedef int_fast64_t
123 static_assert(sizeof(int_fast64_t)*CHAR_BIT >= 64,
124 "sizeof(int_fast64_t)*CHAR_BIT >= 64");
125 static_assert(std::is_signed<int_fast64_t>::value,
126 "std::is_signed<int_fast64_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 123 // typedef std::int_fast64_t
124 static_assert(sizeof(std::int_fast64_t)*CHAR_BIT >= 64,
125 "sizeof(std::int_fast64_t)*CHAR_BIT >= 64");
126 static_assert(std::is_signed<std::int_fast64_t>::value,
127 "std::is_signed<std::int_fast64_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 121 // typedef int_fast64_t
122 static_assert(sizeof(int_fast64_t)*CHAR_BIT >= 64,
123 "sizeof(int_fast64_t)*CHAR_BIT >= 64");
124 static_assert(std::is_signed<int_fast64_t>::value,
125 "std::is_signed<int_fast64_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 121 // typedef std::int_fast64_t
122 static_assert(sizeof(std::int_fast64_t)*CHAR_BIT >= 64,
123 "sizeof(std::int_fast64_t)*CHAR_BIT >= 64");
124 static_assert(std::is_signed<std::int_fast64_t>::value,
125 "std::is_signed<std::int_fast64_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 155 typedef int64_t int_fast64_t; typedef
  /external/clang/lib/Headers/
stdatomic.h 120 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/mesa3d/include/c99/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
stdatomic.h 120 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 153 typedef int64_t int_fast64_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 73 typedef int64_t int_fast64_t; typedef

Completed in 974 milliseconds

1 2 3 4 5 6