OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__int64_t
(Results
1 - 11
of
11
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_types.h
51
typedef INT64
__int64_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_types.h
51
typedef INT64
__int64_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_types.h
51
typedef INT64
__int64_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_types.h
50
typedef __COMPILER_INT64__
__int64_t
;
typedef
53
typedef long int
__int64_t
;
typedef
57
typedef long long int
__int64_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_types.h
63
typedef INT64
__int64_t
;
typedef
/external/clang/test/Analysis/Inputs/
system-header-simulator.h
41
typedef long long
__int64_t
;
typedef
42
typedef
__int64_t
__darwin_off_t;
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_types.h
61
typedef long long
__int64_t
;
typedef
78
typedef long
__int64_t
;
typedef
80
typedef
__int64_t
__critical_t;
81
typedef
__int64_t
__intfptr_t;
82
typedef
__int64_t
__intptr_t;
83
typedef
__int64_t
__ptrdiff_t; /* ptr1 - ptr2 */
84
typedef
__int64_t
__register_t;
85
typedef
__int64_t
__segsz_t; /* segment size (in pages) */
87
typedef
__int64_t
__ssize_t; /* byte count or error */
104
typedef
__int64_t
__intmax_t
[
all
...]
/bionic/libc/include/
stdint.h
43
typedef long
__int64_t
;
typedef
46
typedef long long
__int64_t
;
typedef
67
typedef
__int64_t
int64_t;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py
28
__int64_t
= c_longlong
variable
[
all
...]
/external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py
28
__int64_t
= c_longlong
variable
[
all
...]
/external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py
28
__int64_t
= c_longlong
variable
[
all
...]
Completed in 170 milliseconds