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

<<11121314151617181920>>

  /external/svox/pico/lib/
picodata.c 188 PICODBG_WARN(("problem getting item, incomplete head, underflow"));
378 picoos_uint8 picodata_is_valid_itemhead(const picodata_itemhead_t *head) {
379 if ((NULL != head) && is_valid_itemtype(head->type)) {
392 picodata_itemhead_t *head, picoos_uint8 *content,
396 head->type = buf[PICODATA_ITEMIND_TYPE];
397 head->info1 = buf[PICODATA_ITEMIND_INFO1];
398 head->info2 = buf[PICODATA_ITEMIND_INFO2];
399 head->len = buf[PICODATA_ITEMIND_LEN];
400 *clen = head->len
537 picodata_itemhead_t head; local
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 136 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=b->head->next
225 ogg_reference *head=b->head; local
    [all...]
ogg.h 87 ogg_reference *head; member in struct:oggpack_buffer
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 354 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local
371 head = config->ssid;
392 if (head == NULL) {
393 head = tail = ssid;
439 config->ssid = head;
447 head = NULL;
config_winreg.c 375 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local
416 if (head == NULL) {
417 head = tail = ssid;
432 config->ssid = head;
  /external/zlib/src/
inflate.h 21 HEAD, /* i: waiting for magic header */
61 HEAD -> (gzip) or (zlib) or (raw)
90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /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();
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 1556 struct cam_list *head = NULL; local
1753 struct cam_list *head = NULL; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 53 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon31438
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 62 * thus avoiding head and tail wrapping around to equal each
69 * The index of the element at the head of the deque (which is the
73 private transient int head; field in class:ArrayDeque
115 * when head and tail have wrapped around to become equal.
118 // assert head == tail;
119 int p = head;
129 head = 0;
141 if (head < tail) {
142 System.arraycopy(elements, head, a, 0, size());
143 } else if (head > tail)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 23 * The <em>head</em> of the queue is that element that has been on the
28 * operations obtain elements at the head of the queue.
95 * head as well.
97 * Nodes that are reachable from head. CASing the item
99 * queue. Reachability of all elements from head must remain
101 * head to advance. A dequeued Node may remain in use
115 * self-link implicitly means to advance to head.
117 * Both head and tail are permitted to lag. In fact, failing to
121 * that is, we update head/tail when the current pointer appears
124 * Since head and tail are updated concurrently and independently
204 private transient volatile Node<E> head; field in class:ConcurrentLinkedQueue
    [all...]
  /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);
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 257 uint16 head, tail; member in struct:ime_pinyin::UserDict::UserDictMissCache
265 uint16 head, tail; member in struct:ime_pinyin::UserDict::UserDictCache
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
136 typedef typename Allocator::template rebind<head>::other head_allocator;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 65 typedef Hd head; typedef in struct:typelist::chain
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
136 typedef typename Allocator::template rebind<head>::other head_allocator;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
typelist.h 69 typedef Hd head; typedef in struct:typelist::chain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
136 typedef typename Allocator::template rebind<head>::other head_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
typelist.h 69 typedef Hd head; typedef in struct:typelist::chain
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
136 typedef typename Allocator::template rebind<head>::other head_allocator;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 65 typedef Hd head; typedef in struct:typelist::chain
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
136 typedef typename Allocator::template rebind<head>::other head_allocator;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 65 typedef Hd head; typedef in struct:typelist::chain
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 135 typedef typename Node_And_It_Traits::head head; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
136 typedef typename Allocator::template rebind<head>::other head_allocator;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 65 typedef Hd head; typedef in struct:typelist::chain

Completed in 762 milliseconds

<<11121314151617181920>>