OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__int64_t
(Results
1 - 15
of
15
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h
46
typedef long long
__int64_t
;
typedef
57
typedef
__int64_t
__int_least64_t;
67
typedef
__int64_t
__int_fast64_t;
75
typedef
__int64_t
__intmax_t;
/development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h
46
typedef long long
__int64_t
;
typedef
57
typedef
__int64_t
__int_least64_t;
67
typedef
__int64_t
__int_fast64_t;
75
typedef
__int64_t
__intmax_t;
/development/ndk/platforms/android-9/arch-mips/include/machine/
_types.h
54
typedef long long
__int64_t
;
typedef
65
typedef
__int64_t
__int_least64_t;
75
typedef
__int64_t
__int_fast64_t;
83
typedef
__int64_t
__intmax_t;
88
typedef
__int64_t
__register_t;
89
typedef
__int64_t
f_register_t; /* XXX */
/external/linux-tools-perf/perf-3.12.0/tools/perf/host-darwin-fixup/
AndroidFixup.h
26
typedef
__int64_t
__s64;
/development/ndk/platforms/android-3/arch-arm/include/sys/
_types.h
69
__int64_t
__mbstateL; /* for alignment */
/development/ndk/platforms/android-9/arch-mips/include/sys/
_types.h
69
__int64_t
__mbstateL; /* for alignment */
/development/ndk/platforms/android-9/arch-x86/include/sys/
_types.h
69
__int64_t
__mbstateL; /* for alignment */
/external/clang/test/Analysis/Inputs/
system-header-simulator.h
41
typedef long long
__int64_t
;
typedef
42
typedef
__int64_t
__darwin_off_t;
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h
65
typedef
__int64_t
quad_t;
/bionic/libc/include/
stdint.h
42
typedef long
__int64_t
;
typedef
45
typedef long long
__int64_t
;
typedef
66
typedef
__int64_t
int64_t;
/development/ndk/platforms/android-L/include/
stdint.h
42
typedef long
__int64_t
;
typedef
45
typedef long long
__int64_t
;
typedef
66
typedef
__int64_t
int64_t;
/development/ndk/platforms/android-3/include/
stdint.h
48
typedef
__int64_t
int64_t;
/external/clang/test/Analysis/
malloc.c
1365
__int64_t
* array = malloc(sizeof(
__int64_t
)*2);
1371
__int64_t
*p = malloc(sizeof(
__int64_t
)*2);
1402
__int64_t
*p = malloc(sizeof(
__int64_t
)*2);
[
all
...]
/development/ndk/platforms/android-3/include/sys/
exec_elf.h
52
typedef
__int64_t
Elf64_Sword;
59
typedef
__int64_t
Elf64_Sxword;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm
925
.string "
__int64_t
"
Completed in 137 milliseconds