OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__uint_least32_t
(Results
1 - 4
of
4
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h
56
typedef __uint32_t
__uint_least32_t
;
typedef
/development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h
56
typedef __uint32_t
__uint_least32_t
;
typedef
/development/ndk/platforms/android-9/arch-mips/include/machine/
_types.h
64
typedef __uint32_t
__uint_least32_t
;
typedef
/external/clang/lib/Headers/
stdint.h
113
# define
__uint_least32_t
uint64_t
macro
135
# define
__uint_least32_t
uint56_t
macro
151
# define
__uint_least32_t
uint48_t
macro
167
# define
__uint_least32_t
uint40_t
macro
187
# define
__uint_least32_t
uint32_t
macro
196
typedef
__uint_least32_t
uint_least32_t;
198
typedef
__uint_least32_t
uint_fast32_t;
Completed in 41 milliseconds