/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-head-table.hh | 44 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/ |
D | coap_utlist_internal.h | 314 #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 …]
|
D | coap_uthash_internal.h | 139 #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/ |
D | queue.h | 132 #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 …]
|
D | tree.h | 88 #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/ |
D | lwsac.c | 29 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/ |
D | list.h | 69 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/ |
D | list.h | 99 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/ |
D | list.h | 78 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/ |
D | buflist.c | 34 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/ltp/tools/sparse/sparse-src/ |
D | ptrlist.c | 38 int ptr_list_size(struct ptr_list *head) in ptr_list_size() 55 bool ptr_list_empty(const struct ptr_list *head) in ptr_list_empty() 74 bool ptr_list_multiple(const struct ptr_list *head) in ptr_list_multiple() 95 void *first_ptr_list(struct ptr_list *head) in first_ptr_list() 114 void *last_ptr_list(struct ptr_list *head) in last_ptr_list() 135 struct ptr_list *head = list; in ptr_list_nth_entry() local 165 int linearize_ptr_list(struct ptr_list *head, void **arr, int max) in linearize_ptr_list() 197 struct ptr_list *head = *listp; in pack_ptr_list() local 235 void split_ptr_list_head(struct ptr_list *head) in split_ptr_list_head() 314 bool lookup_ptr_list_entry(const struct ptr_list *head, const void *entry) in lookup_ptr_list_entry() [all …]
|
D | lib.h | 174 static inline void free_instruction_list(struct instruction_list **head) in free_instruction_list() 179 static inline struct instruction * delete_last_instruction(struct instruction_list **head) in delete_last_instruction() 184 static inline struct basic_block *first_basic_block(struct basic_block_list *head) in first_basic_block() 188 static inline struct instruction *last_instruction(struct instruction_list *head) in last_instruction() 193 static inline struct instruction *first_instruction(struct instruction_list *head) in first_instruction() 198 static inline struct expression *first_expression(struct expression_list *head) in first_expression() 203 static inline pseudo_t first_pseudo(struct pseudo_list *head) in first_pseudo() 208 static inline struct symbol *first_symbol(struct symbol_list *head) in first_symbol()
|
D | ptrlist.h | 14 #define CHECK_TYPE(head,ptr) (void)(&(ptr) == &(head)->list[0]) argument 15 #define PTRLIST_TYPE(head) __typeof__((head)->list[0]) argument 16 #define VRFY_PTR_LIST(head) (void)(sizeof((head)->list[0])) argument 95 #define PREPARE_PTR_LIST(head, ptr) \ argument 112 #define FOR_EACH_PTR(head, ptr) \ argument 115 #define FOR_EACH_PTR_TAG(head, ptr) \ argument 121 #define FOR_EACH_PTR_REVERSE(head, ptr) \ argument 124 #define FOR_EACH_PTR_REVERSE_TAG(head, ptr) \ argument 176 #define DO_PREPARE(head, ptr, __head, __list, __nr, PTR_ENTRY) \ argument 203 #define DO_FOR_EACH(head, ptr, __head, __list, __nr, __name, PTR_ENTRY) do { \ argument [all …]
|
/third_party/libdrm/intel/ |
D | uthash.h | 119 #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/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 68 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/pulseaudio/src/pulsecore/ |
D | llist.h | 51 #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/ |
D | list.h | 77 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/mesa3d/src/util/ |
D | list.h | 209 #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/libinput/src/ |
D | util-list.h | 138 #define list_first_entry(head, pointer_of_type, member) \ argument 158 #define list_first_entry_by_type(head, container_type, member) \ argument 174 #define list_for_each(pos, head, member) \ argument 191 #define list_for_each_safe(pos, head, member) \ argument
|
/third_party/libuv/include/uv/ |
D | tree.h | 84 #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/node/deps/uv/include/uv/ |
D | tree.h | 84 #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/node/deps/v8/tools/ |
D | profile_view.js | 81 ViewBuilder.prototype.createView = function(head) { argument 99 funcName, totalTime, selfTime, head) { argument 112 function ProfileView(head) { argument 161 internalFuncName, totalTime, selfTime, head) { argument
|
D | profile_view.mjs | 82 ViewBuilder.prototype.createView = head => new ProfileView(head); argument 98 funcName, totalTime, selfTime, head) => argument 111 export function ProfileView(head) { argument 160 internalFuncName, totalTime, selfTime, head) { argument
|
/third_party/selinux/libsepol/src/ |
D | interfaces.c | 115 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/node/deps/cares/src/lib/ |
D | ares_freeaddrinfo.c | 37 void ares__freeaddrinfo_cnames(struct ares_addrinfo_cname *head) in ares__freeaddrinfo_cnames() 49 void ares__freeaddrinfo_nodes(struct ares_addrinfo_node *head) in ares__freeaddrinfo_nodes()
|