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

123

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h11 struct _sym *next, *prev, **head, *scope; member in struct:_sym
/device/google/marlin/camera/QCamera2/stack/common/
H A Dcam_list.h54 struct cam_list *head)
56 struct cam_list *prev = head->prev;
58 head->prev = item;
59 item->next = head;
53 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
H A Dcam_queue.h42 cam_node_t head; /* dummy head */ member in struct:__anon549
50 cam_list_init(&queue->head.list);
67 cam_list_add_tail_node(&node->list, &queue->head.list);
78 struct cam_list *head = NULL; local
82 head = &queue->head.list;
83 pos = head->next;
84 if (pos != head) {
102 struct cam_list *head local
[all...]
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_queue.c111 struct cam_list *head = NULL; local
115 head = &queue->m_head.list;
117 pos = head->next;
119 pos = head->prev;
121 if (pos != head) {
139 struct cam_list *head = NULL; local
147 head = &queue->m_head.list;
148 pos = head->next;
150 while(pos != head) {
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c40 cam_list_init(&queue->head.list);
58 cam_list_add_tail_node(&node->list, &queue->head.list);
68 struct cam_list *head = NULL; local
80 head = &queue->head.list;
81 pos = head->next;
95 struct cam_list *head = NULL; local
101 head = &queue->head.list;
102 pos = head
140 struct cam_list *head = NULL; local
169 struct cam_list *head = NULL; local
[all...]
/device/google/marlin/power/
H A Dlist.c37 int init_list_head(struct list_node *head) argument
39 if (head == NULL)
42 memset(head, 0, sizeof(*head));
47 struct list_node *add_list_node(struct list_node *head, void *data) argument
52 if (head == NULL) {
61 new_node->next = head->next;
62 new_node->compare = head->compare;
63 new_node->dump = head->dump;
64 head
69 is_list_empty(struct list_node *head) argument
77 remove_list_node(struct list_node *head, struct list_node *del_node) argument
110 dump_list(struct list_node *head) argument
126 find_node(struct list_node *head, void *comparison_data) argument
[all...]
/device/huawei/angler/camera/QCamera2/stack/common/
H A Dcam_list.h55 struct cam_list *head)
57 struct cam_list *prev = head->prev;
59 head->prev = item;
60 item->next = head;
54 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
H A Dcam_queue.h38 cam_node_t head; /* dummy head */ member in struct:__anon1440
46 cam_list_init(&queue->head.list);
63 cam_list_add_tail_node(&node->list, &queue->head.list);
74 struct cam_list *head = NULL; local
78 head = &queue->head.list;
79 pos = head->next;
80 if (pos != head) {
98 struct cam_list *head local
[all...]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_queue.c110 struct cam_list *head = NULL; local
114 head = &queue->m_head.list;
116 pos = head->next;
118 pos = head->prev;
120 if (pos != head) {
138 struct cam_list *head = NULL; local
146 head = &queue->m_head.list;
147 pos = head->next;
149 while(pos != head) {
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
65 struct cam_list *head = NULL; local
77 head = &queue->head.list;
78 pos = head->next;
92 struct cam_list *head = NULL; local
98 head = &queue->head.list;
99 pos = head
137 struct cam_list *head = NULL; local
166 struct cam_list *head = NULL; local
[all...]
/device/huawei/angler/power/
H A Dlist.c37 int init_list_head(struct list_node *head) argument
39 if (head == NULL)
42 memset(head, 0, sizeof(*head));
47 struct list_node *add_list_node(struct list_node *head, void *data) argument
52 if (head == NULL) {
61 new_node->next = head->next;
62 new_node->compare = head->compare;
63 new_node->dump = head->dump;
64 head
69 is_list_empty(struct list_node *head) argument
77 remove_list_node(struct list_node *head, struct list_node *del_node) argument
110 dump_list(struct list_node *head) argument
126 find_node(struct list_node *head, void *comparison_data) argument
[all...]
/device/lge/bullhead/camera/QCamera2/stack/common/
H A Dcam_list.h55 struct cam_list *head)
57 struct cam_list *prev = head->prev;
59 head->prev = item;
60 item->next = head;
54 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
H A Dcam_queue.h38 cam_node_t head; /* dummy head */ member in struct:__anon1992
46 cam_list_init(&queue->head.list);
63 cam_list_add_tail_node(&node->list, &queue->head.list);
74 struct cam_list *head = NULL; local
78 head = &queue->head.list;
79 pos = head->next;
80 if (pos != head) {
98 struct cam_list *head local
[all...]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_queue.c110 struct cam_list *head = NULL; local
114 head = &queue->m_head.list;
116 pos = head->next;
118 pos = head->prev;
120 if (pos != head) {
138 struct cam_list *head = NULL; local
146 head = &queue->m_head.list;
147 pos = head->next;
149 while(pos != head) {
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
65 struct cam_list *head = NULL; local
77 head = &queue->head.list;
78 pos = head->next;
92 struct cam_list *head = NULL; local
98 head = &queue->head.list;
99 pos = head
137 struct cam_list *head = NULL; local
166 struct cam_list *head = NULL; local
[all...]
/device/lge/bullhead/power/
H A Dlist.c37 int init_list_head(struct list_node *head) argument
39 if (head == NULL)
42 memset(head, 0, sizeof(*head));
47 struct list_node *add_list_node(struct list_node *head, void *data) argument
52 if (head == NULL) {
61 new_node->next = head->next;
62 new_node->compare = head->compare;
63 new_node->dump = head->dump;
64 head
69 is_list_empty(struct list_node *head) argument
77 remove_list_node(struct list_node *head, struct list_node *del_node) argument
110 dump_list(struct list_node *head) argument
126 find_node(struct list_node *head, void *comparison_data) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dweakrefobject.h62 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dweakrefobject.h65 PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head); variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DSList.h59 SListNode *head, *tail; member in class:SList
61 SList() {head=tail=NULL;}
62 virtual ~SList() {head=tail=NULL;}
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DSList.h59 SListNode *head, *tail; member in class:SList
61 SList() {head=tail=NULL;}
62 virtual ~SList() {head=tail=NULL;}
/device/google/marlin/camera/QCamera2/util/
H A DQCameraQueue.cpp174 * head of the queue
216 * DESCRIPTION: return the head element without removing it
226 struct cam_list *head = NULL; local
231 head = &m_head.list;
232 pos = head->next;
233 if (pos != head) {
252 * @bFromHead : if true, dequeue from the head
261 struct cam_list *head = NULL; local
266 head = &m_head.list;
268 pos = head
301 struct cam_list *head = NULL; local
345 struct cam_list *head = NULL; local
387 struct cam_list *head = NULL; local
432 struct cam_list *head = NULL; local
[all...]
/device/huawei/angler/camera/QCamera2/util/
H A DQCameraQueue.cpp167 * head of the queue
209 * DESCRIPTION: return the head element without removing it
219 struct cam_list *head = NULL; local
224 head = &m_head.list;
225 pos = head->next;
226 if (pos != head) {
245 * @bFromHead : if true, dequeue from the head
254 struct cam_list *head = NULL; local
259 head = &m_head.list;
261 pos = head
293 struct cam_list *head = NULL; local
335 struct cam_list *head = NULL; local
380 struct cam_list *head = NULL; local
[all...]
/device/lge/bullhead/camera/QCamera2/util/
H A DQCameraQueue.cpp167 * head of the queue
209 * DESCRIPTION: return the head element without removing it
219 struct cam_list *head = NULL; local
224 head = &m_head.list;
225 pos = head->next;
226 if (pos != head) {
245 * @bFromHead : if true, dequeue from the head
254 struct cam_list *head = NULL; local
259 head = &m_head.list;
261 pos = head
293 struct cam_list *head = NULL; local
335 struct cam_list *head = NULL; local
380 struct cam_list *head = NULL; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Drrcs.py18 cmd = 'head'
32 print " head # print revision of head branch"
81 def head(x, copts, fn): function
82 head = x.head(fn)
83 print fn, head
108 print 'diff %s -r%s %s' % (flags, x.head(fn), fn)
151 'head': ('', head),
[all...]
/device/google/contexthub/firmware/os/core/
H A DeventQ.c29 #define for_each_item_safe(head, pos, tmp) \
30 for (pos = (head)->next; tmp = (pos)->next, (pos) != (head); pos = (tmp))
46 struct EvtList head; member in struct:EvtQueue
72 q->head.next = &q->head;
73 q->head.prev = &q->head;
89 for_each_item_safe (&q->head, pos, tmp) {
116 for (pos = q->head
[all...]

Completed in 445 milliseconds

123