Home
last modified time | relevance | path

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

12345678910>>...21

/external/harfbuzz_ng/src/
Dhb-ot-head-table.hh44 struct head struct
46 static const hb_tag_t tableTag = HB_OT_TAG_head;
48 inline unsigned int get_upem (void) const in get_upem()
55 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
64 FixedVersion<>version; /* Version of the head table--currently
66 FixedVersion<>fontRevision; /* Set by font manufacturer. */
67 UINT32 checkSumAdjustment; /* To compute: set it to 0, sum the
70 UINT32 magicNumber; /* Set to 0x5F0F3CF5u. */
71 UINT16 flags; /* Bit 0: Baseline for font at y=0;
117 UINT16 unitsPerEm; /* Valid range is from 16 to 16384. This value
[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/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/syslinux/com32/include/linux/
Dlist.h62 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
77 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
147 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
159 struct list_head *head) in list_move_tail()
171 const struct list_head *head) in list_is_last()
180 static inline int list_empty(const struct list_head *head) in list_empty()
198 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
205 struct list_head *head) in __list_splice()
223 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
237 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) \ argument
113 #define LL_FOREACH_SAFE(head, el, tmp) \ argument
116 #define LL_SEARCH_SCALAR(head, out, field, val) \ argument
123 #define LL_SEARCH_SCALAR_WITH_CAST(head, out, nout, field, val) \ argument
133 #define LL_SEARCH(head, out, elt, cmp) \ argument
143 #define DL_PREPEND(head, add) \ argument
154 #define DL_APPEND(head, add) \ argument
[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/dhcpcd-6.8.2/compat/
Dqueue.h41 #define TAILQ_END(head) (NULL) argument
52 #define TAILQ_HEAD_INITIALIZER(head) \ argument
67 #define TAILQ_FIRST(head) ((head)->tqh_first) argument
69 #define TAILQ_LAST(head, headname) \ argument
73 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) argument
77 #define TAILQ_FOREACH(var, head, field) \ argument
82 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
89 #define TAILQ_INIT(head) do { \ argument
94 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ argument
104 #define TAILQ_INSERT_TAIL(head, elm, field) do { \ argument
[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/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/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/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.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
/external/syslinux/gpxe/src/include/gpxe/
Dlist.h65 static inline void list_add ( struct list_head *new, struct list_head *head ) { in list_add()
68 #define list_add( new, head ) do { \ argument
84 struct list_head *head ) { in list_add_tail()
87 #define list_add_tail( new, head ) do { \ argument
130 static inline int list_empty ( const struct list_head *head ) { in list_empty()
150 #define list_for_each( pos, head ) \ argument
160 #define list_for_each_entry( pos, head, member ) \ argument
173 #define list_for_each_entry_safe( pos, tmp, 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/jemalloc/test/unit/
Dql.c15 test_empty_list(list_head_t *head) in test_empty_list()
39 list_head_t head; in TEST_BEGIN() local
58 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries) in test_entries_list()
96 list_head_t head; in TEST_BEGIN() local
111 list_head_t head; in TEST_BEGIN() local
130 list_head_t head; in TEST_BEGIN() local
145 list_head_t head; in TEST_BEGIN() local
164 list_head_t head; in TEST_BEGIN() local
/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/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/fio/
Dflist.h65 struct flist_head *head) in flist_add()
71 struct flist_head *head) in flist_add_tail()
117 static inline int flist_empty(const struct flist_head *head) in flist_empty()
137 struct flist_head *head) in flist_splice()
144 struct flist_head *head) in flist_splice_tail()
151 struct flist_head *head) in flist_splice_tail_init()
160 struct flist_head *head) in flist_splice_init()
188 #define flist_for_each(pos, head) \ argument
197 #define flist_for_each_safe(pos, n, head) \ argument
/external/e2fsprogs/lib/blkid/
Dlist.h58 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add()
71 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail()
116 _INLINE_ int list_empty(struct list_head *head) in list_empty()
126 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
156 #define list_for_each(pos, head) \ argument
166 #define list_for_each_safe(pos, pnext, head) \ argument
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h47 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
55 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
79 static __inline__ int list_empty(struct list_head *head) in list_empty()
87 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
106 #define list_for_each(pos, head) \ argument
/external/mesa3d/src/util/
Dlist.h186 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument
191 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument
197 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument
203 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument
208 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument
213 #define list_for_each_entry(type, pos, head, member) \ argument
218 #define list_for_each_entry_safe(type, pos, head, member) \ argument
225 #define list_for_each_entry_rev(type, pos, head, member) \ argument
230 #define list_for_each_entry_safe_rev(type, pos, head, member) \ argument
237 #define list_for_each_entry_from(type, pos, start, head, member) \ argument
[all …]
/external/libxcam/xcore/base/
Dxcam_3a_result.h107 XCam3aResultHead head; member
117 XCam3aResultHead head; member
127 XCam3aResultHead head; member
134 XCam3aResultHead head; member
144 XCam3aResultHead head; member
151 XCam3aResultHead head; member
162 XCam3aResultHead head; member
173 XCam3aResultHead head; member
182 XCam3aResultHead head; member
191 XCam3aResultHead head; member
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java140 TemplateSubPatternAssociation head = in dumpAssociationTables() local
154 TemplateSubPatternAssociation head = m_wildCardPatterns; in dumpAssociationTables() local
188 TemplateSubPatternAssociation head = in compose() local
224 insertAssociationIntoList(TemplateSubPatternAssociation head, in insertAssociationIntoList()
356 TemplateSubPatternAssociation head = isWildCard in insertPatternInTable() local
434 TemplateSubPatternAssociation head; in getHead() local
502 TemplateSubPatternAssociation head; in getTemplateFast() local
601 TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm); in getTemplate() local
666 TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm); in getTemplate() local
726 private void checkConflicts(TemplateSubPatternAssociation head, in checkConflicts()
/external/libevent/WIN32-Code/
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 …]

12345678910>>...21