OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uint_least64_t
(Results
51 - 75
of
177
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdint
67
using ::
uint_least64_t
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cstdint
67
using ::
uint_least64_t
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp
100
// typedef
uint_least64_t
101
static_assert(sizeof(
uint_least64_t
)*CHAR_BIT >= 64,
102
"sizeof(
uint_least64_t
)*CHAR_BIT >= 64");
103
static_assert(std::is_unsigned<
uint_least64_t
>::value,
104
"std::is_unsigned<
uint_least64_t
>::value");
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp
93
typedef ::uintleast64_t
uint_least64_t
;
typedef
130
using ::
uint_least64_t
;
173
typedef uint64_t
uint_least64_t
;
312
typedef ::boost::ulong_long_type
uint_least64_t
;
324
typedef unsigned long
uint_least64_t
;
336
__extension__ typedef unsigned long long
uint_least64_t
;
348
typedef unsigned __int64
uint_least64_t
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdint
96
using ::
uint_least64_t
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cstdint
94
using ::
uint_least64_t
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdint
96
using ::
uint_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
94
using ::
uint_least64_t
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdint
96
using ::
uint_least64_t
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cstdint
94
using ::
uint_least64_t
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdint
96
using ::
uint_least64_t
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cstdint
94
using ::
uint_least64_t
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdint
96
using ::
uint_least64_t
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cstdint
94
using ::
uint_least64_t
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdint
96
using ::
uint_least64_t
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cstdint
94
using ::
uint_least64_t
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdint
79
using ::
uint_least64_t
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cstdint
94
using ::
uint_least64_t
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp
19
// typedef atomic<
uint_least64_t
> atomic_uint_least64_t;
50
static_assert((std::is_same<std::atomic<std::
uint_least64_t
>, std::atomic_uint_least64_t>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp
100
// typedef std::
uint_least64_t
101
static_assert(sizeof(std::
uint_least64_t
)*CHAR_BIT >= 64,
102
"sizeof(std::
uint_least64_t
)*CHAR_BIT >= 64");
103
static_assert(std::is_unsigned<std::
uint_least64_t
>::value,
104
"std::is_unsigned<std::
uint_least64_t
>::value");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
81
typedef unsigned long int
uint_least64_t
;
typedef
84
typedef unsigned long long int
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
81
typedef unsigned long int
uint_least64_t
;
typedef
84
typedef unsigned long long int
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
81
typedef unsigned long int
uint_least64_t
;
typedef
84
typedef unsigned long long int
uint_least64_t
;
typedef
/external/clang/test/Preprocessor/
stdint.c
6
// ARM:typedef uint64_t
uint_least64_t
;
114
// I386:typedef uint64_t
uint_least64_t
;
321
// PPC64:typedef uint64_t
uint_least64_t
;
429
// PPC:typedef uint64_t
uint_least64_t
;
536
// S390X:typedef uint64_t
uint_least64_t
;
643
// SPARC:typedef uint64_t
uint_least64_t
;
851
// X86_64:typedef uint64_t
uint_least64_t
;
[
all
...]
/external/bison/m4/
stdint.m4
129
uint_least64_t
d4 = UINT64_C (0xffffffffffffffff);
130
uint_least64_t
d4max = UINT_LEAST64_MAX;
203
int check_uint_least64: (
uint_least64_t
) -1 == UINT_LEAST64_MAX ? 1 : -1;
Completed in 530 milliseconds
1
2
3
4
5
6
7
8