OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uint_least64_t
(Results
76 - 100
of
177
) sorted by null
1
2
3
4
5
6
7
8
/ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4
122
uint_least64_t
d4 = UINT64_C (0xffffffffffffffff);
123
uint_least64_t
d4max = UINT_LEAST64_MAX;
194
int check_uint_least64: (
uint_least64_t
) -1 == UINT_LEAST64_MAX ? 1 : -1;
/bionic/libc/include/
stdint.h
157
typedef uint64_t
uint_least64_t
;
typedef
/development/ndk/platforms/android-3/include/
stdint.h
157
typedef uint64_t
uint_least64_t
;
typedef
/external/chromium_org/third_party/libusb/src/msvc/
stdint.h
105
typedef unsigned __int64
uint_least64_t
;
typedef
/external/chromium_org/third_party/mesa/src/include/c99/
stdint.h
101
typedef uint64_t
uint_least64_t
;
typedef
/external/chromium_org/third_party/re2/mswin/
stdint.h
101
typedef uint64_t
uint_least64_t
;
typedef
/external/mesa3d/include/c99/
stdint.h
101
typedef uint64_t
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
66
typedef uint64_t
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h
235
typedef __atomic_base<
uint_least64_t
> atomic_uint_least64_t;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
/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
235
typedef __atomic_base<
uint_least64_t
> atomic_uint_least64_t;
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
67
typedef __UINT_LEAST64_TYPE__
uint_least64_t
;
typedef
Completed in 3548 milliseconds
1
2
3
4
5
6
7
8