Home
last modified time | relevance | path

Searched refs:handle_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bpftool/src/
H A Dnet.c49 struct tc_kind_handle *handle_array; member
405 tcinfo->handle_array = realloc(tcinfo->handle_array, in dump_class_qdisc_nlmsg()
407 if (!tcinfo->handle_array) in dump_class_qdisc_nlmsg()
412 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
413 snprintf(tcinfo->handle_array[tcinfo->used_len].kind, in dump_class_qdisc_nlmsg()
414 sizeof(tcinfo->handle_array[tcinfo->used_len].kind), in dump_class_qdisc_nlmsg()
523 tcinfo.handle_array = NULL; in show_dev_tc_bpf_classic()
542 filter_info.kind = tcinfo.handle_array[i].kind; in show_dev_tc_bpf_classic()
544 tcinfo.handle_array[i].handle, in show_dev_tc_bpf_classic()
573 free(tcinfo.handle_array); in show_dev_tc_bpf_classic()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc109 Handle<mirror::ByteArray> handle_array(hs.NewHandle(byte_array)); \
111 self, byte_count, handle_array, offset, high, allocator_type).Ptr(); \
117 Handle<mirror::CharArray> handle_array(hs.NewHandle(char_array)); \
119 self, char_count, handle_array, offset, allocator_type).Ptr(); \
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/share/
H A Dcm_rt_def_os.h202 inline int CM_THREAD_JOIN(THREAD_HANDLE *handle_array, int thread_cnt) in CM_THREAD_JOIN() argument
207 pthread_join( handle_array[i], &tret); in CM_THREAD_JOIN()
/aosp_15_r20/external/wayland/src/
H A Dwayland-server.c209 handle_array(struct wl_resource *resource, uint32_t opcode, in handle_array() function
244 handle_array(resource, opcode, args, wl_closure_send); in wl_resource_post_event_array()
267 handle_array(resource, opcode, args, wl_closure_queue); in wl_resource_queue_event_array()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1633 const struct dxil_value **handle_array; in emit_static_indexing_handles() local
1639 handle_array = ctx->srv_handles; in emit_static_indexing_handles()
1643 handle_array = ctx->cbv_handles; in emit_static_indexing_handles()
1647 handle_array = ctx->sampler_handles; in emit_static_indexing_handles()
1651 handle_array = ctx->ssbo_handles; in emit_static_indexing_handles()
1657 handle_array = ctx->image_handles; in emit_static_indexing_handles()
1684 handle_array[i] = emit_createhandle_call_const_index(ctx, in emit_static_indexing_handles()
1692 if (!handle_array[i]) in emit_static_indexing_handles()