OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__be64
(Results
151 - 165
of
165
) sorted by null
1
2
3
4
5
6
7
/external/iproute2/include/linux/
types.h
32
typedef __u64 __bitwise
__be64
;
typedef
47
#define __aligned_be64
__be64
__attribute__((aligned(8)))
/bionic/libc/kernel/common/linux/byteorder/
big_endian.h
44
#define __constant_cpu_to_be64(x) ((__force
__be64
)(__u64)(x))
45
#define __constant_be64_to_cpu(x) ((__force __u64)(
__be64
)(x))
59
#define __cpu_to_be64(x) ((__force
__be64
)(__u64)(x))
60
#define __be64_to_cpu(x) ((__force __u64)(
__be64
)(x))
little_endian.h
44
#define __constant_cpu_to_be64(x) ((__force
__be64
)___constant_swab64((x)))
45
#define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(
__be64
)(x))
59
#define __cpu_to_be64(x) ((__force
__be64
)__swab64((x)))
60
#define __be64_to_cpu(x) __swab64((__force __u64)(
__be64
)(x))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h
103
#define aligned_be64
__be64
__attribute__((aligned(8)))
159
typedef __u64 __bitwise
__be64
;
typedef
nbd.h
56
__be64
from;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h
103
#define aligned_be64
__be64
__attribute__((aligned(8)))
159
typedef __u64 __bitwise
__be64
;
typedef
nbd.h
56
__be64
from;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h
103
#define aligned_be64
__be64
__attribute__((aligned(8)))
159
typedef __u64 __bitwise
__be64
;
typedef
nbd.h
56
__be64
from;
/bionic/libc/kernel/common/linux/
types.h
34
typedef __u64 __bitwise
__be64
;
typedef
/system/core/libsparse/
sparse_defs.h
27
#define
__be64
u64
macro
/external/kernel-headers/original/linux/
types.h
131
#define aligned_be64
__be64
__attribute__((aligned(8)))
187
typedef __u64 __bitwise
__be64
;
typedef
/system/extras/ext4_utils/
jbd2.h
59
__be64
h_commit_sec;
ext4_utils.h
79
#define
__be64
u64
macro
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c
44
#define
__be64
__u64
macro
Completed in 2351 milliseconds
1
2
3
4
5
6
7