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

1 2 3 4 5

  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 140 typedef long long int_fast64_t; typedef
146 typedef long int_fast64_t; typedef
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /external/icu4c/tools/tzcode/
private.h 140 typedef long long int_fast64_t; typedef
146 typedef long int_fast64_t; typedef
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /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;
  /bionic/libc/tzcode/
private.h 137 typedef long long int_fast64_t; typedef
151 typedef long int_fast64_t; typedef
400 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/
stdint.h 95 typedef long int int_fast64_t; typedef
100 typedef long long int int_fast64_t; typedef
  /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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 257 typedef __atomic_base<int_fast64_t> atomic_int_fast64_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 257 typedef __atomic_base<int_fast64_t> atomic_int_fast64_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 257 typedef __atomic_base<int_fast64_t> atomic_int_fast64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 257 typedef __atomic_base<int_fast64_t> atomic_int_fast64_t;
  /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");
  /bionic/libc/include/
stdint.h 155 typedef int64_t int_fast64_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 155 typedef int64_t int_fast64_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 117 typedef __int64 int_fast64_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/chromium_org/third_party/re2/mswin/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/mesa3d/include/c99/
stdint.h 107 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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef

Completed in 398 milliseconds

1 2 3 4 5