OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__int16_t
(Results
1 - 5
of
5
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h
41
typedef short
__int16_t
;
typedef
53
typedef
__int16_t
__int_least16_t;
/development/ndk/platforms/android-9/arch-mips/include/machine/
_types.h
49
typedef short
__int16_t
;
typedef
61
typedef
__int16_t
__int_least16_t;
/development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h
41
typedef short
__int16_t
;
typedef
53
typedef
__int16_t
__int_least16_t;
/bionic/libc/include/
stdint.h
37
typedef short
__int16_t
;
typedef
60
typedef
__int16_t
int16_t;
/development/ndk/platforms/android-L/include/
stdint.h
37
typedef short
__int16_t
;
typedef
60
typedef
__int16_t
int16_t;
Completed in 531 milliseconds