OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_ARSH
(Results
1 - 4
of
4
) sorted by null
/external/strace/xlat/
bpf_op_alu.h
47
#if defined(
BPF_ARSH
) || (defined(HAVE_DECL_BPF_ARSH) && HAVE_DECL_BPF_ARSH)
48
XLAT(
BPF_ARSH
),
/bionic/libc/kernel/uapi/linux/
bpf.h
29
#define
BPF_ARSH
0xc0
/external/iproute2/include/linux/
bpf.h
24
#define
BPF_ARSH
0xc0 /* sign extending arithmetic shift right */
/external/kernel-headers/original/uapi/linux/
bpf.h
24
#define
BPF_ARSH
0xc0 /* sign extending arithmetic shift right */
Completed in 49 milliseconds