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

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
wait.h 115 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new)
117 list_add(&new->task_list, &head->task_list);
123 static inline void __add_wait_queue_tail(wait_queue_head_t *head,
126 list_add_tail(&new->task_list, &head->task_list);
129 static inline void __remove_wait_queue(wait_queue_head_t *head,
fd.h 16 head, /* nr of heads */ member in struct:floppy_struct
33 spec1, /* stepping rate, head unload time */
67 unsigned int device,head,track; member in struct:format_descr
123 /* Spec2 is (HLD<<1 | ND), where HLD is head load time (1=2ms, 2=4 ms
127 unsigned long hlt; /* Head load/settle time, msec */
128 unsigned long hut; /* Head unload time (remnant of
  /external/qemu/android/
sdk-controller-socket.c 265 /* Head of the active query list. */
275 /* Head of the recycled memory */
391 SDKCtlQuery* head = sdkctl->query_head; local
402 while (head != NULL && query != head) {
403 prev = head;
404 head = head->next;
406 if (head != NULL) {
408 /* Query is at the head of the list. *
446 SDKCtlQuery* head = sdkctl->query_head; local
    [all...]
  /external/libffi/src/
dlmalloc.c 1599 size_t head; \/* Size and inuse bits. *\/ member in struct:malloc_chunk
1805 size_t head; member in struct:malloc_tree_chunk
2637 tchunkptr head = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 1645 size_t head; \/* Size and inuse bits. *\/ member in struct:malloc_chunk
1851 size_t head; member in struct:malloc_tree_chunk
2647 tchunkptr head = 0; local
    [all...]
  /external/bison/lib/
lbitset.c 87 #define LBITSET_HEAD(X) ((X)->l.head)
405 lbitset_elt *head; local
407 head = LBITSET_HEAD (bset);
408 if (!head)
411 /* Clear a bitset by freeing the linked list at the head element. */
412 lbitset_prune (bset, head);
448 lbitset_elt *head; local
457 head = LBITSET_HEAD (src);
458 if (!head)
462 for (elt = head; elt; elt = elt->next
670 lbitset_elt *head; local
    [all...]
  /external/iptables/iptables/
xtoptions.c 1130 void xtables_lmap_free(struct xtables_lmap *head)
1134 for (; head != NULL; head = next) {
1135 next = head->next;
1136 free(head->name);
1137 free(head);
1141 int xtables_lmap_name2id(const struct xtables_lmap *head, const char *name)
1143 for (; head != NULL; head = head->next
    [all...]
  /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) {
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 148 * ^ ^ head
231 int16_t* head = impulse + halfNumCoefs*CHANNELS; local
232 head[0] = in[inputIndex*CHANNELS + 0];
234 head[1] = in[inputIndex*CHANNELS + 1];
297 int16_t* head = impulse + halfNumCoefs*CHANNELS; local
298 head[0] = in[inputIndex*CHANNELS + 0];
300 head[1] = in[inputIndex*CHANNELS + 1];
  /frameworks/native/libs/binder/
MemoryDealer.cpp 57 NODE const* head() const { return mFirst; } function in class:android::LinkedList
58 NODE* head() { return mFirst; } function in class:android::LinkedList
284 delete mList.remove(mList.head());
317 chunk_t* cur = mList.head();
370 chunk_t* cur = mList.head();
433 chunk_t const* cur = mList.head();
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 213 Map head = tm.headMap("100"); local
214 assertEquals("Returned map of incorrect size", 3, head.size());
215 assertTrue("Returned incorrect elements", head.containsKey("0")
216 && head.containsValue(new Integer("1"))
217 && head.containsKey("10"));
262 assertTrue(head instanceof Serializable);
  /frameworks/base/services/input/
InputDispatcher.h 603 T* head; member in struct:android::InputDispatcher::Queue
606 inline Queue() : head(NULL), tail(NULL) {
610 return !head;
618 head = entry;
625 entry->next = head;
626 if (head) {
627 head->prev = entry;
632 head = entry;
639 head = entry->next;
649 T* entry = head;
    [all...]
  /bionic/libc/kernel/common/linux/
fd.h 27 head, member in struct:floppy_struct
62 unsigned int device,head,track; member in struct:format_descr
  /bionic/libc/tools/zoneinfo/
generate 33 latest_archive=`ls -r -v tzdata*.tar.gz | head -n1`
  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 28 SPILL_TMP2(%eax) # save object head
55 UNSPILL_TMP2(rINST) # recover object head
57 shrl $$GC_CARD_SHIFT,rINST # object head to card number
58 movb %al,(%eax,rINST) # mark card using object head
  /development/ndk/platforms/android-3/include/linux/
fd.h 21 head, member in struct:floppy_struct
58 unsigned int device,head,track; member in struct:format_descr
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 55 NSUInteger head; variable
71 @property (assign, getter=getHead, setter=setHead:) NSUInteger head; variable
  /external/chromium/base/
mach_ipc_mac.h 213 mach_msg_header_t *Head() { return &(storage_->head); }
217 mach_msg_header_t head; member in struct:base::MachMessage::MachMessageData
  /external/chromium/net/socket/
tcp_server_socket_unittest.cc 49 address.head()->ai_addr, address.head()->ai_addrlen));
  /external/ipsec-tools/src/racoon/
rsalist.c 57 #define LIST_FIRST(head) ((head)->lh_first)
  /external/libffi/testsuite/
run-all-tests 82 libFile=`find out/host/${HOST_OS}-${HOST_ARCH} -name "${libName}.a" | head -1`
  /external/libnl-headers/netlink/
attr.h 141 * @arg data Head of attribute payload.
155 * @arg value Head of attribute payload.
256 * @arg head head of attribute stream
260 #define nla_for_each_attr(pos, head, len, rem) \
261 for (pos = head, rem = len; \
  /external/libvpx/examples/includes/geshi/contrib/
example.php 102 <head>
158 </head>
  /external/llvm/include/llvm/ADT/
ImmutableList.h 28 T Head;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = 0)
32 : Head(head), Tail(tail) {}
41 const T& getHead() const { return Head; }
51 Profile(ID, Head, Tail);
95 /// begin - Returns an iterator referring to the head of the list, or
123 /// getHead - Returns the head of the list.
125 assert (!isEmpty() && "Cannot get the head of an empty list.");
167 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail)
    [all...]
  /external/openssh/regress/
key-options.sh 57 from=`head -1 $authkeys | cut -f1 -d ' '`

Completed in 1213 milliseconds

<<11121314151617181920>>