Searched refs:head (Results 76 - 100 of 638) sorted by relevance

1234567891011>>

/external/kernel-headers/original/linux/
H A Drcupdate.h52 void (*func)(struct rcu_head *head);
56 #define RCU_HEAD(head) struct rcu_head head = RCU_HEAD_INIT
280 extern void FASTCALL(call_rcu(struct rcu_head *head,
281 void (*func)(struct rcu_head *head)));
282 extern void FASTCALL(call_rcu_bh(struct rcu_head *head,
283 void (*func)(struct rcu_head *head)));
/external/qemu/
H A Dqemu-config.c9 .head = QTAILQ_HEAD_INITIALIZER(qemu_drive_opts.head),
89 .head = QTAILQ_HEAD_INITIALIZER(qemu_chardev_opts.head),
162 .head = QTAILQ_HEAD_INITIALIZER(qemu_fsdev_opts.head),
181 .head = QTAILQ_HEAD_INITIALIZER(qemu_virtfs_opts.head),
204 .head = QTAILQ_HEAD_INITIALIZER(qemu_device_opts.head),
[all...]
H A Dqlist.h27 QTAILQ_HEAD(,QListEntry) head; member in struct:QList
34 for ((var) = ((qlist)->head.tqh_first); \
/external/blktrace/btt/
H A Ddip_rb.c69 struct list_head *head)
78 if (head)
79 list_add_tail(&this->f_head, head);
82 rb_foreach(n->rb_left, iop, fnc, head);
84 rb_foreach(n->rb_right, iop, fnc, head);
67 rb_foreach(struct rb_node *n, struct io *iop, void (*fnc)(struct io *iop, struct io *this), struct list_head *head) argument
/external/libsepol/src/
H A Dnodes.c152 ocontext_t *c, *head; local
155 head = policydb->ocontexts[OCON_NODE];
156 for (c = head; c != NULL; c = c->next)
159 head = policydb->ocontexts[OCON_NODE6];
160 for (c = head; c != NULL; c = c->next)
176 ocontext_t *c, *head; local
186 head = policydb->ocontexts[OCON_NODE];
187 for (c = head; c; c = c->next) {
202 head = policydb->ocontexts[OCON_NODE6];
203 for (c = head;
236 ocontext_t *c, *head; local
352 ocontext_t *c, *head; local
[all...]
H A Dinterfaces.c115 ocontext_t *c, *head; local
120 head = policydb->ocontexts[OCON_NETIF];
121 for (c = head; c; c = c->next) {
140 ocontext_t *c, *head; local
145 head = policydb->ocontexts[OCON_NETIF];
146 for (c = head; c; c = c->next) {
172 ocontext_t *head, *prev, *c, *iface = NULL; local
181 head = policydb->ocontexts[OCON_NETIF];
182 for (c = head; c; c = c->next) {
224 ocontext_t *c, *head; local
244 ocontext_t *c, *head; local
[all...]
/external/chromium/net/base/
H A Daddress_list_unittest.cc39 addrlist->Append(second_list.head());
72 addrlist2.Copy(addrlist1.head(), true);
74 ASSERT_TRUE(addrlist2.head()->ai_next != NULL);
94 addrlist2.Copy(addrlist1.head(), false);
96 ASSERT_TRUE(addrlist2.head()->ai_next == NULL);
118 ASSERT_TRUE(addrlist1.head()->ai_next == NULL);
119 addrlist1.Append(addrlist2.head());
120 ASSERT_TRUE(addrlist1.head()->ai_next != NULL);
123 addrlist3.Copy(addrlist1.head()->ai_next, false);
147 const struct addrinfo* addrinfo1 = addrlist1.head();
[all...]
H A Dnss_memio.c28 int head; /* where to take next byte out of buf */ member in struct:memio_buffer
88 mb->head = 0;
99 mb->head = 0;
106 return (((mb->tail >= mb->head) ? mb->tail : mb->bufsize) - mb->head);
112 return (mb->tail >= mb->head) ? 0 : mb->tail;
118 if (mb->head > mb->tail) return mb->head - mb->tail - 1;
119 return mb->bufsize - mb->tail - (mb->head == 0);
165 memcpy(buf, &mb->buf[mb->head], le
[all...]
/external/skia/src/core/
H A DSkGlyphCache.h210 void detach(SkGlyphCache** head) { argument
214 *head = fNext;
222 void attachToHead(SkGlyphCache** head) { argument
224 if (*head) {
225 (*head)->fPrev = this;
226 fNext = *head;
228 *head = this;
280 inline static SkGlyphCache* FindTail(SkGlyphCache* head);
281 static size_t ComputeMemoryUsed(const SkGlyphCache* head);
/external/e2fsprogs/lib/blkid/
H A Dtag.c102 * We return the head tag for this tag type.
106 blkid_tag head = NULL, tmp; local
116 printf(" found cache tag head %s\n", type));
117 head = tmp;
121 return head;
132 blkid_tag t = 0, head = 0; local
177 head = blkid_find_head_cache(dev->bid_cache,
179 if (!head) {
180 head = blkid_new_tag();
181 if (!head)
332 blkid_tag head; local
[all...]
/external/skia/src/images/
H A DSkImageDecoder_wbmp.cpp104 wbmp_head head; local
106 if (!head.init(stream)) {
110 int width = head.fWidth;
111 int height = head.fHeight;
164 wbmp_head head; local
166 if (head.init(stream)) {
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c402 struct admin_com *head; local
404 buf = vmalloc(sizeof(*head));
408 head = (struct admin_com *)buf->v;
409 head->ac_len = buf->l;
410 head->ac_cmd = ADMIN_RELOAD_CONF;
411 head->ac_errno = 0;
412 head->ac_proto = 0;
423 struct admin_com *head; local
441 buf = vmalloc(sizeof(*head));
445 head
460 struct admin_com *head; local
481 struct admin_com *head; local
510 struct admin_com *head; local
539 struct admin_com *head; local
594 struct admin_com *head; local
649 struct admin_com *head; local
835 struct admin_com *head; local
[all...]
/external/oprofile/libabi/
H A Dopimport.cpp110 struct opd_header * head = local
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version");
120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type");
121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event");
122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um");
123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count");
124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel");
126 head->cpu_speed = 0.0;
127 ext.extract(head
[all...]
/external/tremolo/Tremolo/
H A Dmisc.c59 } head; typedef in typeref:struct:__anon13444
65 ((head *)ptr)->file=file;
66 ((head *)ptr)->line=line;
67 ((head *)ptr)->ptr=pinsert;
68 ((head *)ptr)->bytes=bytes-HEAD_ALIGN;
151 char *file =((head *)ptr)->file;
152 long bytes =((head *)ptr)->bytes;
159 global_bytes-((head *)ptr)->bytes);
180 global_bytes-=((head *)ptr)->bytes;
182 insert=((head *)pt
[all...]
H A Dbitwise.c136 if(b->bitsLeftInSegment<0) ret = b->count+b->head->length;
137 else ret = b->count + b->head->length - (b->bitsLeftInSegment)/8;
139 // b->count, b->head->length, b->bitsLeftInSegment);
146 if(b->bitsLeftInSegment<0) ret=(b->count+b->head->length)*8;
147 else ret = b->count*8 + b->head->length*8 - b->bitsLeftInSegment;
149 // b->count, b->head->length, b->bitsLeftInSegment);
166 if(b->head && b->head->next){
167 b->count+=b->head->length;
168 b->head
225 ogg_reference *head=b->head; local
[all...]
/external/svox/pico/lib/
H A Dpicoacph.c70 - headx : array for extended item heads of fixed size (head plus
119 - number of items unchanged, content unchanged, only head info changes
125 picodata_itemhead_t head; member in struct:__anon13276
184 acph->headx[i].head.type = 0;
185 acph->headx[i].head.info1 = 0;
186 acph->headx[i].head.info2 = 0;
187 acph->headx[i].head.len = 0;
336 for (i = 0; i < acph->headx[ind].head.len; i++) {
361 if ((acph->headx[i].head.type == PICODATA_ITEM_WORDPHON)) {
362 val = acph->headx[i].head
[all...]
H A Dpicosa.c70 - headx: array for extended item heads of fixed size (head plus
87 - number and sequence of items unchanged, item head info and content
172 - number of items unchanged, content unchanged, only head info changes
178 picodata_itemhead_t head; member in struct:__anon13313
277 sa->headx[i].head.type = 0;
278 sa->headx[i].head.info1 = PICODATA_ITEMINFO1_NA;
279 sa->headx[i].head.info2 = PICODATA_ITEMINFO2_NA;
280 sa->headx[i].head.len = 0;
499 if ((sa->headx[i].head.type == PICODATA_ITEM_WORDGRAPH) ||
500 (sa->headx[i].head
1078 saExtractPhonemes(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 pos, picodata_itemhead_t* head, const picoos_uint8* content) argument
[all...]
/external/eigen/bench/btl/data/
H A Dmk_new_gnuplot.sh7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
/external/libusb/libusb/
H A Dlibusbi.h53 * head - list head
56 #define list_for_each_entry(pos, head, member) \
57 for (pos = list_entry((head)->next, typeof(*pos), member); \
58 &pos->member != (head); \
61 #define list_for_each_entry_safe(pos, n, head, member) \
62 for (pos = list_entry((head)->next, typeof(*pos), member), \
64 &pos->member != (head); \
74 static inline void list_add(struct list_head *entry, struct list_head *head) argument
76 entry->next = head
83 list_add_tail(struct list_head *entry, struct list_head *head) argument
[all...]
/external/skia/third_party/glu/libtess/
H A Ddict-list.h88 #define __gl_dictListMin(d) ((d)->head.next)
89 #define __gl_dictListMax(d) ((d)->head.prev)
90 #define __gl_dictListInsert(d,k) (dictInsertBefore((d),&(d)->head,(k)))
102 DictNode head; member in struct:Dict
H A Ddict.h90 #define __gl_dictListMin(d) ((d)->head.next)
91 #define __gl_dictListMax(d) ((d)->head.prev)
92 #define __gl_dictListInsert(d,k) (dictInsertBefore((d),&(d)->head,(k)))
104 DictNode head; member in struct:Dict
/external/yaffs2/yaffs2/
H A Dpatch-ker.sh50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//`
51 PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'PATCHLEVEL = '//`
52 SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'SUBLEVEL = '//`
64 YAFFS_PATCHED_STRING=`grep -s yaffs <$KCONFIG | head -n 1`
/external/clang/test/SemaTemplate/
H A Dexample-typelist.cpp8 typedef Head head; typedef in struct:cons
54 typedef cons<typename reversed_tail::head,
55 typename reverse<cons<typename T::head, most_of_tail> >::type> type;
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Dupdate_webgl_conformance_tests_unittest.py94 head = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">\n<html>\n<head>\n'
95 foot = '</head>\n<body>\n</body>\n</html>'
96 input_text = head + input_text + foot
97 output_text = head + output_text + foot
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dcovar.h32 r.col(k).head(j+1) -= r.col(j).head(j+1) * temp;
41 r.col(j).head(j+1) += r.col(k).head(j+1) * r(j,k);
42 r.col(k).head(k+1) *= r(k,k);

Completed in 4059 milliseconds

1234567891011>>