OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__uintptr_t
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
stdint.h
51
typedef unsigned long
__uintptr_t
;
typedef
54
typedef unsigned int
__uintptr_t
;
typedef
70
typedef
__uintptr_t
uintptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
stdint.h
51
typedef unsigned long
__uintptr_t
;
typedef
54
typedef unsigned int
__uintptr_t
;
typedef
70
typedef
__uintptr_t
uintptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
stdint.h
51
typedef unsigned long
__uintptr_t
;
typedef
54
typedef unsigned int
__uintptr_t
;
typedef
70
typedef
__uintptr_t
uintptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
stdint.h
51
typedef unsigned long
__uintptr_t
;
typedef
54
typedef unsigned int
__uintptr_t
;
typedef
70
typedef
__uintptr_t
uintptr_t;
Completed in 1088 milliseconds
1
2
3