HomeSort by relevance Sort by last modified time
    Searched defs:head (Results 501 - 525 of 818) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/src/
hydrogen-gvn.cc 201 int head = array_[i].next; local
202 if (head == kNil) {
205 array_[i].value = lists_[head].value;
206 array_[i].next = lists_[head].next;
207 lists_[head].next = free_list_head_;
208 free_list_head_ = head;
  /external/chromium_org/webkit/browser/appcache/
appcache_response_unittest.cc 167 void WriteResponse(net::HttpResponseInfo* head,
173 WriteResponseHead(head);
176 void WriteResponseHead(net::HttpResponseInfo* head) {
178 expected_write_result_ = GetHttpResponseInfoSize(head);
179 write_info_buffer_ = new HttpResponseInfoIOBuffer(head);
383 net::HttpResponseInfo* head = MakeHttpResponseInfo(raw_headers); local
385 GetHttpResponseInfoSize(head) + kNumBlocks * kBlockSize;
395 base::Unretained(this), head));
413 // with a response head for this test.
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 135 Item* head; member in class:clang::OnDiskChainedHashTableGenerator::Bucket
147 E->next = B.head;
149 B.head = E;
156 for (Item* E = Buckets[i].head; E ; ) {
196 if (!B.head) continue;
204 assert(B.length != 0 && "Bucket has a head but zero length?");
207 for (Item *I = B.head; I ; I = I->next) {
  /external/kernel-headers/original/linux/
swap.h 150 int head; /* head of priority-ordered swapfile list */ member in struct:swap_list_t
  /external/libpcap/
pcap-dos.c 1280 struct rx_elem *tail, *head; local
1286 head = pktq_in_elem (&active_dev->queue);
1289 if (head != tail)
1341 struct rx_elem *head = pktq_in_elem (&active_dev->queue); local
1343 head->size = len;
1345 return (&head->data[0]);
    [all...]
  /external/linux-tools-perf/
builtin-record.c 109 unsigned int head = perf_mmap__read_head(md); local
115 if (old == head)
120 size = head - old;
122 if ((old & md->mask) + size != (head & md->mask)) {
131 size = head - old;
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 354 FreeRangeHeader* head = FreeMemoryList; local
355 FreeRangeHeader* iter = head->Next;
360 while (iter != head) {
477 FreeRangeHeader* head = FreeMemoryList; local
478 FreeRangeHeader* iter = head->Next;
483 while (iter != head) {
    [all...]
  /external/lzma/C/
Ppmd7.c 147 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/radeonsi/
radeonsi_pipe.h 100 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/
glcpp.h 44 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/
cvemd.cpp 754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
801 head.next[0] = state->rows_x[i];
802 cur_x = &head;
809 state->rows_x[i] = head.next[0];
811 head.next[1] = state->cols_x[j];
812 cur_x = &head;
819 state->cols_x[j] = head.next[1];
    [all...]
cvfloodfill.cpp 73 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 != tail
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...]
cvinpaint.cpp 81 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=tail=NULL
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 134 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
  /external/qemu/slirp/
slirp.c 742 struct socket *head = (is_udp ? &udb : &tcb); local
745 for (so = head->so_next; so != head; so = so->so_next) {
767 struct socket *head = (is_udp ? &udb : &tcb); local
772 for (so = head->so_next; so != head; so = so->so_next) {
  /external/svox/pico/lib/
picosa.c 70 - 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:__anon26788
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.type == PICODATA_ITEM_WORDINDEX) |
    [all...]
picosig.c 636 * @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.info
688 picodata_itemhead_t head; local
    [all...]
  /external/tremolo/Tremolo/
framing.c 182 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->length
207 ogg_reference *ret=0,*head=0; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 637 const char *head = local
676 wpabuf_put_str(buf, head);
952 static void upnp_wps_free_msearchreply(struct dl_list *head)
955 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
961 static void upnp_wps_free_subscriptions(struct dl_list *head,
965 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {
    [all...]
  /external/zlib/src/
deflate.h 137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
  /frameworks/native/libs/input/
InputTransport.cpp 864 const InputMessage& head = batch.samples.itemAt(0); local
865 if (head.body.motion.deviceId == deviceId && head.body.motion.source == source) {
936 const InputMessage& head = batch.samples.itemAt(0); local
938 if (head.body.motion.pointerCount != pointerCount
939 || head.body.motion.action != msg->body.motion.action) {
943 if (head.body.motion.pointers[i].propertie
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 394 Rect* head; member in class:android::Region::rasterizer
400 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() {
442 if (tail-head == ssize_t(span.size())) {
444 Rect const* q = head;
458 Rect* r = head;
468 head = tail - span.size();
607 Region::const_iterator head = dst.begin(); local
611 if (head != tail) {
613 head->left != it.rect().fLeft ||
614 head->top != it.rect().fTop ||
795 const_iterator head = begin(); local
815 const_iterator head = begin(); local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 2343 struct cam_list *head = NULL; local
2377 struct cam_list *head = NULL; local
2411 struct cam_list *head = NULL; local
2444 struct cam_list *head = NULL; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 25 * The <em>head</em> of the queue is that element that has been on the
30 * operations obtain elements at the head of the queue.
84 * self-link implicitly means to advance to head.next.
96 * - this Node, meaning the successor is head.next
111 * Head of linked list.
112 * Invariant: head.item == null
114 transient Node<E> head; field in class:LinkedBlockingQueue
173 * Removes a node from head of queue.
179 // assert head.item == null;
180 Node<E> h = head;
    [all...]
Phaser.java 948 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; local
969 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; local
1031 AtomicReference<QNode> head = (phase & 1) == 0 ? evenQ : oddQ; local
    [all...]

Completed in 824 milliseconds

<<21222324252627282930>>