OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__intptr_t
(Results
51 - 58
of
58
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
stdint.h
50
typedef long
__intptr_t
;
typedef
53
typedef int
__intptr_t
;
typedef
69
typedef
__intptr_t
intptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
stdint.h
50
typedef long
__intptr_t
;
typedef
53
typedef int
__intptr_t
;
typedef
69
typedef
__intptr_t
intptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
stdint.h
50
typedef long
__intptr_t
;
typedef
53
typedef int
__intptr_t
;
typedef
69
typedef
__intptr_t
intptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
stdint.h
50
typedef long
__intptr_t
;
typedef
53
typedef int
__intptr_t
;
typedef
69
typedef
__intptr_t
intptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
stdint.h
50
typedef long
__intptr_t
;
typedef
53
typedef int
__intptr_t
;
typedef
69
typedef
__intptr_t
intptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
stdint.h
50
typedef long
__intptr_t
;
typedef
53
typedef int
__intptr_t
;
typedef
69
typedef
__intptr_t
intptr_t;
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
stdint.h
50
typedef long
__intptr_t
;
typedef
53
typedef int
__intptr_t
;
typedef
69
typedef
__intptr_t
intptr_t;
/external/valgrind/perf/
test_input_for_tinycc.c
230
__extension__ typedef int
__intptr_t
;
typedef
[
all
...]
Completed in 678 milliseconds
1
2
3