/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | ovly827e.c | 115 ovly827e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly827e_new() argument 118 return ovly507e_new_(&ovly827e, ovly827e_format, drm, head, oclass, in ovly827e_new() 119 0x00000004 << (head * 8), pwndw); in ovly827e_new()
|
H A D | ovly907e.c | 91 ovly907e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly907e_new() argument 94 return ovly507e_new_(&ovly907e, ovly907e_format, drm, head, oclass, in ovly907e_new() 95 0x00000004 << (head * 4), pwndw); in ovly907e_new()
|
H A D | base827c.c | 99 base827c_new(struct nouveau_drm *drm, int head, s32 oclass, in base827c_new() argument 102 return base507c_new_(&base827c, base507c_format, drm, head, oclass, in base827c_new() 103 0x00000002 << (head * 8), pwndw); in base827c_new()
|
H A D | head.h | 23 void nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh); 24 void nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh); 25 void nv50_head_flush_clr(struct nv50_head *head,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | base.c | 37 list_for_each_entry(chan, &sw->chan, head) { in nvkm_sw_mthd() 40 list_del(&chan->head); in nvkm_sw_mthd() 41 list_add(&chan->head, &sw->chan); in nvkm_sw_mthd()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vmm.c | 53 list_for_each_entry(vma, &nvbo->vma_list, head) { in nouveau_vma_find() 70 list_del(&vma->head); in nouveau_vma_del() 97 list_add_tail(&vma->head, &nvbo->vma_list); in nouveau_vma_new()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | ssve_za_regs.c | 71 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl() local 93 regs = get_header(head, SVE_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sme_vl() 114 regs = get_header(head, ZA_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sme_vl()
|
/kernel/liteos_m/kernel/include/ |
H A D | los_sortlink.h | 86 LOS_DL_LIST *head = &sortHead->sortLink; in GetSortLinkNextExpireTime() local 87 LOS_DL_LIST *list = head->pstNext; in GetSortLinkNextExpireTime() 89 if (LOS_ListEmpty(head)) { in GetSortLinkNextExpireTime()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | nlattr.h | 71 * @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/libwebsockets/lib/misc/lwsac/ |
H A D | cached-file.c | 81 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 D | nlattr.h | 71 * @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 D | nine_helpers.c | 79 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 D | malloc_impl.h | 43 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 D | u_worklist.c | 83 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()
|
/third_party/ltp/ |
H A D | ver_linux | 64 echo "Gnu C " `gcc --version 2>/dev/null | head -n 1` 65 echo "Clang " `clang --version 2>/dev/null | head -n 1` 98 ldd -v > /dev/null 2>&1 && ldd -v || ldd --version |head -n 1 | awk \
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | HdmxEncoder.java | 41 FontHeaderTable head = sourceFont.<FontHeaderTable>getTable(Tag.head); in encode() 42 int unitsPerEm = head.unitsPerEm(); in encode()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | narrowingDestructuring.js | 36 const [head, ...tail] = x; 38 const [head, ...tail] = x; 85 var head = x[0], tail = x.slice(1);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | strlist.c | 122 pa_strlist *head = NULL, *p = NULL; in pa_strlist_parse() local 138 head = n; in pa_strlist_parse() 143 return head; in pa_strlist_parse()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 38 struct list_head head; member 47 struct list_head head; member 57 struct list_head head; member 88 list_add(&br_vlan->head, &br_port->vlan_list); in prestera_bridge_vlan_create() 95 list_del(&br_vlan->head); in prestera_bridge_vlan_destroy() 105 list_for_each_entry(br_vlan, &br_port->vlan_list, head) { in prestera_bridge_vlan_by_vid() 120 list_for_each_entry(br_port, &bridge->port_list, head) { in prestera_bridge_vlan_port_count() 121 list_for_each_entry(br_vlan, &br_port->vlan_list, head) { in prestera_bridge_vlan_port_count() 262 list_add(&bridge->head, &swdev->bridge_list); in prestera_bridge_create() 271 list_del(&bridge->head); in prestera_bridge_destroy() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | session.c | 48 decomp_last_rem = decomp_last->size - decomp_last->head; in perf_session__process_compressed_event() 62 decomp->head = 0; in perf_session__process_compressed_event() 65 memcpy(decomp->data, &(decomp_last->data[decomp_last->head]), decomp_last_rem); in perf_session__process_compressed_event() 1959 u64 head; in __perf_session__process_pipe_events() local 1965 head = 0; in __perf_session__process_pipe_events() 2018 if ((skip = perf_session__process_event(session, event, head)) < 0) { in __perf_session__process_pipe_events() 2020 head, event->header.size, event->header.type); in __perf_session__process_pipe_events() 2025 head += size; in __perf_session__process_pipe_events() 2028 head += skip; in __perf_session__process_pipe_events() 2055 prefetch_event(char *buf, u64 head, size_ argument 2094 fetch_mmaped_event(u64 head, size_t mmap_size, char *buf, bool needs_swap) fetch_mmaped_event() argument 2100 fetch_decomp_event(u64 head, size_t mmap_size, char *buf, bool needs_swap) fetch_decomp_event() argument 2169 u64 head, page_offset, file_offset, file_pos, size; reader__process_events() local [all...] |
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 42 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 D | dynlink.c | 42 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...] |
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 646 struct usbctlx_completor head; member 652 static inline int usbctlx_cmd_completor_fn(struct usbctlx_completor *head) in usbctlx_cmd_completor_fn() argument 656 complete = (struct usbctlx_cmd_completor *)head; in usbctlx_cmd_completor_fn() 665 completor->head.complete = usbctlx_cmd_completor_fn; in init_cmd_completor() 668 return &completor->head; in init_cmd_completor() 678 struct usbctlx_completor head; member 685 static int usbctlx_rrid_completor_fn(struct usbctlx_completor *head) in usbctlx_rrid_completor_fn() argument 690 complete = (struct usbctlx_rrid_completor *)head; in usbctlx_rrid_completor_fn() 711 completor->head.complete = usbctlx_rrid_completor_fn; in init_rrid_completor() 715 return &completor->head; in init_rrid_completor() 738 struct usbctlx_completor head; global() member 745 usbctlx_rmem_completor_fn(struct usbctlx_completor *head) usbctlx_rmem_completor_fn() argument 2822 struct hfa384x_usbctlx *head; hfa384x_usbctlxq_run() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 625 struct usbctlx_completor head; member 631 static inline int usbctlx_cmd_completor_fn(struct usbctlx_completor *head) in usbctlx_cmd_completor_fn() argument 635 complete = (struct usbctlx_cmd_completor *)head; in usbctlx_cmd_completor_fn() 644 completor->head.complete = usbctlx_cmd_completor_fn; in init_cmd_completor() 647 return &completor->head; in init_cmd_completor() 657 struct usbctlx_completor head; member 664 static int usbctlx_rrid_completor_fn(struct usbctlx_completor *head) in usbctlx_rrid_completor_fn() argument 669 complete = (struct usbctlx_rrid_completor *)head; in usbctlx_rrid_completor_fn() 690 completor->head.complete = usbctlx_rrid_completor_fn; in init_rrid_completor() 694 return &completor->head; in init_rrid_completor() 717 struct usbctlx_completor head; global() member 724 usbctlx_rmem_completor_fn(struct usbctlx_completor *head) usbctlx_rmem_completor_fn() argument 2800 struct hfa384x_usbctlx *head; hfa384x_usbctlxq_run() local [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 344 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...] |