HomeSort by relevance Sort by last modified time
    Searched full:int_least64_t (Results 51 - 75 of 175) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdint 49 using ::int_least64_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cstdint 49 using ::int_least64_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 79 // typedef int_least64_t
80 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64,
81 "sizeof(int_least64_t)*CHAR_BIT >= 64");
82 static_assert(std::is_signed<int_least64_t>::value,
83 "std::is_signed<int_least64_t>::value");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 91 typedef ::intleast64_t int_least64_t; typedef
127 using ::int_least64_t;
170 typedef int64_t int_least64_t;
309 typedef ::boost::long_long_type int_least64_t;
321 typedef long int_least64_t;
333 __extension__ typedef long long int_least64_t;
345 typedef __int64 int_least64_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdint 78 using ::int_least64_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cstdint 76 using ::int_least64_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdint 78 using ::int_least64_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cstdint 76 using ::int_least64_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdint 78 using ::int_least64_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cstdint 76 using ::int_least64_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdint 78 using ::int_least64_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cstdint 76 using ::int_least64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdint 78 using ::int_least64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cstdint 76 using ::int_least64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdint 78 using ::int_least64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cstdint 76 using ::int_least64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdint 61 using ::int_least64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cstdint 76 using ::int_least64_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 18 // typedef atomic<int_least64_t> atomic_int_least64_t;
49 static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 79 // typedef std::int_least64_t
80 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64,
81 "sizeof(std::int_least64_t)*CHAR_BIT >= 64");
82 static_assert(std::is_signed<std::int_least64_t>::value,
83 "std::is_signed<std::int_least64_t>::value");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 70 typedef long int int_least64_t; typedef
73 typedef long long int int_least64_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 70 typedef long int int_least64_t; typedef
73 typedef long long int int_least64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 70 typedef long int int_least64_t; typedef
73 typedef long long int int_least64_t; typedef
  /external/clang/test/Preprocessor/
stdint.c 5 // ARM:typedef int64_t int_least64_t;
113 // I386:typedef int64_t int_least64_t;
320 // PPC64:typedef int64_t int_least64_t;
428 // PPC:typedef int64_t int_least64_t;
535 // S390X:typedef int64_t int_least64_t;
642 // SPARC:typedef int64_t int_least64_t;
850 // X86_64:typedef int64_t int_least64_t;
    [all...]
  /external/bison/m4/
stdint.m4 120 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
121 int_least64_t c4max = INT_LEAST64_MAX;
122 int_least64_t c4min = INT_LEAST64_MIN;

Completed in 553 milliseconds

1 23 4 5 6 7