Searched defs:head (Results 151 - 175 of 455) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.h34 static const int32_t head; member in struct:sfntly::Tag
/external/chromium_org/third_party/skia/include/core/
H A DSkTInternalLList.h144 * at the head.
174 T* head() { return fHead; } function in class:SkTInternalLList
/external/chromium_org/third_party/skia/src/core/
H A DSkDeque.cpp58 Block* head = fFrontBlock; local
61 while (head) {
62 Block* next = head->fNext;
63 if (head != initialHead) {
64 this->freeBlock(head);
66 head = next;
/external/chromium_org/third_party/sqlite/src/src/
H A Drowset.c209 struct RowSetEntry head; local
212 pTail = &head;
235 return head.pRight;
275 struct RowSetEntry **ppFirst, /* Write head of the output list here */
298 ** node taken from the head of *ppList. A depth of 2 means a tree with
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc231 void *tail, *head; local
232 src->PopRange(batch_size, &head, &tail);
233 Static::central_cache()[cl].InsertRange(head, tail, batch_size);
236 void *tail, *head; local
237 src->PopRange(N, &head, &tail);
238 Static::central_cache()[cl].InsertRange(head, tail, N);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc225 void *tail, *head; local
226 src->PopRange(batch_size, &head, &tail);
227 Static::central_cache()[cl].InsertRange(head, tail, batch_size);
230 void *tail, *head; local
231 src->PopRange(N, &head, &tail);
232 Static::central_cache()[cl].InsertRange(head, tail, N);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.c193 dwarf2_head *head; local
196 head = yasm_xmalloc(sizeof(dwarf2_head));
197 head->start_prevbc = yasm_section_bcs_last(sect);
199 bc = yasm_bc_create_common(&dwarf2_head_bc_callback, head, 0);
205 head->debug_ptr = debug_ptr;
208 head->debug_ptr = NULL;
210 head->with_address = with_address;
211 head->with_segment = with_segment;
217 head->end_prevbc = bc;
219 return head;
223 yasm_dwarf2__set_head_end(dwarf2_head *head, yasm_bytecode *end_prevbc) argument
257 dwarf2_head *head = (dwarf2_head *)bc->contents; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.h85 State *head, **tail; member in struct:DFA
/external/chromium_org/v8/src/
H A Dcontexts.cc342 void Context::SetOptimizedFunctionsListHead(Object* head) { argument
344 set(OPTIMIZED_FUNCTIONS_LIST, head);
363 void Context::SetOptimizedCodeListHead(Object* head) { argument
365 set(OPTIMIZED_CODE_LIST, head);
375 void Context::SetDeoptimizedCodeListHead(Object* head) { argument
377 set(DEOPTIMIZED_CODE_LIST, head);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp74 : m_head(other.head()), inherited(other.tail()) { }
78 m_head = other.head();
83 typename add_reference<Head>::type head() { return m_head; } function in class:tuple
84 typename add_reference<const Head>::type head() const { return m_head; } function in class:tuple
194 static RJ get(tuple<Head, Values...>& t) { return t.head(); }
195 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }
224 return t.head() == u.head() && t.tail() == u.tail();
236 return (t.head() < u.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/e2fsprogs/lib/ext2fs/
H A Ddosio.h32 unsigned short head; member in struct:__anon20464
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h805 inline SegmentReturnType head(Index n) function
811 /** This is the const version of head(Index).*/
812 inline ConstSegmentReturnType head(Index n) const function
893 inline typename FixedSegmentReturnType<N>::Type head(Index n = N) function
899 /** This is the const version of head<int>().*/
901 inline typename ConstFixedSegmentReturnType<N>::Type head(Index n = N) const function
/external/fio/engines/
H A Dlibaio.c81 unsigned head; member in struct:aio_ring
98 unsigned head; local
102 head = ring->head;
104 if (head == ring->tail) {
109 events[i] = ring->events[head];
111 ring->head = (head + 1) % ring->nr;
/external/freetype/include/
H A Dfttypes.h559 /* head :: The head (first element) of doubly-linked list. */
565 FT_ListNode head; member in struct:FT_ListRec_
573 #define FT_IS_EMPTY( list ) ( (list).head == 0 )
/external/freetype/src/base/
H A Dftrfork.c58 unsigned char head[16], head2[16]; local
70 error = FT_Stream_Read( stream, (FT_Byte *)head, 16 );
74 *rdata_pos = rfork_offset + ( ( head[0] << 24 ) |
75 ( head[1] << 16 ) |
76 ( head[2] << 8 ) |
77 head[3] );
78 map_pos = rfork_offset + ( ( head[4] << 24 ) |
79 ( head[5] << 16 ) |
80 ( head[6] << 8 ) |
81 head[
[all...]
/external/freetype/src/gzip/
H A Dftgzip.c202 FT_Byte head[4]; local
206 FT_STREAM_READ( head, 4 ) )
209 /* head[0] && head[1] are the magic numbers; */
210 /* head[2] is the method, and head[3] the flags */
211 if ( head[0] != 0x1f ||
212 head[1] != 0x8b ||
213 head[2] != Z_DEFLATED ||
214 (head[
[all...]
/external/fsck_msdos/
H A Ddosfs.h91 cl_t head; /* pointer to start of chain */ member in struct:fatEntry
128 cl_t head; /* cluster no */ member in struct:dosDirEntry
H A Dfat.c420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
424 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) {
425 if (fat[p].head != head)
428 fat[p].next = fat[p].head = CLUST_FREE;
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) argument
436 if (ask(1, "Clear chain starting at %u", head)) {
437 clearchain(boot, fat, head);
452 cl_t head, p, h, n, wdk; local
460 for (head
663 cl_t head; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp904 int32_t head = table[i]; // first skip the default mapping local
907 i += head >> CONTR_LENGTH_SHIFT;
908 head = table[i];
909 x = head & CONTR_CHAR_MASK;
/external/javassist/src/main/javassist/
H A DCtMember.java93 static int count(CtMember head, CtMember tail) { argument
95 while (head != tail) {
97 head = head.next;
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultDataContext.java40 private LocalVariable head = null; field in class:DefaultDataContext
85 head = head.nextScope;
119 if (head == null && !newScope) {
127 // We only look at the first local variable (head) if it is part of the
132 // single scope and thus head may not be the only local variable in the
138 if (!newScope && head != null && name.equals(head.name)) {
140 head.isFirst = true;
141 head
[all...]
/external/libnl/lib/route/cls/
H A Dematch.c195 static void free_ematch_list(struct nl_list_head *head) argument
199 nl_list_for_each_entry_safe(pos, next, head, e_list) {
363 static void dump_ematch_sequence(struct nl_list_head *head, argument
368 nl_list_for_each_entry(match, head, e_list) {
/external/libpcap/
H A Dgrammar.y259 %type <blk> head
410 head: pqual dqual aqual { QSET($$.q, $1, $2, $3); } label
417 rterm: head id { $$ = $2; }
/external/libxml2/
H A DHTMLtree.c66 if (xmlStrEqual(cur->name, BAD_CAST"head"))
78 * Search the head
82 if (xmlStrEqual(cur->name, BAD_CAST"head"))
165 htmlNodePtr cur, meta = NULL, head = NULL; local
193 if (xmlStrcasecmp(cur->name, BAD_CAST"head") == 0)
205 * Search the head
209 if (xmlStrcasecmp(cur->name, BAD_CAST"head") == 0)
212 head = cur->parent;
221 head = cur;
270 if ((encoding != NULL) && (head !
[all...]

Completed in 468 milliseconds

1234567891011>>