Searched refs:head (Results 126 - 150 of 1046) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash_test.c30 struct dummy_lhash_node *head; member in struct:dummy_lhash
36 for (cur = lh->head; cur != NULL; cur = next) {
47 for (cur = lh->head; cur != NULL; cur = cur->next) {
57 for (cur = lh->head; cur != NULL; cur = cur->next) {
69 for (cur = lh->head; cur != NULL; cur = cur->next) {
80 node->next = lh->head;
81 lh->head = node;
89 next_ptr = &lh->head;
90 for (cur = lh->head; cur != NULL; cur = cur->next) {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DGroupedLinkedMap.java18 private final LinkedEntry<K, V> head = new LinkedEntry<K, V>(); field in class:GroupedLinkedMap
50 LinkedEntry<K, V> last = head.prev;
52 while (last != head) {
75 LinkedEntry<K, V> current = head.next;
77 while (current != head) {
91 entry.prev = head;
92 entry.next = head.next;
99 entry.prev = head.prev;
100 entry.next = head;
/external/chromium_org/base/containers/
H A Dlinked_list_unittest.cc34 // Checks that when iterating |list| (either from head to tail, or from
35 // tail to head, as determined by |forward|), we get back |node_ids|,
40 for (const LinkNode<Node>* node = (forward ? list.head() : list.tail());
55 SCOPED_TRACE("Iterating forward (from head to tail)");
59 SCOPED_TRACE("Iterating backward (from tail to head)");
66 EXPECT_EQ(list.end(), list.head());
78 EXPECT_EQ(&n1, list.head());
88 EXPECT_EQ(&n1, list.head());
98 EXPECT_EQ(&n1, list.head());
121 EXPECT_EQ(&n1, list.head());
[all...]
/external/e2fsprogs/lib/blkid/
H A Dtag.c102 * We return the head tag for this tag type.
106 blkid_tag head = NULL, tmp; local
116 printf(" found cache tag head %s\n", type));
117 head = tmp;
121 return head;
132 blkid_tag t = 0, head = 0; local
177 head = blkid_find_head_cache(dev->bid_cache,
179 if (!head) {
180 head = blkid_new_tag();
181 if (!head)
332 blkid_tag head; local
[all...]
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c402 struct admin_com *head; local
404 buf = vmalloc(sizeof(*head));
408 head = (struct admin_com *)buf->v;
409 head->ac_len = buf->l;
410 head->ac_cmd = ADMIN_RELOAD_CONF;
411 head->ac_errno = 0;
412 head->ac_proto = 0;
423 struct admin_com *head; local
441 buf = vmalloc(sizeof(*head));
445 head
460 struct admin_com *head; local
481 struct admin_com *head; local
510 struct admin_com *head; local
539 struct admin_com *head; local
594 struct admin_com *head; local
649 struct admin_com *head; local
835 struct admin_com *head; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationdata.cpp57 uint32_t head = scripts[index]; local
58 return (head & 0xff00) << 16;
67 uint32_t head = scripts[index]; local
68 uint32_t lastByte = head & 0xff;
169 int32_t head = scripts[i]; local
170 int32_t firstByte = head >> 8;
171 int32_t lastByte = head & 0xff;
190 int32_t head = scripts[index]; local
191 int32_t firstByte = head >> 8;
192 int32_t lastByte = head
209 int32_t head = scripts[index]; local
[all...]
/external/oprofile/libabi/
H A Dopimport.cpp110 struct opd_header * head = local
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version");
120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type");
121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event");
122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um");
123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count");
124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel");
126 head->cpu_speed = 0.0;
127 ext.extract(head
[all...]
/external/tremolo/Tremolo/
H A Dmisc.c59 } head; typedef in typeref:struct:__anon31578
65 ((head *)ptr)->file=file;
66 ((head *)ptr)->line=line;
67 ((head *)ptr)->ptr=pinsert;
68 ((head *)ptr)->bytes=bytes-HEAD_ALIGN;
151 char *file =((head *)ptr)->file;
152 long bytes =((head *)ptr)->bytes;
159 global_bytes-((head *)ptr)->bytes);
180 global_bytes-=((head *)ptr)->bytes;
182 insert=((head *)pt
[all...]
/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 Dpicosa.c70 - 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:__anon31432
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
1078 saExtractPhonemes(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 pos, picodata_itemhead_t* head, const picoos_uint8* content) argument
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_gdb_exe47 GDB_COMMAND=$(command ls "$ANDROID_TOOLCHAIN"/*-gdb | head -n1)
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_wbmp.cpp105 wbmp_head head; local
107 if (!head.init(stream)) {
111 int width = head.fWidth;
112 int height = head.fHeight;
156 wbmp_head head; local
158 if (head.init(stream)) {
165 wbmp_head head; local
166 if (head.init(stream)) {
/external/eigen/bench/btl/data/
H A Dmk_new_gnuplot.sh7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
/external/skia/platform_tools/android/bin/
H A Dandroid_gdb_exe44 GDB_COMMAND=$(command ls "$ANDROID_TOOLCHAIN"/*-gdb | head -n1)
/external/skia/src/images/
H A DSkImageDecoder_wbmp.cpp105 wbmp_head head; local
107 if (!head.init(stream)) {
111 int width = head.fWidth;
112 int height = head.fHeight;
156 wbmp_head head; local
158 if (head.init(stream)) {
165 wbmp_head head; local
166 if (head.init(stream)) {
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php2 <head>
4 </head>
/external/zopfli/src/zopfli/
H A Dhash.c33 h->head = (int*)malloc(sizeof(*h->head) * 65536);
37 h->head[i] = -1; /* -1 indicates no head so far. */
67 free(h->head);
101 if (h->head[h->val] != -1 && h->hashval[h->head[h->val]] == h->val) {
102 h->prev[hpos] = h->head[h->val];
105 h->head[h->val] = hpos;
/external/chromium_org/content/public/common/
H A Dresource_response.h45 ResourceResponseHead head; member in struct:content::ResourceResponse
/external/chromium_org/media/formats/common/
H A Doffset_byte_queue_unittest.cc35 EXPECT_EQ(384, queue_->head());
63 EXPECT_EQ(384, queue_->head());
67 EXPECT_EQ(400, queue_->head());
79 EXPECT_EQ(512, queue_->head());
/external/chromium_org/media/midi/
H A Dusb_midi_device_android.cc42 const uint8* head = data.size() ? &data[0] : NULL; local
44 base::android::ToJavaByteArray(env, head, data.size());
57 const uint8* head = bytes.size() ? &bytes[0] : NULL; local
58 delegate_->ReceiveUsbMidiData(this, endpoint_number, head, bytes.size(),
/external/chromium_org/v8/src/compiler/
H A Dvalue-numbering-reducer.cc60 Entry** head = &buckets_[HashCode(node) % arraysize(buckets_)]; local
61 for (Entry* entry = *head; entry; entry = entry->next()) {
68 *head = new (zone()) Entry(node, *head);
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dsigcontext.h50 struct _aarch64_ctx head; member in struct:fpsimd_context
/external/libusb/libusb/
H A Dlibusbi.h53 * head - list head
56 #define list_for_each_entry(pos, head, member) \
57 for (pos = list_entry((head)->next, typeof(*pos), member); \
58 &pos->member != (head); \
61 #define list_for_each_entry_safe(pos, n, head, member) \
62 for (pos = list_entry((head)->next, typeof(*pos), member), \
64 &pos->member != (head); \
74 static inline void list_add(struct list_head *entry, struct list_head *head) argument
76 entry->next = head
83 list_add_tail(struct list_head *entry, struct list_head *head) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.h71 struct list_head *head; member in union:YYSTYPE
/external/yaffs2/yaffs2/
H A Dpatch-ker.sh50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//`
51 PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'PATCHLEVEL = '//`
52 SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'SUBLEVEL = '//`
64 YAFFS_PATCHED_STRING=`grep -s yaffs <$KCONFIG | head -n 1`

Completed in 3296 milliseconds

1234567891011>>