Searched defs:head (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/external/chromium_org/chrome_frame/crash_reporting/
H A Dnt_loader.cc17 LIST_ENTRY* head = &peb->Ldr->InLoadOrderModuleList; local
18 for (LIST_ENTRY* entry = head->Flink; entry != head; entry = entry->Flink) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h38 unsigned char * head; member in struct:memory_pool
/external/icu4c/layout/
H A DLEInsertionList.h143 * The head of the insertion list.
147 InsertionRecord *head; member in class:LEInsertionList
/external/ipsec-tools/src/racoon/
H A Dlogger.h38 int head; member in struct:log
H A Dgenlist.c50 genlist_insert (struct genlist *head, void *data) argument
54 TAILQ_INSERT_HEAD(head, entry, chain);
59 genlist_append (struct genlist *head, void *data) argument
63 TAILQ_INSERT_TAIL(head, entry, chain);
68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) argument
72 TAILQ_FOREACH(p, head, chain) {
82 genlist_next (struct genlist *head, struct genlist_entry **buf) argument
86 if (head)
87 p = TAILQ_FIRST(head);
96 genlist_free (struct genlist *head, genlist_freedata_ argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h38 unsigned char * head; member in struct:memory_pool
/external/chromium_org/media/mp4/
H A Doffset_byte_queue.h17 // of many different meanings of "offset", "head", etc.
32 // It is an error if the offset is before the current head. It's not an error
42 // including the case where |max_offset| is less than the current head.
47 // The head and tail positions, in terms of the file's absolute offsets.
49 int64 head() { return head_; } function in class:media::OffsetByteQueue
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Du_execmem.c44 static unsigned int head = 0; variable
132 if (head + size > EXEC_MAP_SIZE)
136 addr = exec_mem + head;
137 head += size;
/external/dropbear/
H A Dqueue.h37 struct Link* head; member in struct:Queue
/external/kernel-headers/original/linux/
H A Dcirc_buf.h6 int head; member in struct:circ_buf
11 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1))
14 as a completely full buffer has head == tail, which is the same as
16 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))
19 accessing head and tail more than once, so they can change
21 #define CIRC_CNT_TO_END(head,tail,size) \
23 int n = ((head) + end) & ((size)-1); \
27 #define CIRC_SPACE_TO_END(head,tai
[all...]
/external/mesa3d/src/mapi/mapi/
H A Du_execmem.c44 static unsigned int head = 0; variable
132 if (head + size > EXEC_MAP_SIZE)
136 addr = exec_mem + head;
137 head += size;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnbufferedCommonTreeNodeStream.h55 NSUInteger head; variable
71 @property (assign, getter=getHead, setter=setHead:) NSUInteger head; variable
H A DFastQueue.h68 public T head() { return get(0); } function in class:FastQueue
/external/blktrace/btt/
H A Ddevmap.c25 struct list_head head; member in struct:devmap
44 list_add_tail(&dmp->head, &all_devmaps);
55 struct devmap *dmp = list_entry(p, struct devmap, head);
87 struct devmap *dmp = list_entry(p, struct devmap, head);
89 list_del(&dmp->head);
/external/checkpolicy/
H A Dqueue.h25 queue_node_ptr_t head; member in struct:queue_info
/external/chromium_org/content/public/common/
H A Dresource_response.h45 ResourceResponseHead head; member in struct:content::ResourceResponse
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_fifo.h33 size_t head; member in struct:util_fifo
45 fifo->head = 0;
60 if (++fifo->head >= fifo->size)
61 fifo->head = 0;
63 array[fifo->head] = ptr;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_resolve_map.c36 intel_resolve_map_set(struct intel_resolve_map *head, argument
41 struct intel_resolve_map **tail = &head->next;
42 struct intel_resolve_map *prev = head;
66 intel_resolve_map_get(struct intel_resolve_map *head, argument
70 struct intel_resolve_map *item = head->next;
99 intel_resolve_map_clear(struct intel_resolve_map *head) argument
101 struct intel_resolve_map *next = head->next;
110 head->next = NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_resolve_map.c36 intel_resolve_map_set(struct intel_resolve_map *head, argument
41 struct intel_resolve_map **tail = &head->next;
42 struct intel_resolve_map *prev = head;
66 intel_resolve_map_get(struct intel_resolve_map *head, argument
70 struct intel_resolve_map *item = head->next;
99 intel_resolve_map_clear(struct intel_resolve_map *head) argument
101 struct intel_resolve_map *next = head->next;
110 head->next = NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_resolve_map.c36 intel_resolve_map_set(struct intel_resolve_map *head, argument
41 struct intel_resolve_map **tail = &head->next;
42 struct intel_resolve_map *prev = head;
66 intel_resolve_map_get(struct intel_resolve_map *head, argument
70 struct intel_resolve_map *item = head->next;
99 intel_resolve_map_clear(struct intel_resolve_map *head) argument
101 struct intel_resolve_map *next = head->next;
110 head->next = NULL;
/external/chromium_org/third_party/ots/src/
H A Dloca.cc7 #include "head.h"
24 if (!file->maxp || !file->head) {
33 if (file->head->index_to_loc_format == 0) {
71 const OpenTypeHEAD *head = file->head; local
73 if (!head) {
77 if (head->index_to_loc_format == 0) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.cc56 // empty list, the new list head becomes that which is pointed to by
57 // the former head's |next| pointer. If the list is doubly linked, the
58 // new head |previous| pointer gets changed from pointing to the former
59 // head to NULL.
71 // |*head|. |head| will be modified to point to the new head.
73 // to the last node in the range. |n| must be <= FL_Size(|*head|)
74 // If |n| > 0, |head| must not be NULL.
75 void FL_PopRange(void **head, in argument
99 FL_PushRange(void **head, void *start, void *end) argument
119 FL_Size(void *head) argument
[all...]
/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c16 PyGC_Head head; member in struct:gc_generation
21 #define GEN_HEAD(n) (&generations[n].head)
H A Dunion-init.c16 PyGC_Head head; member in struct:gc_generation
23 #define GEN_HEAD(n) (&generations[n].head)
/external/eigen/Eigen/src/Core/
H A DVectorBlock.h143 DenseBase<Derived>::head(Index size) function in class:Eigen::DenseBase
149 /** This is the const version of head(Index).*/
152 DenseBase<Derived>::head(Index size) const function in class:Eigen::DenseBase
236 DenseBase<Derived>::head() function in class:Eigen::DenseBase
242 /** This is the const version of head<int>().*/
246 DenseBase<Derived>::head() const function in class:Eigen::DenseBase

Completed in 1911 milliseconds

1234567891011>>