Home
last modified time | relevance | path

Searched defs:link (Results 251 - 275 of 365) sorted by relevance

1...<<1112131415

/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp827 ComputeTest::link(const std::vector<Shader> &sources, in link() function in ComputeTest
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c167 struct exec_node link; member
[all...]
/third_party/libfuse/example/
H A Dpassthrough_hp.cc468 static void sfs_symlink(fuse_req_t req, const char *link, fuse_ino_t parent, in sfs_symlink() argument
424 mknod_symlink(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev, const char *link) mknod_symlink() argument
H A Dpassthrough_ll.c429 static void lo_symlink(fuse_req_t req, const char *link, in lo_symlink() argument
387 lo_mknod_symlink(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev, const char *link) lo_mknod_symlink() argument
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc597 int link = target_at(L->pos()); in next() local
606 int Assembler::link(Label* L) { in link() function in v8::internal::Assembler
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dcompiler.h90 struct list_head link; member
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c132 struct list_head link; member
139 struct list_head link; member
/third_party/libbpf/src/
H A Dusdt.c805 struct bpf_link link; member
815 struct bpf_link *link; member
821 static int bpf_link_usdt_detach(struct bpf_link *link) in bpf_link_usdt_detach() argument
881 bpf_link_usdt_dealloc(struct bpf_link *link) bpf_link_usdt_dealloc() argument
900 allocate_spec_id(struct usdt_manager *man, struct hashmap *specs_hash, struct bpf_link_usdt *link, struct usdt_target *target, int *spec_id, bool *is_new) allocate_spec_id() argument
964 struct bpf_link_usdt *link = NULL; usdt_manager_attach_usdt() local
[all...]
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc1441 GElf_Shdr *link = in lookup_data_tag_from_dynamic_segment() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp222 std::unique_ptr<LinkEvent> ProgramGL::link(const gl::Context *context, in link() function in rx::ProgramGL
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp94 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link) in CreateProgram() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp255 std::unique_ptr<LinkEvent> ProgramVk::link(const gl::Context *context, in link() function in rx::ProgramVk
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c185 AF_Segment seg, limit, link; in af_cjk_metrics_init_widths() local
955 AF_Segment link = seg->link; af_cjk_hints_link_segments() local
1066 AF_Segment link = seg->link; af_cjk_hints_compute_edges() local
[all...]
/third_party/python/Modules/
H A D_functoolsmodule.c769 lru_list_elem_dealloc(lru_list_elem *link) in lru_list_elem_dealloc() argument
932 lru_cache_extract_link(lru_list_elem *link) in lru_cache_extract_link() argument
941 lru_cache_append_link(lru_cache_object *self, lru_list_elem *link) lru_cache_append_link() argument
951 lru_cache_prepend_link(lru_cache_object *self, lru_list_elem *link) lru_cache_prepend_link() argument
994 lru_list_elem *link; bounded_lru_cache_wrapper() local
1239 lru_list_elem *link = root->next; lru_cache_unlink_list() local
1248 lru_cache_clear_list(lru_list_elem *link) lru_cache_clear_list() argument
1349 lru_list_elem *link = self->root.next; lru_cache_tp_traverse() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_linux.c52 struct rtnl_link *link; member
1096 struct rtnl_link *link; macsec_drv_create_transmit_sc() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_linux.c52 struct rtnl_link *link; member
1097 struct rtnl_link *link; macsec_drv_create_transmit_sc() local
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c898 static LaneLinkType link[] = { in ModuleLaneAdapter() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c577 SpecifiedLinkConvert(const char *networkId, LaneSpecifiedLink link, LanePreferredLinkList *preferLink) SpecifiedLinkConvert() argument
[all...]
/third_party/f2fs-tools/fsck/
H A Df2fs.h216 char *link; member
/third_party/ffmpeg/libavfilter/
H A Dvf_colorspace.c719 static int filter_frame(AVFilterLink *link, AVFrame *in) in filter_frame() argument
H A Dvf_fieldmatch.c631 AVFilterLink *link = input == INPUT_CLEANSRC ? ctx->outputs[0] : ctx->inputs[INPUT_MAIN]; in create_weave_frame() local
H A Dvf_nnedi.c713 static int request_frame(AVFilterLink *link) in request_frame() argument
H A Dvf_zscale.c766 static int filter_frame(AVFilterLink *link, AVFrame *in) in filter_frame() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp1935 bool TProgram::link(EShMessages messages) in link() function in __anon2793::SourceLineSynchronizer::glslang::TProgram
/third_party/alsa-lib/src/ucm/
H A Dparser.c2654 char *link, *dir2, *p; in parse_toplevel_path() local
[all...]

Completed in 50 milliseconds

1...<<1112131415