OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__uint64_t
(Results
1 - 18
of
18
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h
48
typedef unsigned long long
__uint64_t
;
typedef
58
typedef
__uint64_t
__uint_least64_t;
68
typedef
__uint64_t
__uint_fast64_t;
76
typedef
__uint64_t
__uintmax_t;
/development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h
48
typedef unsigned long long
__uint64_t
;
typedef
58
typedef
__uint64_t
__uint_least64_t;
68
typedef
__uint64_t
__uint_fast64_t;
76
typedef
__uint64_t
__uintmax_t;
/development/ndk/platforms/android-3/include/sys/
endian.h
73
__uint64_t
__swap64gen_x = (x); \
75
(
__uint64_t
)((__swap64gen_x & 0xff) << 56 | \
97
(
__uint64_t
)((((
__uint64_t
)(x) & 0xff) << 56) | \
98
((
__uint64_t
)(x) & 0xff00ULL) << 40 | \
99
((
__uint64_t
)(x) & 0xff0000ULL) << 24 | \
100
((
__uint64_t
)(x) & 0xff000000ULL) << 8 | \
101
((
__uint64_t
)(x) & 0xff00000000ULL) >> 8 | \
102
((
__uint64_t
)(x) & 0xff0000000000ULL) >> 24 | \
103
((
__uint64_t
)(x) & 0xff000000000000ULL) >> 40 |
[
all
...]
exec_elf.h
47
typedef
__uint64_t
Elf64_Addr;
48
typedef
__uint64_t
Elf64_Off;
53
typedef
__uint64_t
Elf64_Word;
60
typedef
__uint64_t
Elf64_Xword;
495
#define ELF64_NO_ADDR ((
__uint64_t
) ~0)/* Indicates addr. not yet filled in */
/development/ndk/platforms/android-9/arch-mips/include/machine/
_types.h
56
typedef unsigned long long
__uint64_t
;
typedef
66
typedef
__uint64_t
__uint_least64_t;
76
typedef
__uint64_t
__uint_fast64_t;
84
typedef
__uint64_t
__uintmax_t;
/external/linux-tools-perf/perf-3.12.0/tools/perf/host-darwin-fixup/
AndroidFixup.h
25
typedef
__uint64_t
__u64;
/bionic/libc/include/sys/
endian.h
74
__uint64_t
__swap64gen_x = (x); \
76
(
__uint64_t
)((__swap64gen_x & 0xff) << 56 | \
98
(
__uint64_t
)((((
__uint64_t
)(x) & 0xff) << 56) | \
99
((
__uint64_t
)(x) & 0xff00ULL) << 40 | \
100
((
__uint64_t
)(x) & 0xff0000ULL) << 24 | \
101
((
__uint64_t
)(x) & 0xff000000ULL) << 8 | \
102
((
__uint64_t
)(x) & 0xff00000000ULL) >> 8 | \
103
((
__uint64_t
)(x) & 0xff0000000000ULL) >> 24 | \
104
((
__uint64_t
)(x) & 0xff000000000000ULL) >> 40 |
[
all
...]
/development/ndk/platforms/android-L/include/sys/
endian.h
74
__uint64_t
__swap64gen_x = (x); \
76
(
__uint64_t
)((__swap64gen_x & 0xff) << 56 | \
98
(
__uint64_t
)((((
__uint64_t
)(x) & 0xff) << 56) | \
99
((
__uint64_t
)(x) & 0xff00ULL) << 40 | \
100
((
__uint64_t
)(x) & 0xff0000ULL) << 24 | \
101
((
__uint64_t
)(x) & 0xff000000ULL) << 8 | \
102
((
__uint64_t
)(x) & 0xff00000000ULL) >> 8 | \
103
((
__uint64_t
)(x) & 0xff0000000000ULL) >> 24 | \
104
((
__uint64_t
)(x) & 0xff000000000000ULL) >> 40 |
[
all
...]
/development/ndk/platforms/android-3/arch-arm/include/sys/
_types.h
54
typedef
__uint64_t
__rlim_t; /* resource limit */
/development/ndk/platforms/android-9/arch-mips/include/sys/
_types.h
54
typedef
__uint64_t
__rlim_t; /* resource limit */
/development/ndk/platforms/android-9/arch-x86/include/sys/
_types.h
54
typedef
__uint64_t
__rlim_t; /* resource limit */
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h
61
typedef
__uint64_t
u_int64_t;
64
typedef
__uint64_t
u_quad_t;
/bionic/libc/include/
stdint.h
43
typedef unsigned long
__uint64_t
;
typedef
46
typedef unsigned long long
__uint64_t
;
typedef
67
typedef
__uint64_t
uint64_t;
/development/ndk/platforms/android-L/include/
stdint.h
43
typedef unsigned long
__uint64_t
;
typedef
46
typedef unsigned long long
__uint64_t
;
typedef
67
typedef
__uint64_t
uint64_t;
/development/ndk/platforms/android-3/include/
stdint.h
49
typedef
__uint64_t
uint64_t;
/external/lldb/include/lldb/Core/
Value.h
117
else if (length >= 16) scalar = *(const
__uint64_t
*)bytes;
/external/e2fsprogs/lib/ext2fs/
unix_io.c
933
__uint64_t
range[2];
935
range[0] = (
__uint64_t
)(block) * channel->block_size;
936
range[1] = (
__uint64_t
)(count) * channel->block_size;
/external/chromium_org/base/process/
process_util_unittest.cc
473
typedef
__uint64_t
guardid_t;
Completed in 90 milliseconds