Searched defs:head (Results 276 - 300 of 455) sorted by relevance

<<111213141516171819

/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc28 GSList* GSListPrevious(GSList* head, GSList* item) { argument
30 for (GSList* cur = head; cur != item; cur = cur->next) {
/external/fsck_msdos/
H A Ddir.c249 || fat[boot->RootCl].head != boot->RootCl) {
267 rootDir->head = boot->RootCl;
398 if (dir->head == CLUST_FREE)
401 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters)
403 physicalSize = fat[dir->head].length * boot->ClusterSize;
424 for (cl = dir->head; (sz += boot->ClusterSize) < dir->size;)
453 cl = dir->head;
541 cl = dir->head;
739 dirent.head
1019 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
[all...]
/external/libnl/lib/route/sch/
H A Dnetem.c293 struct nlattr* head = (struct nlattr *)(NLMSG_DATA(msg->nm_nlh) + local
299 int old_len = head->nla_len;
300 head->nla_len = (void *)tail - (void *)head;
301 msg->nm_nlh->nlmsg_len += (head->nla_len - old_len);
/external/libnl/lib/
H A Dutils.c764 int __trans_list_add(int i, const char *a, struct nl_list_head *head) argument
775 nl_list_add_tail(&tl->list, head);
780 void __trans_list_clear(struct nl_list_head *head) argument
784 nl_list_for_each_entry_safe(tl, next, head, list) {
806 struct nl_list_head *head)
810 nl_list_for_each_entry(tl, head, list) {
861 int __list_str2type(const char *buf, struct nl_list_head *head) argument
870 nl_list_for_each_entry(tl, head, list) {
805 __list_type2str(int type, char *buf, size_t len, struct nl_list_head *head) argument
/external/libsepol/src/
H A Dconditional.c271 cond_expr_t *cur, *head, *tail, *new_expr; local
272 tail = head = NULL;
283 if (!head)
284 head = new_expr;
290 return head;
293 while (head) {
294 tail = head->next;
295 free(head);
296 head = tail;
621 cond_av_list_t *head; member in struct:cond_insertf_data
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c120 unsigned int head = perf_mmap__read_head(md); local
127 if (old == head)
132 size = head - old;
134 if ((old & md->mask) + size != (head & md->mask)) {
146 size = head - old;
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp358 FreeRangeHeader* head = FreeMemoryList; variable
359 FreeRangeHeader* iter = head->Next;
364 while (iter != head) {
482 FreeRangeHeader* head = FreeMemoryList; variable
483 FreeRangeHeader* iter = head->Next;
488 while (iter != head) {
/external/lzma/C/
H A DPpmd7.c147 CPpmd7_Node_Ref head = &headItem; local
149 CPpmd7_Node_Ref head = p->AlignOffset + p->Size;
152 CPpmd7_Node_Ref n = head;
173 NODE(head)->Stamp = 1;
174 NODE(head)->Next = n;
175 NODE(n)->Prev = head;
180 while (n != head)
198 for (n = NODE(head)->Next; n != head;)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h160 DLList() : head(0) { }
169 item->prev = &head;
170 item->next = head.next;
171 head.next->prev = item;
172 head.next = item;
181 DLLIST_ADDTAIL(&head, item);
191 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), argument
192 term(head) { }
229 Item head; member in class:nv50_ir::DLList
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h100 struct list_head head; member in struct:r600_fence
107 struct list_head head; member in struct:r600_fence_block
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h44 string_node_t *head; member in struct:string_list
104 token_node_t *head; member in struct:token_list
115 argument_node_t *head; member in struct:argument_list
/external/opencv/cv/src/
H A Dcvfloodfill.cpp73 Y = head->y; \
74 L = head->l; \
75 R = head->r; \
76 PREV_L = head->prevl; \
77 PREV_R = head->prevr; \
78 DIR = head->dir; \
79 if( ++head >= buffer_end ) \
80 head = buffer; \
106 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
142 while( head !
238 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
391 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
697 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer; local
[all...]
H A Dcvinpaint.cpp81 CvHeapElem *mem,*empty,*head,*tail; member in class:CvPriorityQueueFloat
97 head = mem;
98 head->i = head->j = -1;
99 head->prev = NULL;
100 head->next = mem+1;
101 head->T = -FLT_MAX;
153 CvHeapElem *tmp=head->next;
170 CvHeapElem *tmp=head->next;
189 mem=empty=head
[all...]
/external/oprofile/module/
H A Doprofile.c276 struct op_buffer_head head; local
281 head.cpu_nr = cpu_nr;
282 head.count = check_buffer_amount(cpu_nr);
283 head.state = state;
287 if (copy_to_user(buf, &head, sizeof(struct op_buffer_head)))
290 if (head.count) {
291 size_t const size = head.count * sizeof(struct op_sample);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c811 cmsDICTentry* head; member in struct:_cmsDICT_struct
836 entry = dict ->head;
880 entry ->Next = dict ->head;
881 dict ->head = entry;
900 entry = old_dict ->head;
921 return dict ->head;
/external/qemu/android/
H A Dmain-common-ui.c298 part_properties* head = NULL; local
313 head = t;
321 return head;
325 free_all_part_properties(part_properties* head) argument
327 part_properties* prev = head;
328 while (head) {
329 prev = head;
330 head = head->next;
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/external/skia/src/core/
H A DSkGlyphCache.cpp708 const SkGlyphCache* head = fHead; local
709 while (head != NULL) {
710 computedBytes += head->fMemoryUsed;
712 head = head->fNext;
/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:__anon31395
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 Dpicosig.c636 * @param item : pointer to current item head
645 picodata_itemhead_t head; local
648 head.type = item[0];
649 head.info1 = item[1];
650 head.info2 = item[2];
651 head.len = item[3];
652 switch (head.type) {
658 if ((head.info1 == PICODATA_ITEMINFO1_CMD_PLAY) || (head.info1
659 == PICODATA_ITEMINFO1_CMD_SAVE) || (head
688 picodata_itemhead_t head; local
[all...]
/external/tremolo/Tremolo/
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
227 ogg_reference *head=b->head; local
[all...]
H A Dframing.c182 ogg_reference *ret=0,*head=0; local
187 if(head)
188 head->next=temp;
191 head=temp;
192 head->buffer=or->buffer;
193 head->begin=or->begin;
194 head->length=length;
195 if(head->length>or->length)
196 head->length=or->length;
198 length-=head
207 ogg_reference *ret=0,*head=0; local
230 ogg_buffer_split(ogg_reference **tail, ogg_reference **head,long pos) argument
344 ogg_buffer_cat(ogg_reference *tail, ogg_reference *head) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c625 const char *head = local
664 wpabuf_put_str(buf, head);
940 static void upnp_wps_free_msearchreply(struct dl_list *head) argument
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
949 static void upnp_wps_free_subscriptions(struct dl_list *head, argument
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c625 const char *head = local
664 wpabuf_put_str(buf, head);
940 static void upnp_wps_free_msearchreply(struct dl_list *head) argument
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
949 static void upnp_wps_free_subscriptions(struct dl_list *head, argument
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {

Completed in 525 milliseconds

<<111213141516171819