Home
last modified time | relevance | path

Searched refs:head (Results 326 - 350 of 1163) sorted by relevance

1...<<11121314151617181920>>...47

/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_hash.h160 #define hlist_for_each(pos, head) \
161 for (pos = (head)->first; pos ; pos = pos->next)
163 #define hlist_for_each_safe(pos, n, head) \
164 for (pos = (head)->first; pos && ({ n = pos->next; 1; }); \
172 #define hlist_for_each_entry(pos, head, member) \
173 for (pos = hlist_entry_safe((head)->first, typeof(*(pos)), member);\
186 #define hlist_for_each_entry_safe(pos, n, head, member) \
187 for (pos = hlist_entry_safe((head)->first, typeof(*pos), member);\
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c18 struct list_head head; member
152 list_add(&feedback_buf->head, &pool->feedback_buffers); in vn_feedback_pool_grow_locked()
180 head) in vn_feedback_pool_fini()
184 &pool->feedback_buffers, head) in vn_feedback_pool_fini()
210 head); in vn_feedback_pool_alloc_locked()
228 list_first_entry(&pool->free_slots, struct vn_feedback_slot, head); in vn_feedback_pool_alloc()
229 list_del(&slot->head); in vn_feedback_pool_alloc()
264 list_add(&slot->head, &pool->free_slots); in vn_feedback_pool_free()
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp297 static void remove_node(const OffsetEdge* node, OffsetEdge** head) { in remove_node() argument
301 if (node == *head) { in remove_node()
302 *head = (node->fNext == node) ? nullptr : node->fNext; in remove_node()
374 OffsetEdge* head = &edgeData[0]; in SkInsetConvexPolygon() local
375 OffsetEdge* currEdge = head; in SkInsetConvexPolygon()
380 while (head && prevEdge != currEdge) { in SkInsetConvexPolygon()
394 remove_node(prevEdge, &head); in SkInsetConvexPolygon()
423 remove_node(prevEdge, &head); in SkInsetConvexPolygon()
429 remove_node(currEdge, &head); in SkInsetConvexPolygon()
439 if (!head) { in SkInsetConvexPolygon()
1314 auto head = &edgeData[0]; SkOffsetSimplePolygon() local
[all...]
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py463 head, tail = _path_split(path)
489 if not _path_isabs(head):
490 head = _path_join(_os.getcwd(), head)
495 if head[1] == ':' and head[0] not in path_separators:
496 head = head[2:]
498 # Strip initial path separator from `head` to complete the conversion
502 head
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check.h24 hi_u32 boot_upg_get_common_head(hi_u32 addr, hi_upg_common_head *head);
26 hi_u32 boot_upg_check_common_head(const hi_upg_common_head *head);
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dfutex.h17 struct plist_head *head,
19 TP_ARGS(node, head, already_on_hb));
/third_party/libcoap/examples/
H A Dcoap_list.c36 coap_insert(coap_list_t **head, coap_list_t *node) { in coap_insert() argument
42 LL_APPEND((*head), node); in coap_insert()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_profile.h228 void addTestFailureImpl(const H& head, const T&... tail) { in addTestFailureImpl() argument
229 assertion_result_ << head; in addTestFailureImpl() local
743 constexpr H MinEnum(H head) { in MinEnum() argument
744 return head; in MinEnum()
748 constexpr H MinEnum(H head, N next, T... tail) { in MinEnum() argument
749 return (UnderlyingValue)(head) < (UnderlyingValue)(next) in MinEnum()
750 ? (MinEnum)(head, tail...) in MinEnum()
817 constexpr H MaxEnum(H head) { in MaxEnum() argument
818 return head; in MaxEnum()
822 constexpr H MaxEnum(H head, argument
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c42 void *head; member
125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable
373 if (head==&ldso) in do_relocs()
384 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
1061 for (p=head->next; p; p=p->next) { in load_library()
1127 for (p=head->next; p; p=p->next) { in load_library()
1219 /* For head, all preloads are direct pseudo-dependencies. in load_direct_deps()
1221 if (p==head) for (struct dso *q=p->next; q; q=q->next) in load_direct_deps()
1227 p->deps = (p==head in load_direct_deps()
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c42 void *head; member
125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable
373 if (head==&ldso) in do_relocs()
384 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
1061 for (p=head->next; p; p=p->next) { in load_library()
1126 for (p=head->next; p; p=p->next) { in load_library()
1218 /* For head, all preloads are direct pseudo-dependencies. in load_direct_deps()
1220 if (p==head) for (struct dso *q=p->next; q; q=q->next) in load_direct_deps()
1226 p->deps = (p==head in load_direct_deps()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_job.c25 struct rga_job, head); in rga_scheduler_get_pending_job_list()
214 INIT_LIST_HEAD(&job->head); in rga_job_alloc()
308 job = list_first_entry(&rga_scheduler->todo_list, struct rga_job, head); in rga_job_next()
310 list_del_init(&job->head); in rga_job_next()
460 list_add_tail(&job->head, &scheduler->todo_list); in rga_job_schedule()
462 list_for_each_entry(job_pos, &scheduler->todo_list, head) { in rga_job_schedule()
465 list_add(&job->head, &job_pos->head); in rga_job_schedule()
478 list_add_tail(&job->head, &scheduler->todo_list); in rga_job_schedule()
/third_party/f2fs-tools/fsck/
H A Df2fs.h74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() argument
76 __list_add(new, head->prev, head); in list_add_tail()
90 #define list_for_each_entry(pos, head, member) \
91 for (pos = list_first_entry(head, typeof(*pos), member); \
92 &pos->member != (head); \
95 #define list_for_each_entry_safe(pos, n, head, member) \
96 for (pos = list_first_entry(head, typeof(*pos), member), \
98 &pos->member != (head); \
497 struct list_head list; /* list head */
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_workqueue.c235 STATIC VOID WorkListAdd(struct list_head *newNode, struct list_head *head, UINT32 workPri) in WorkListAdd() argument
238 struct list_head *list = head; in WorkListAdd()
241 if (list == head) { in WorkListAdd()
250 STATIC VOID WorkListAddTail(struct list_head *newNode, struct list_head *head) in WorkListAddTail() argument
252 ListAdd(newNode, head->prev, head); in WorkListAddTail()
256 STATIC VOID InsertWork(cpu_workqueue_struct *cwq, struct work_struct *work, struct list_head *head, UINT32 *intSave) in InsertWork() argument
259 WorkListAdd(&work->entry, head, work->work_pri); in InsertWork()
261 WorkListAddTail(&work->entry, head); in InsertWork()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c128 dev_dbg(kbdev->dev, "JS: Submitting atom %p from ctx %p to js[%d] with head=0x%llx, affinity=0x%llx", katom, kctx, in kbase_job_hw_submit()
428 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
523 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
526 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
527 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
530 KBASE_TRACE_ADD_SLOT(kbdev, JM_CHECK_HEAD, head_kctx, head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
537 KBASE_TRACE_ADD_SLOT(kbdev, JM_SOFTSTOP, head_kctx, head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
540 KBASE_TRACE_ADD_SLOT(kbdev, JM_SOFTSTOP_0, head_kctx, head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c246 dev_dbg(kbdev->dev, "JS: Submitting atom %p from ctx %p to js[%d] with head=0x%llx", katom, kctx, js, jc_head); in kbase_job_hw_submit()
504 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
544 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
547 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
548 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
551 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_CHECK_HEAD, head_kctx, head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
558 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP, head_kctx, head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
561 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP_0, head_kctx, head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c287 dev_dbg(kbdev->dev, "JS: Submitting atom %pK from ctx %pK to js[%d] with head=0x%llx", in kbase_job_hw_submit()
607 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
652 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
655 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
656 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
659 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_CHECK_HEAD, head_kctx, head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
665 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP, head_kctx, head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
668 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP_0, head_kctx, head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c137 dev_dbg(kbdev->dev, "JS: Submitting atom %p from ctx %p to js[%d] with head=0x%llx, affinity=0x%llx", in kbase_job_hw_submit()
495 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
612 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
615 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
616 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
620 head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
628 head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
632 head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c344 list_addtail(&ret->head, &m->type_list); in create_type()
571 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_pointer_type()
592 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_struct_type()
635 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_array_type()
658 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_vector_type()
1314 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { in emit_attrib_group_table()
1331 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { in emit_attribute_table()
1517 list_for_each_entry(struct dxil_type, type, &m->type_list, head) { in emit_type_table()
1535 list_addtail(&ret->head, &m->const_list); in create_const()
1547 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { in get_int_const()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_file.h36 hi_u32 upg_check_common_head(const hi_upg_common_head *head, hi_u32 head_size);
37 hi_u32 upg_get_common_head_from_flash(hi_u32 addr, hi_upg_common_head *head);
/third_party/node/test/parallel/
H A Dtest-http-status-message.js48 const head = Buffer.concat(bufs)
51 assert.strictEqual(head, 'HTTP/1.1 200 Custom Message');
/third_party/libwebsockets/lib/misc/lwsac/
H A Dcached-file.c81 struct lwsac_head *lachead = (struct lwsac_head *)&lac->head[1]; in lwsac_use_cached_file_start()
97 lachead = (struct lwsac_head *)&lac->head[1]; in lwsac_use_cached_file_end()
115 lachead = (struct lwsac_head *)&lac->head[1]; in lwsac_use_cached_file_detach()
/third_party/libbpf/src/
H A Dnlattr.h71 * @arg head head of attribute stream
75 #define libbpf_nla_for_each_attr(pos, head, len, rem) \
76 for (pos = head, rem = len; \
81 * libbpf_nla_data - head of payload
123 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head,
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_helpers.c79 nine_ranges_insert(struct nine_range **head, int16_t bgn, int16_t end, in nine_ranges_insert() argument
82 struct nine_range *r, **pn = head; in nine_ranges_insert()
84 for (r = *head; r && bgn > r->end; pn = &r->next, r = r->next); in nine_ranges_insert()
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h43 struct chunk *head; member
68 struct list head; member
100 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head))
/third_party/mesa3d/src/util/
H A Du_worklist.c83 unsigned head = w->start; in u_worklist_pop_head_index() local
88 BITSET_CLEAR(w->present, *(w->entries[head])); in u_worklist_pop_head_index()
89 return w->entries[head]; in u_worklist_pop_head_index()

Completed in 32 milliseconds

1...<<11121314151617181920>>...47