HomeSort by relevance Sort by last modified time
    Searched refs:head (Results 426 - 450 of 1084) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/raid/
md_k.h 174 #define ITERATE_RDEV_GENERIC(head,rdev,tmp) for ((tmp) = (head).next; (rdev) = (list_entry((tmp), mdk_rdev_t, same_set)), (tmp) = (tmp)->next, (tmp)->prev != &(head) ; )
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 173 if (q->head)
176 q->head = p;
202 if (q->head == NULL)
205 PKTSETLINK(p, q->head);
206 q->head = p;
227 if ((p = q->head) == NULL)
230 if ((q->head = PKTLINK(p)) == NULL)
252 if ((p = q->head) == NULL)
261 q->head = NULL;
278 p = q->head;
281 bool head = (p == q->head); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 173 if (q->head)
176 q->head = p;
202 if (q->head == NULL)
205 PKTSETLINK(p, q->head);
206 q->head = p;
227 if ((p = q->head) == NULL)
230 if ((q->head = PKTLINK(p)) == NULL)
252 if ((p = q->head) == NULL)
261 q->head = NULL;
278 p = q->head;
281 bool head = (p == q->head); local
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 59 EXPECT_EQ(NULL, result.head()->ai_next);
70 struct addrinfo* result_head = const_cast<struct addrinfo*>(result.head());
73 result_head->ai_next = const_cast<struct addrinfo*>(orig_list.head());
77 concatenated.Copy(result.head(), true);
192 EXPECT_EQ("192.168.2.1", NetAddressToString(address_list.head()));
197 EXPECT_EQ("192.168.1.1", NetAddressToString(address_list.head()));
  /external/linux-tools-perf/util/ui/
browser.c 44 struct list_head *head = self->entries; local
49 pos = head->next;
55 pos = head->prev;
315 struct list_head *head = self->entries; local
319 self->top = head->next;
323 list_for_each_from(pos, head) {
  /external/openssh/
monitor_mm.c 61 mm_make_entry(struct mm_master *mm, struct mmtree *head,
73 tmp2 = RB_INSERT(mmtree, head, tmp);
119 mm_freelist(struct mm_master *mmalloc, struct mmtree *head)
123 for (mms = RB_ROOT(head); mms; mms = next) {
124 next = RB_NEXT(mmtree, head, mms);
125 RB_REMOVE(mmtree, head, mms);
  /external/svox/pico/lib/
picodata.h 293 /* gets a single item (head and content) from a CharBuffer in buf;
305 /* gets the speech data (without item head) from a CharBuffer in buf;
317 /* puts a single item (head and content) to a CharBuffer; clenmax is
338 /* gets from buf a single item, values in head set and item content
348 picodata_itemhead_t *head, picoos_uint8 *content,
351 /* gets from buf a single item, values in head set and item content
361 picodata_itemhead_t *head, picoos_uint8 *content,
364 /* puts a single item to buf; values in head and content copied to
372 pico_status_t picodata_put_itemparts(const picodata_itemhead_t *head,
376 /* gets from buf info of a single item, values in head are set an
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLHeadElement01.js 49 docsLoaded += preload(docRef, "doc", "head");
98 doc = load(docRef, "doc", "head");
99 nodeList = doc.getElementsByTagName("head");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLHeadElement01.js 49 docsLoaded += preload(docRef, "doc", "head");
98 doc = load(docRef, "doc", "head");
99 nodeList = doc.getElementsByTagName("head");
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
tokens.c 107 if (fTok->head) {
110 fTok->head = lBlock;
173 pTok->head = NULL;
189 pBlock = pTok->head;
246 if (pTok->head) {
247 pTok->current = pTok->head;
  /dalvik/vm/mterp/armv5te/
OP_IPUT_OBJECT_QUICK.S 17 strneb r2, [r2, r3, lsr #GC_CARD_SHIFT] @ mark card based on obj head
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 251 /// lookAhead[head] is the first symbol of lookahead, LT(1).
253 ANTLR3_UINT32 head; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
256 /// end of the lookahead buffer so tail could be less than head.
328 ANTLR3_UINT32 head; member in struct:ANTLR3_TREE_WALK_STATE_struct
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.m 68 public T head() { return get(0); }
  /external/blktrace/btt/
inlines.h 40 rip = list_entry(p, struct range_info, head);
56 rip = list_entry(head_p->prev, struct range_info, head);
69 list_add_tail(&rip->head, head_p);
304 struct list_head *head)
306 rb_foreach(__get_root(dip, type)->rb_node, iop, fnc, head);
356 static inline struct io *io_first_list(struct list_head *head)
358 if (list_empty(head))
361 return list_entry(head->next, struct io, f_head);
  /external/javassist/src/main/javassist/compiler/ast/
Declarator.java 87 return t.head();
114 ASTree h = name.head();
  /external/libvpx/build/make/
version.sh 36 changelog_version=`head -n1 "${p}/CHANGELOG" | awk '{print $2}'`
  /external/libvpx/examples/includes/geshi/contrib/
aliased.php 62 <head>
116 </head>
  /external/linux-tools-perf/util/
annotate.h 27 struct objdump_line *objdump__get_next_ip_line(struct list_head *head,
102 void objdump_line_list__purge(struct list_head *head);
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 47 CrashRecoveryContextCleanup *head; member in class:llvm::CrashRecoveryContext
50 CrashRecoveryContext() : Impl(0), head(0) {}
  /external/quake/quake/src/WinQuake/
net_comx.cpp 36 volatile int head; member in struct:__anon11998
41 #define FULL(q) (q.head == ((q.tail-1) & QUEUEMASK))
42 #define EMPTY(q) (q.tail == q.head)
43 #define ENQUEUE(q,b) (q.data[q.head] = b, q.head = (q.head + 1) & QUEUEMASK)
406 p->outputQueue.head = p->outputQueue.tail = 0;
407 p->inputQueue.head = p->inputQueue.tail = 0;
585 // I got this from the guys at head-to-head who say it's necessary.
    [all...]
  /external/webkit/Source/WebCore/dom/
ContainerNode.h 37 void addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
99 friend void Private::addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
  /hardware/msm7k/libgralloc/
allocator.h 41 NODE const* head() const { return mFirst; } function in class:LinkedList
42 NODE* head() { return mFirst; } function in class:LinkedList
  /hardware/msm7k/libgralloc-qsd8k/
allocator.h 42 NODE const* head() const { return mFirst; } function in class:LinkedList
43 NODE* head() { return mFirst; } function in class:LinkedList
  /external/chromium/net/socket/
transport_client_socket_pool_unittest.cc 74 if (addrlist_.head()->ai_family == AF_INET)
198 if (addrlist_.head()->ai_family == AF_INET)
414 addrlist.Copy(addrlist_v4_1.head(), true);
415 addrlist.Append(addrlist_v4_2.head());
417 ai = addrlist.head();
424 addrlist.Copy(addrlist_v6_1.head(), true);
425 addrlist.Append(addrlist_v6_2.head());
427 ai = addrlist.head();
434 addrlist.Copy(addrlist_v4_1.head(), true);
435 addrlist.Append(addrlist_v4_2.head());
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 149 pCmdQueue->head = 0;
209 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
294 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
307 pCmdQueue->head ++;
308 if (pCmdQueue->head >= CMDQUEUE_QUEUE_DEPTH)
309 pCmdQueue->head = 0;
572 TI_UINT32 first = pCmdQueue->head;
616 pCmdQueue->head = 0;
796 TCmdQueueNode* pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
896 TI_UINT32 first = pCmdQueue->head;
    [all...]

Completed in 1009 milliseconds

<<11121314151617181920>>