Home
last modified time | relevance | path

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

12345678910>>...20

/third_party/skia/third_party/externals/harfbuzz/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 bool serialize (hb_serialize_context_t *c) const in serialize()
63 bool subset (hb_subset_context_t *c) const in subset()
69 enum mac_style_flag_t {
79 bool is_bold () const { return macStyle & BOLD; } in is_bold()
80 bool is_italic () const { return macStyle & ITALIC; } in is_italic()
81 bool is_condensed () const { return macStyle & CONDENSED; } in is_condensed()
82 bool is_expanded () const { return macStyle & EXPANDED; } in is_expanded()
[all …]
/third_party/libcoap/include/coap3/
Dcoap_utlist_internal.h314 #define LL_PREPEND(head,add) \ argument
317 #define LL_PREPEND2(head,add,next) \ argument
338 #define LL_APPEND(head,add) \ argument
341 #define LL_APPEND2(head,add,next) \ argument
354 #define LL_INSERT_INORDER(head,add,cmp) \ argument
357 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument
369 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument
372 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument
385 #define LL_DELETE(head,del) \ argument
388 #define LL_DELETE2(head,del,next) \ argument
[all …]
Dcoap_uthash_internal.h139 #define HASH_ROLLBACK_BKT(hh, head, itemptrhh) \ argument
154 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument
166 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
213 #define HASH_MAKE_TABLE(hh,head,oomed) \ argument
245 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument
255 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument
265 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
272 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument
279 #define HASH_APPEND_LIST(hh, head, add) \ argument
287 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument
[all …]
/third_party/FreeBSD/sys/sys/
Dqueue.h132 #define QMD_TRACE_HEAD(head) do { \ argument
148 #define QMD_TRACE_HEAD(head) argument
189 #define SLIST_HEAD_INITIALIZER(head) \ argument
228 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
230 #define SLIST_FIRST(head) ((head)->slh_first) argument
232 #define SLIST_FOREACH(var, head, field) \ argument
237 #define SLIST_FOREACH_FROM(var, head, field) \ argument
242 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
247 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument
252 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
[all …]
Dtree.h88 #define SPLAY_ROOT(head) (head)->sph_root argument
89 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument
92 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
98 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
104 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
110 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
116 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
296 #define SPLAY_FOREACH(x, name, head) \ argument
328 #define RB_ROOT(head) (head)->rbh_root argument
329 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument
[all …]
/third_party/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, size_t 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 …]
/third_party/exfatprogs/include/
Dlist.h69 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
82 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
128 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
140 struct list_head *head) in list_move_tail()
150 static inline int list_empty(const struct list_head *head) in list_empty()
156 struct list_head *head) in __list_splice()
174 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
188 struct list_head *head) in list_splice_init()
211 #define list_for_each(pos, head) \ argument
225 #define __list_for_each(pos, head) \ argument
[all …]
/third_party/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 …]
/third_party/alsa-utils/alsactl/
Dlist.h78 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
91 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
137 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
149 struct list_head *head) in list_move_tail()
159 static inline int list_empty(struct list_head *head) in list_empty()
165 struct list_head *head) in __list_splice()
183 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
197 struct list_head *head) in list_splice_init()
219 #define list_for_each(pos, head) \ argument
233 #define __list_for_each(pos, head) \ argument
[all …]
/third_party/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()
201 lws_buflist_linear_use(struct lws_buflist **head, uint8_t *buf, size_t len) in lws_buflist_linear_use()
221 lws_buflist_fragment_use(struct lws_buflist **head, uint8_t *buf, in lws_buflist_fragment_use()
250 lws_buflist_describe(struct lws_buflist **head, void *id, const char *reason) in lws_buflist_describe()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h68 list_empty(const struct list_head *head) in list_empty()
75 list_empty_careful(const struct list_head *head) in list_empty_careful()
158 #define list_for_each(p, head) \ argument
161 #define list_for_each_safe(p, n, head) \ argument
181 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
206 list_add(struct list_head *new, struct list_head *head) in list_add()
213 list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
220 list_move(struct list_head *list, struct list_head *head) in list_move()
228 list_move_tail(struct list_head *entry, struct list_head *head) in list_move_tail()
236 list_rotate_to_front(struct list_head *entry, struct list_head *head) in list_rotate_to_front()
[all …]
/third_party/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 …]
/third_party/pulseaudio/src/pulsecore/
Dllist.h51 #define PA_LLIST_PREPEND(t,head,item) \ argument
62 #define PA_LLIST_REMOVE(t,head,item) \ argument
78 #define PA_LLIST_FIND_HEAD(t,item,head) \ argument
88 #define PA_LLIST_INSERT_AFTER(t,head,a,b) \ argument
105 #define PA_LLIST_FOREACH(i,head) \ argument
108 #define PA_LLIST_FOREACH_SAFE(i,n,head) \ argument
/third_party/ntfs-3g/ntfsprogs/
Dlist.h77 struct ntfs_list_head *head) in ntfs_list_add()
91 struct ntfs_list_head *head) in ntfs_list_add_tail()
139 static __inline__ int ntfs_list_empty(struct ntfs_list_head *head) in ntfs_list_empty()
150 struct ntfs_list_head *head) in ntfs_list_splice()
180 #define ntfs_list_for_each(pos, head) \ argument
189 #define ntfs_list_for_each_safe(pos, n, head) \ argument
/third_party/libinput/src/
Dutil-list.h137 #define list_first_entry(head, pointer_of_type, member) \ argument
157 #define list_first_entry_by_type(head, container_type, member) \ argument
173 #define list_for_each(pos, head, member) \ argument
190 #define list_for_each_safe(pos, head, member) \ argument
/third_party/mesa3d/src/util/
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 …]
/third_party/libuv/include/uv/
Dtree.h84 #define SPLAY_ROOT(head) (head)->sph_root argument
85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument
88 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
94 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
100 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
106 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
112 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
292 #define SPLAY_FOREACH(x, name, head) \ argument
324 #define RB_ROOT(head) (head)->rbh_root argument
325 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument
[all …]
/third_party/selinux/libsepol/src/
Dinterfaces.c115 ocontext_t *c, *head; in sepol_iface_exists() local
139 ocontext_t *c, *head; in sepol_iface_query() local
171 ocontext_t *head, *prev, *c, *iface = NULL; in sepol_iface_modify() local
223 ocontext_t *c, *head; in sepol_iface_count() local
242 ocontext_t *c, *head; in sepol_iface_iterate() local
/third_party/libdrm/
Dutil_double_list.h116 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument
121 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument
127 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument
133 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument
138 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument
/third_party/typescript/tests/cases/compiler/
DnarrowingDestructuring.ts35 const [head, ...tail] = x; constant
37 const [head, ...tail] = x; constant
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc66 void UnrefEntries(const CordRepRing* rep, index_type head, index_type tail) { in UnrefEntries()
89 CordRepRing::index_type head = rep.head(); in operator <<() local
116 index_type head() const { return head_; } in head() function in absl::cord_internal::CordRepRing::Filler
155 index_type head = head_; in IsValid() local
249 void CordRepRing::Fill(const CordRepRing* src, index_type head, in Fill()
268 CordRepRing* CordRepRing::Copy(CordRepRing* rep, index_type head, in Copy()
374 Position head = ring->Find(offset); in AddRing() local
483 index_type head = rep->retreat(rep->head_); in PrependLeaf() local
584 CordRepRing::index_type CordRepRing::FindBinary(index_type head, in FindBinary()
601 CordRepRing::Position CordRepRing::FindSlow(index_type head, in FindSlow()
[all …]
/third_party/flatbuffers/python/flatbuffers/
Dencode.py24 def Get(packer_type, buf, head): argument
40 def Write(packer_type, buf, head, n): argument
/third_party/rust/crates/clap/examples/
Dgit.rs76 let mut head = sub_matches.get_one::<String>("head").map(|s| s.as_str()); in main() localVariable
87 let head = head.unwrap_or("worktree"); in main() localVariable
/third_party/libbpf/include/linux/
Dlist.h39 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
75 static inline int list_empty(const struct list_head *head) in list_empty()
86 #define list_for_each_entry(pos, head, member) \ argument
/third_party/benchmark/src/
Dbenchmark_name.cc25 size_t size_impl(const Head& head, const Tail&... tail) { in size_impl()
34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl()

12345678910>>...20