Home
last modified time | relevance | path

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

123456789

/external/chromium/third_party/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/qemu/
Dqemu-queue.h87 #define QLIST_HEAD_INITIALIZER(head) \ argument
99 #define QLIST_INIT(head) do { \ argument
118 #define QLIST_INSERT_HEAD(head, elm, field) do { \ argument
132 #define QLIST_FOREACH(var, head, field) \ argument
137 #define QLIST_FOREACH_SAFE(var, head, field, next_var) \ argument
145 #define QLIST_EMPTY(head) ((head)->lh_first == NULL) argument
146 #define QLIST_FIRST(head) ((head)->lh_first) argument
159 #define QSIMPLEQ_HEAD_INITIALIZER(head) \ argument
170 #define QSIMPLEQ_INIT(head) do { \ argument
175 #define QSIMPLEQ_INSERT_HEAD(head, elm, field) do { \ argument
[all …]
Dsys-tree.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 …]
/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/bluetooth/hcidump/parser/
Dhidp.c39 static char *type2str(uint8_t head) in type2str()
67 static char *result2str(uint8_t head) in result2str()
89 static char *operation2str(uint8_t head) in operation2str()
109 static char *report2str(uint8_t head) in report2str()
125 static char *protocol2str(uint8_t head) in protocol2str()
Drfcomm.c53 static void print_rfcomm_hdr(long_frame_head* head, uint8_t *ptr, int len) in print_rfcomm_hdr()
74 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_test()
81 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_fcon()
89 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_fcoff()
97 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_msc()
120 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_rpn()
151 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_rls()
162 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_pn()
179 long_frame_head *head, mcc_long_frame_head *mcc_head) in mcc_nsc()
193 static inline void mcc_frame(int level, struct frame *frm, long_frame_head *head) in mcc_frame()
[all …]
/external/kernel-headers/original/linux/
Dlist.h60 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
73 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
110 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
132 struct list_head *head) in list_add_tail_rcu()
249 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
261 struct list_head *head) in list_move_tail()
273 const struct list_head *head) in list_is_last()
282 static inline int list_empty(const struct list_head *head) in list_empty()
300 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
307 struct list_head *head) in __list_splice()
[all …]
Dplist.h104 #define PLIST_HEAD_INIT(head, _lock) \ argument
129 plist_head_init(struct plist_head *head, spinlock_t *lock) in plist_head_init()
159 #define plist_for_each(pos, head) \ argument
170 #define plist_for_each_safe(pos, n, head) \ argument
180 #define plist_for_each_entry(pos, head, mem) \ argument
192 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
200 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty()
225 # define plist_first_entry(head, type, member) \ argument
231 # define plist_first_entry(head, type, member) \ argument
242 static inline struct plist_node* plist_first(const struct plist_head *head) in plist_first()
Dcirc_buf.h6 int head; member
11 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument
16 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument
21 #define CIRC_CNT_TO_END(head,tail,size) \ argument
27 #define CIRC_SPACE_TO_END(head,tail,size) \ argument
/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/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()
Dmisc.h55 #define RACOON_TAILQ_FOREACH_REVERSE(var, head, headname ,field) \ argument
58 #define RACOON_TAILQ_FOREACH_REVERSE(var, head, headname ,field) \ argument
/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/oprofile/libutil/
Dop_list.h64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head) in list_add()
77 static __inline__ void list_add_tail(struct list_head * new_entry, struct list_head * head) in list_add_tail()
120 static __inline__ int list_empty(struct list_head const * head) in list_empty()
130 static __inline__ void list_splice(struct list_head * list, struct list_head * head) in list_splice()
160 #define list_for_each(pos, head) \ argument
169 #define list_for_each_safe(pos, n, head) \ argument
/external/e2fsprogs/lib/blkid/
Dlist.h61 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add()
74 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail()
119 _INLINE_ int list_empty(struct list_head *head) in list_empty()
129 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
159 #define list_for_each(pos, head) \ argument
169 #define list_for_each_safe(pos, pnext, head) \ argument
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h50 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
58 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
82 static __inline__ int list_empty(struct list_head *head) in list_empty()
90 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
109 #define list_for_each(pos, head) \ argument
/external/webkit/JavaScriptCore/runtime/
DStructureChain.h42 …static PassRefPtr<StructureChain> create(Structure* head) { return adoptRef(new StructureChain(hea… in create()
43 RefPtr<Structure>* head() { return m_vector.get(); } in head() function
/external/webkit/JavaScriptCore/profiler/
DProfile.h42 ProfileNode* head() const { return m_head.get(); } in head() function
43 void setHead(PassRefPtr<ProfileNode> head) { m_head = head; } in setHead()
/external/v8/tools/
Dprofile_view.js86 devtools.profiler.ViewBuilder.prototype.createView = function(head) { argument
104 funcName, totalTime, selfTime, head) { argument
117 devtools.profiler.ProfileView = function(head) { argument
166 internalFuncName, totalTime, selfTime, head) { argument
/external/skia/src/core/
DSkGlobals.cpp48 Rec*& head = bootstrap.fHead; in Find() local
78 Rec*& head = bootstrap.fHead; in Term() local
/external/chromium/net/base/
Daddress_list.h51 const struct addrinfo* head() const { return data_->head; } in head() function
57 struct addrinfo* head; member
/external/yaffs2/yaffs2/
Ddevextras.h93 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
107 struct list_head *head) in list_add_tail()
151 static __inline__ int list_empty(struct list_head *head) in list_empty()
162 struct list_head *head) in list_splice()
192 #define list_for_each(pos, head) \ argument
203 #define list_for_each_safe(pos, n, head) \ argument
/external/v8/src/
Dzone.cc62 static Segment* head() { return head_; } in head() function in v8::internal::Segment
63 static void set_head(Segment* head) { head_ = head; } in set_head()
165 Segment* head = Segment::head(); in NewExpand() local
/external/chromium/third_party/libevent/
Devent-internal.h75 #define TAILQ_FIRST(head) ((head)->tqh_first) argument
76 #define TAILQ_END(head) NULL argument
78 #define TAILQ_FOREACH(var, head, field) \ argument
/external/fsck_msdos/
Dfat.c420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain()
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear()
452 cl_t head, p, h, n, wdk; in checkfat() local
663 cl_t head; in checklost() local

123456789