/external/harfbuzz_ng/src/ |
D | hb-ot-head-table.hh | 44 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 ULONG checkSumAdjustment; /* To compute: set it to 0, sum the 70 ULONG magicNumber; /* Set to 0x5F0F3CF5u. */ 71 USHORT flags; /* Bit 0: Baseline for font at y=0; 117 USHORT unitsPerEm; /* Valid range is from 16 to 16384. This value [all …]
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 114 #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/iptables/libiptc/ |
D | linux_list.h | 90 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/dhcpcd-6.8.2/compat/ |
D | queue.h | 41 #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/libevent/ |
D | ht-internal.h | 41 #define HT_EMPTY(head) \ argument 45 #define HT_SIZE(head) \ argument 48 #define HT_FIND(name, head, elm) name##_HT_FIND((head), (elm)) argument 49 #define HT_INSERT(name, head, elm) name##_HT_INSERT((head), (elm)) argument 50 #define HT_REPLACE(name, head, elm) name##_HT_REPLACE((head), (elm)) argument 51 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) argument 52 #define HT_START(name, head) name##_HT_START(head) argument 53 #define HT_NEXT(name, head, elm) name##_HT_NEXT((head), (elm)) argument 54 #define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm)) argument 55 #define HT_CLEAR(name, head) name##_HT_CLEAR(head) argument [all …]
|
/external/libnl/include/netlink/ |
D | list.h | 38 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/jemalloc/test/unit/ |
D | ql.c | 15 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/blktrace/btt/ |
D | list.h | 73 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/ |
D | flist.h | 65 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() 185 #define flist_for_each(pos, head) \ argument 194 #define flist_for_each_safe(pos, n, head) \ argument
|
/external/ipsec-tools/src/racoon/ |
D | genlist.c | 50 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/minijail/ |
D | syscall_filter.c | 54 void append_filter_block(struct filter_block *head, in append_filter_block() 94 void append_ret_kill(struct filter_block *head) in append_ret_kill() 101 void append_ret_trap(struct filter_block *head) in append_ret_trap() 108 void append_ret_errno(struct filter_block *head, int errno_val) in append_ret_errno() 115 void append_allow_syscall(struct filter_block *head, int nr) in append_allow_syscall() 125 void allow_log_syscalls(struct filter_block *head) in allow_log_syscalls() 156 int compile_atom(struct filter_block *head, char *atom, in compile_atom() 214 int compile_errno(struct filter_block *head, char *ret_errno) in compile_errno() 290 struct filter_block *head = new_filter_block(); in compile_section() local 382 struct filter_block *head = new_filter_block(); in compile_filter() local [all …]
|
/external/f2fs-tools/include/ |
D | list.h | 38 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 43 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 66 static inline int list_empty(const struct list_head *head) in list_empty() 74 #define list_for_each(pos, head) \ argument 77 #define list_for_each_safe(pos, n, head) \ argument 80 #define list_for_each_entry(pos, head, member) \ argument 84 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
/external/e2fsprogs/lib/blkid/ |
D | list.h | 58 _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/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | TemplateList.java | 140 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/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 47 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/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
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_resolve_map.c | 36 intel_resolve_map_set(struct intel_resolve_map *head, in intel_resolve_map_set() 66 intel_resolve_map_get(struct intel_resolve_map *head, in intel_resolve_map_get() 99 intel_resolve_map_clear(struct intel_resolve_map *head) in intel_resolve_map_clear()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_resolve_map.c | 36 intel_resolve_map_set(struct intel_resolve_map *head, in intel_resolve_map_set() 66 intel_resolve_map_get(struct intel_resolve_map *head, in intel_resolve_map_get() 99 intel_resolve_map_clear(struct intel_resolve_map *head) in intel_resolve_map_clear()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_resolve_map.c | 36 intel_resolve_map_set(struct intel_resolve_map *head, in intel_resolve_map_set() 66 intel_resolve_map_get(struct intel_resolve_map *head, in intel_resolve_map_get() 99 intel_resolve_map_clear(struct intel_resolve_map *head) in intel_resolve_map_clear()
|
/external/selinux/libsepol/src/ |
D | interfaces.c | 115 ocontext_t *c, *head; in sepol_iface_exists() local 140 ocontext_t *c, *head; in sepol_iface_query() local 172 ocontext_t *head, *prev, *c, *iface = NULL; in sepol_iface_modify() local 224 ocontext_t *c, *head; in sepol_iface_count() local 244 ocontext_t *c, *head; in sepol_iface_iterate() local
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | cons.h | 67 List<T> Cons(const T& head, const List<T>& tail) { in Cons() 75 Cell(const T& head, const List<T>& tail) : head_(head), tail_(tail) {} in Cell() 78 const T& head() const { return head_; } in head() function
|
/external/avahi/avahi-common/ |
D | llist.h | 39 #define AVAHI_LLIST_HEAD_INIT(t,head) do { (head) = NULL; } while(0) argument 49 #define AVAHI_LLIST_PREPEND(t,name,head,item) do { \ argument 59 #define AVAHI_LLIST_REMOVE(t,name,head,item) do { \ argument
|
/external/libdrm/ |
D | util_double_list.h | 110 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument 115 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument 121 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument 127 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument 132 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_double_list.h | 120 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ argument 125 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ argument 131 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ argument 137 #define LIST_FOR_EACH_ENTRY_FROM(pos, start, head, member) \ argument 142 #define LIST_FOR_EACH_ENTRY_FROM_REV(pos, start, head, member) \ argument
|
/external/fio/lib/ |
D | flist_sort.c | 18 struct flist_head head, *tail = &head; in merge() local 45 struct flist_head *head, in merge_and_restore_back_links() 96 void flist_sort(void *priv, struct flist_head *head, in flist_sort()
|