Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 751) sorted by relevance

12345678910>>...31

/external/harfbuzz_ng/src/
Dhb-ot-head-table.hh44 struct head struct
48 static constexpr hb_tag_t tableTag = HB_OT_TAG_head;
50 unsigned int get_upem () const in get_upem()
57 enum mac_style_flag_t {
66 bool is_bold () const { return macStyle & BOLD; } in is_bold()
67 bool is_italic () const { return macStyle & ITALIC; } in is_italic()
68 bool is_condensed () const { return macStyle & CONDENSED; } in is_condensed()
70 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
79 FixedVersion<>version; /* Version of the head table--currently
81 FixedVersion<>fontRevision; /* Set by font manufacturer. */
[all …]
/external/libevent/compat/sys/
Dqueue.h93 #define SLIST_HEAD_INITIALIZER(head) \ argument
106 #define SLIST_FIRST(head) ((head)->slh_first) argument
107 #define SLIST_END(head) NULL argument
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
111 #define SLIST_FOREACH(var, head, field) \ argument
119 #define SLIST_INIT(head) { \ argument
128 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
133 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
145 #define LIST_HEAD_INITIALIZER(head) \ argument
157 #define LIST_FIRST(head) ((head)->lh_first) argument
[all …]
/external/iperf3/src/
Dqueue.h99 #define SLIST_HEAD_INITIALIZER(head) \ argument
110 #define SLIST_FIRST(head) ((head)->slh_first) argument
111 #define SLIST_END(head) NULL argument
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
115 #define SLIST_FOREACH(var, head, field) \ argument
120 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
128 #define SLIST_INIT(head) { \ argument
137 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
142 #define SLIST_REMOVE_NEXT(head, elm, field) do { \ argument
146 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
[all …]
/external/openssh/openbsd-compat/
Dsys-queue.h190 #define SLIST_HEAD_INITIALIZER(head) \ argument
201 #define SLIST_FIRST(head) ((head)->slh_first) argument
202 #define SLIST_END(head) NULL argument
203 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument
206 #define SLIST_FOREACH(var, head, field) \ argument
211 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
219 #define SLIST_INIT(head) { \ argument
228 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
237 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
241 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
[all …]
/external/libiio/src/iiod/
Dqueue.h89 #define LIST_HEAD_INITIALIZER(head) \ argument
101 #define LIST_INIT(head) do { \ argument
120 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
134 #define LIST_FOREACH(var, head, field) \ argument
142 #define LIST_EMPTY(head) ((head)->lh_first == NULL) argument
143 #define LIST_FIRST(head) ((head)->lh_first) argument
155 #define SLIST_HEAD_INITIALIZER(head) \ argument
166 #define SLIST_INIT(head) do { \ argument
175 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
180 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
[all …]
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h114 #define SLIST_HEAD_INITIALIZER(head) \ argument
125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
127 #define SLIST_FIRST(head) ((head)->slh_first) argument
129 #define SLIST_FOREACH(var, head, field) \ argument
134 #define SLIST_INIT(head) do { \ argument
143 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
150 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
163 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
176 #define STAILQ_HEAD_INITIALIZER(head) \ argument
187 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument
[all …]
/external/usrsctp/usrsctplib/
Duser_queue.h114 #define QMD_TRACE_HEAD(head) do { \ argument
130 #define QMD_TRACE_HEAD(head) argument
144 #define SLIST_HEAD_INITIALIZER(head) \ argument
161 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
163 #define SLIST_FIRST(head) ((head)->slh_first) argument
165 #define SLIST_FOREACH(var, head, field) \ argument
170 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
175 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
180 #define SLIST_INIT(head) do { \ argument
189 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
[all …]
/external/blktrace/iowatcher/
Dlist.h94 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
111 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
182 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
194 struct list_head *head) in list_move_tail()
206 const struct list_head *head) in list_is_last()
215 static inline int list_empty(const struct list_head *head) in list_empty()
233 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
240 struct list_head *head) in __list_splice()
258 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
272 struct list_head *head) in list_splice_init()
[all …]
/external/adhd/cras/src/common/
Dutlist.h64 #define LL_PREPEND(head, add) \ argument
82 #define LL_APPEND(head, add) \ argument
96 #define LL_DELETE(head, del) \ argument
110 #define LL_FOREACH(head, el) for (el = head; el; el = el->next) argument
112 #define LL_FOREACH_SAFE(head, el, tmp) \ argument
115 #define LL_SEARCH_SCALAR(head, out, field, val) \ argument
122 #define LL_SEARCH_SCALAR_WITH_CAST(head, out, nout, field, val) \ argument
132 #define LL_SEARCH(head, out, elt, cmp) \ argument
142 #define DL_PREPEND(head, add) \ argument
153 #define DL_APPEND(head, add) \ argument
[all …]
/external/libwebsockets/lib/misc/lwsac/
Dlwsac.c29 lws_list_ptr_insert(lws_list_ptr *head, lws_list_ptr *add, in lws_list_ptr_insert()
73 lwsac_extend(struct lwsac *head, int amount) in lwsac_extend()
96 _lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size, char backfill) in _lwsac_use()
202 lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use()
208 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use_backfill()
214 lwsac_scan_extant(struct lwsac *head, uint8_t *find, size_t len, int nul) in lwsac_scan_extant()
237 lwsac_total_overhead(struct lwsac *head) in lwsac_total_overhead()
251 lwsac_use_zero(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use_zero()
262 lwsac_free(struct lwsac **head) in lwsac_free()
278 lwsac_info(struct lwsac *head) in lwsac_info()
[all …]
/external/ltp/testcases/realtime/include/
Dlist.h99 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
112 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
158 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
170 struct list_head *head) in list_move_tail()
180 static inline int list_empty(const struct list_head *head) in list_empty()
197 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
204 struct list_head *head) in __list_splice()
222 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
236 struct list_head *head) in list_splice_init()
271 #define list_for_each(pos, head) \ argument
[all …]
/external/libnfnetlink/include/
Dlinux_list.h94 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
107 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
144 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
166 struct list_head *head) in list_add_tail_rcu()
242 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
254 struct list_head *head) in list_move_tail()
264 static inline int list_empty(const struct list_head *head) in list_empty()
281 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
288 struct list_head *head) in __list_splice()
306 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
[all …]
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h95 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
108 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
145 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
167 struct list_head *head) in list_add_tail_rcu()
243 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
255 struct list_head *head) in list_move_tail()
265 static inline int list_empty(const struct list_head *head) in list_empty()
282 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
289 struct list_head *head) in __list_splice()
307 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
[all …]
/external/iptables/libiptc/
Dlinux_list.h90 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
103 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
140 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
162 struct list_head *head) in list_add_tail_rcu()
238 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
250 struct list_head *head) in list_move_tail()
260 static inline int list_empty(const struct list_head *head) in list_empty()
277 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
284 struct list_head *head) in __list_splice()
302 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
[all …]
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Ddbllist.h26 #define DBL_LIST_ADDH(new, head) DBL_LIST_ADD(new, head, (head)->pNext) argument
28 #define DBL_LIST_ADDT(new, head) DBL_LIST_ADD(new, (head)->pPrev, head) argument
44 #define DBL_LIST_EMTPY(head) ((head)->pNext == head) argument
46 #define DBL_LIST_SPLICE(list, head) \ argument
68 #define DBL_LIST_FIRST(head) (((head)->pNext != (head)) ? (head)->pNext: NULL) argument
70 #define DBL_LIST_LAST(head) (((head)->pPrev != (head)) ? (head)->pPrev: NULL) argument
74 #define DBL_LIST_FOR_EACH(pos, head) for (pos = (head)->pNext; pos != (head); pos = (pos)->pNext) argument
76 #define DBL_END_OF_LIST(pos, head) ((pos) == (head)) argument
78 #define DBL_LIST_NEXT(pos, head) (((pos)->pNext != (head)) ? (pos)->pNext: NULL) argument
80 #define DBL_LIST_PREV(pos, head) (((pos)->pPrev != (head)) ? (pos)->pPrev: NULL) argument
/external/libwebsockets/lib/core/
Dbuflist.c34 lws_buflist_append_segment(struct lws_buflist **head, const uint8_t *buf, in lws_buflist_append_segment()
83 lws_buflist_destroy_segment(struct lws_buflist **head) in lws_buflist_destroy_segment()
97 lws_buflist_destroy_all_segments(struct lws_buflist **head) in lws_buflist_destroy_all_segments()
112 lws_buflist_next_segment_len(struct lws_buflist **head, uint8_t **buf) in lws_buflist_next_segment_len()
139 lws_buflist_use_segment(struct lws_buflist **head, size_t len) in lws_buflist_use_segment()
162 lws_buflist_total_len(struct lws_buflist **head) in lws_buflist_total_len()
176 lws_buflist_linear_copy(struct lws_buflist **head, size_t ofs, uint8_t *buf, in lws_buflist_linear_copy()
202 lws_buflist_describe(struct lws_buflist **head, void *id, const char *reason) in lws_buflist_describe()
/external/libevent/
Dht-internal.h41 #define HT_EMPTY(head) \ argument
45 #define HT_SIZE(head) \ argument
49 #define HT_MEM_USAGE(head) \ argument
52 #define HT_FIND(name, head, elm) name##_HT_FIND((head), (elm)) argument
53 #define HT_INSERT(name, head, elm) name##_HT_INSERT((head), (elm)) argument
54 #define HT_REPLACE(name, head, elm) name##_HT_REPLACE((head), (elm)) argument
55 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) argument
56 #define HT_START(name, head) name##_HT_START(head) argument
57 #define HT_NEXT(name, head, elm) name##_HT_NEXT((head), (elm)) argument
58 #define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm)) argument
[all …]
/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
/external/libdrm/intel/
Duthash.h119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument
131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
172 #define HASH_MAKE_TABLE(hh,head) \ argument
191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument
201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument
211 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
218 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument
225 #define HASH_APPEND_LIST(hh, head, add) \ argument
233 #define HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh,head,keyptr,keylen_in,hashval,add,cmpfcn) \ argument
271 #define HASH_ADD_KEYPTR_INORDER(hh,head,keyptr,keylen_in,add,cmpfcn) \ argument
[all …]
/external/jemalloc_new/test/unit/
Dql.c17 test_empty_list(list_head_t *head) { in test_empty_list()
39 list_head_t head; in TEST_BEGIN() local
57 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries) { in test_entries_list()
93 list_head_t head; in TEST_BEGIN() local
108 list_head_t head; in TEST_BEGIN() local
127 list_head_t head; in TEST_BEGIN() local
142 list_head_t head; in TEST_BEGIN() local
161 list_head_t head; in TEST_BEGIN() local
/external/erofs-utils/include/erofs/
Dlist.h42 static inline void list_add(struct list_head *entry, struct list_head *head) in list_add()
48 struct list_head *head) in list_add_tail()
65 static inline int list_empty(struct list_head *head) in list_empty()
84 #define list_for_each(pos, head) \ argument
87 #define list_for_each_safe(pos, n, head) \ argument
91 #define list_for_each_entry(pos, head, member) \ argument
96 #define list_for_each_entry_reverse(pos, head, member) \ argument
101 #define list_for_each_entry_from(pos, head, member) \ argument
104 #define list_for_each_entry_safe(pos, n, head, member) \ argument
/external/ipsec-tools/src/racoon/
Dgenlist.c50 genlist_insert (struct genlist *head, void *data) in genlist_insert()
59 genlist_append (struct genlist *head, void *data) in genlist_append()
68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) in genlist_foreach()
82 genlist_next (struct genlist *head, struct genlist_entry **buf) in genlist_next()
96 genlist_free (struct genlist *head, genlist_freedata_t func) in genlist_free()
/external/blktrace/btt/
Dlist.h73 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
86 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
127 #define __list_for_each(pos, head) \ argument
136 #define list_for_each_safe(pos, n, head) \ argument
165 static inline int list_empty(const struct list_head *head) in list_empty()
174 static inline struct list_head *list_first(const struct list_head *head) in list_first()
185 struct list_head *head) in list_move_tail()
192 struct list_head *head) in __list_splice()
210 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
/external/e2fsprogs/lib/blkid/
Dlist.h66 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add()
79 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail()
124 _INLINE_ int list_empty(struct list_head *head) in list_empty()
134 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
164 #define list_for_each(pos, head) \ argument
174 #define list_for_each_safe(pos, pnext, head) \ argument
/external/fastrpc/inc/
Duthash.h92 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
138 #define HASH_MAKE_TABLE(hh,head) \ argument
157 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
160 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
202 #define HASH_DELETE(hh,head,delptr) \ argument
247 #define HASH_FIND_STR(head,findstr,out) \ argument
249 #define HASH_ADD_STR(head,strfield,add) \ argument
251 #define HASH_FIND_INT(head,findint,out) \ argument
253 #define HASH_ADD_INT(head,intfield,add) \ argument
255 #define HASH_FIND_PTR(head,findptr,out) \ argument
[all …]

12345678910>>...31