Home
last modified time | relevance | path

Searched defs:head (Results 76 – 100 of 2804) sorted by relevance

12345678910>>...113

/aosp_15_r20/external/minijail/
H A Dsyscall_filter.c79 void append_filter_block(struct filter_block *head, struct sock_filter *instrs, in append_filter_block()
119 void append_ret_kill(struct filter_block *head) in append_ret_kill()
126 void append_ret_kill_process(struct filter_block *head) in append_ret_kill_process()
133 void append_ret_trap(struct filter_block *head) in append_ret_trap()
140 void append_ret_errno(struct filter_block *head, int errno_val) in append_ret_errno()
147 void append_ret_log(struct filter_block *head) in append_ret_log()
154 void append_allow_syscall(struct filter_block *head, int nr) in append_allow_syscall()
197 void allow_logging_syscalls(struct filter_block *head) in allow_logging_syscalls()
235 int compile_atom(struct parser_state *state, struct filter_block *head, in compile_atom()
320 int compile_errno(struct parser_state *state, struct filter_block *head, in compile_errno()
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dlist.h175 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument
180 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument
186 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument
192 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument
197 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument
202 #define list_for_each_entry(type, pos, head, member) \ argument
209 #define list_for_each_entry_safe(type, pos, head, member) \ argument
216 #define list_for_each_entry_rev(type, pos, head, member) \ argument
223 #define list_for_each_entry_safe_rev(type, pos, head, member) \ argument
230 #define list_for_each_entry_from(type, pos, start, head, member) \ argument
[all …]
/aosp_15_r20/external/libevent/WIN32-Code/
H A Dtree.h77 #define SPLAY_ROOT(head) (head)->sph_root argument
78 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument
81 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
87 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
93 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
99 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
105 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
285 #define SPLAY_FOREACH(x, name, head) \ argument
317 #define RB_ROOT(head) (head)->rbh_root argument
318 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument
[all …]
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dlist.h189 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument
194 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument
200 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument
206 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument
211 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument
216 #define list_for_each_entry(type, pos, head, member) \ argument
224 #define list_for_each_entry_safe(type, pos, head, member) \ argument
231 #define list_for_each_entry_rev(type, pos, head, member) \ argument
239 #define list_for_each_entry_safe_rev(type, pos, head, member) \ argument
246 #define list_for_each_entry_from(type, pos, start, head, member) \ argument
[all …]
/aosp_15_r20/external/mesa3d/src/util/
H A Dlist.h209 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument
214 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument
220 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument
226 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument
231 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument
236 #define list_for_each_entry(type, pos, head, member) \ argument
244 #define list_for_each_entry_safe(type, pos, head, member) \ argument
251 #define list_for_each_entry_rev(type, pos, head, member) \ argument
259 #define list_for_each_entry_safe_rev(type, pos, head, member) \ argument
266 #define list_for_each_entry_from(type, pos, start, head, member) \ argument
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libnl/include/netlink/
Dlist.h34 struct nl_list_head *head) in nl_list_add_tail()
40 struct nl_list_head *head) in nl_list_add_head()
51 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
63 #define nl_list_at_tail(pos, head, member) \ argument
66 #define nl_list_at_head(pos, head, member) \ argument
72 #define nl_list_first_entry(head, type, member) \ argument
75 #define nl_list_for_each_entry(pos, head, member) \ argument
80 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
86 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libnl/include/netlink/
Dlist.h34 struct nl_list_head *head) in nl_list_add_tail()
40 struct nl_list_head *head) in nl_list_add_head()
51 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
63 #define nl_list_at_tail(pos, head, member) \ argument
66 #define nl_list_at_head(pos, head, member) \ argument
72 #define nl_list_first_entry(head, type, member) \ argument
75 #define nl_list_for_each_entry(pos, head, member) \ argument
80 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
86 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libnl/include/netlink/
Dlist.h38 struct nl_list_head *head) in nl_list_add_tail()
44 struct nl_list_head *head) in nl_list_add_head()
55 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
67 #define nl_list_at_tail(pos, head, member) \ argument
70 #define nl_list_at_head(pos, head, member) \ argument
76 #define nl_list_first_entry(head, type, member) \ argument
79 #define nl_list_for_each_entry(pos, head, member) \ argument
84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
90 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libnl/include/netlink/
Dlist.h38 struct nl_list_head *head) in nl_list_add_tail()
44 struct nl_list_head *head) in nl_list_add_head()
55 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
67 #define nl_list_at_tail(pos, head, member) \ argument
70 #define nl_list_at_head(pos, head, member) \ argument
76 #define nl_list_first_entry(head, type, member) \ argument
79 #define nl_list_for_each_entry(pos, head, member) \ argument
84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
90 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libnl/include/netlink/
Dlist.h34 struct nl_list_head *head) in nl_list_add_tail()
40 struct nl_list_head *head) in nl_list_add_head()
51 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
63 #define nl_list_at_tail(pos, head, member) \ argument
66 #define nl_list_at_head(pos, head, member) \ argument
72 #define nl_list_first_entry(head, type, member) \ argument
75 #define nl_list_for_each_entry(pos, head, member) \ argument
80 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
86 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/external/libnl/include/netlink/
H A Dlist.h38 struct nl_list_head *head) in nl_list_add_tail()
44 struct nl_list_head *head) in nl_list_add_head()
55 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
67 #define nl_list_at_tail(pos, head, member) \ argument
70 #define nl_list_at_head(pos, head, member) \ argument
76 #define nl_list_first_entry(head, type, member) \ argument
79 #define nl_list_for_each_entry(pos, head, member) \ argument
84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
90 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libnl/include/netlink/
Dlist.h38 struct nl_list_head *head) in nl_list_add_tail()
44 struct nl_list_head *head) in nl_list_add_head()
55 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
67 #define nl_list_at_tail(pos, head, member) \ argument
70 #define nl_list_at_head(pos, head, member) \ argument
76 #define nl_list_first_entry(head, type, member) \ argument
79 #define nl_list_for_each_entry(pos, head, member) \ argument
84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
90 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libnl/include/netlink/
Dlist.h38 struct nl_list_head *head) in nl_list_add_tail()
44 struct nl_list_head *head) in nl_list_add_head()
55 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
67 #define nl_list_at_tail(pos, head, member) \ argument
70 #define nl_list_at_head(pos, head, member) \ argument
76 #define nl_list_first_entry(head, type, member) \ argument
79 #define nl_list_for_each_entry(pos, head, member) \ argument
84 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
90 #define nl_init_list_head(head) \ argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libnl/include/netlink/
Dlist.h40 struct nl_list_head *head) in nl_list_add_tail()
46 struct nl_list_head *head) in nl_list_add_head()
57 static inline int nl_list_empty(struct nl_list_head *head) in nl_list_empty()
69 #define nl_list_at_tail(pos, head, member) \ argument
72 #define nl_list_at_head(pos, head, member) \ argument
78 #define nl_list_first_entry(head, type, member) \ argument
81 #define nl_list_for_each_entry(pos, head, member) \ argument
86 #define nl_list_for_each_entry_safe(pos, n, head, member) \ argument
92 #define nl_init_list_head(head) \ argument

12345678910>>...113