Home
last modified time | relevance | path

Searched refs:sets (Results 101 - 125 of 301) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-udma.c4608 irq_res.sets = 1; in udma_setup_resources()
4611 for (i = 0; i < rm_res->sets; i++) in udma_setup_resources()
4614 irq_res.sets = rm_res->sets; in udma_setup_resources()
4621 irq_res.sets++; in udma_setup_resources()
4624 for (i = 0; i < rm_res->sets; i++) in udma_setup_resources()
4627 irq_res.sets += rm_res->sets; in udma_setup_resources()
4630 irq_res.desc = kcalloc(irq_res.sets, sizeof(*irq_res.desc), GFP_KERNEL); in udma_setup_resources()
4639 for (i = 0; i < rm_res->sets; in udma_setup_resources()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c45 boot_cpu_data.dcache.sets = 128; in cpu_probe()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c45 boot_cpu_data.dcache.sets = 128; in cpu_probe()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDescriptorSetAllocator.h59 std::vector<VkDescriptorSet> sets; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c141 const unsigned dyn_ssbo_idx = ctx->layout->sets[set].dyn_ssbo_offset + in build_res_index()
484 tex->sampler_index = ctx->layout->sets[set].sampler_offset + in lower_tex()
507 tex->texture_index = ctx->layout->sets[set].tex_offset + in lower_tex()
534 unsigned img_offset = ctx->layout->sets[set].img_offset + in get_img_index()
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
137 To read memory, \Prog{libunwind} sets argument \Var{write} to zero and
139 write memory, \Prog{libunwind} sets argument \Var{write} to a non-zero
156 \Var{regnum}. To read a register, \Prog{libunwind} sets argument
158 the read value. To write a register, \Prog{libunwind} sets argument
175 register, \Prog{libunwind} sets argument \Var{write} to zero and
177 receives the read value. To write a register, \Prog{libunwind} sets
/third_party/googletest/googletest/test/
H A Dgtest_ext_unittest.cc22 const char* sets[TEST_COMBINE_NUM] = { "", "??", "platform", "Platform", "Platform", "Platform", "Platform", "Device" }; in TEST() local
29 i + 1, sets[i], eles[i], nice[i], exp_flags[i]); in TEST()
30 const bool ok = flagForName(sets[i], eles[i], result); in TEST()
/third_party/icu/icu4c/source/common/
H A Drbbisetb.cpp22 // set of input unicode sets.
26 // of these sets belong to the same set of the original
104 // that is in no sets. in buildRanges()
173 // Add this unicode set to the list of sets for this rlRange in buildRanges()
241 // Handle input sets that contain the special string {eof}. in buildRanges()
358 // For each of the original Unicode sets - which correspond
362 // a list of sets.
368 void RBBISetBuilder::addValToSets(UVector *sets, uint32_t val) { in addValToSets() argument
371 for (ix=0; ix<sets->size(); ix++) { in addValToSets()
372 RBBINode *usetNode = (RBBINode *)sets in addValToSets()
[all...]
H A Drbbisetb.h50 // Unicode sets that include this range.
78 // to set numbers in the non-overlapping set of sets.
89 void addValToSets(UVector *sets, uint32_t val);
/third_party/node/deps/icu-small/source/common/
H A Drbbisetb.cpp22 // set of input unicode sets.
26 // of these sets belong to the same set of the original
104 // that is in no sets. in buildRanges()
173 // Add this unicode set to the list of sets for this rlRange in buildRanges()
241 // Handle input sets that contain the special string {eof}. in buildRanges()
358 // For each of the original Unicode sets - which correspond
362 // a list of sets.
368 void RBBISetBuilder::addValToSets(UVector *sets, uint32_t val) { in addValToSets() argument
371 for (ix=0; ix<sets->size(); ix++) { in addValToSets()
372 RBBINode *usetNode = (RBBINode *)sets in addValToSets()
[all...]
H A Drbbisetb.h50 // Unicode sets that include this range.
78 // to set numbers in the non-overlapping set of sets.
89 void addValToSets(UVector *sets, uint32_t val);
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbisetb.cpp22 // set of input unicode sets.
26 // of these sets belong to the same set of the original
104 // that is in no sets. in buildRanges()
173 // Add this unicode set to the list of sets for this rlRange in buildRanges()
241 // Handle input sets that contain the special string {eof}. in buildRanges()
358 // For each of the original Unicode sets - which correspond
362 // a list of sets.
368 void RBBISetBuilder::addValToSets(UVector *sets, uint32_t val) { in addValToSets() argument
371 for (ix=0; ix<sets->size(); ix++) { in addValToSets()
372 RBBINode *usetNode = (RBBINode *)sets in addValToSets()
[all...]
H A Drbbisetb.h50 // Unicode sets that include this range.
78 // to set numbers in the non-overlapping set of sets.
89 void addValToSets(UVector *sets, uint32_t val);
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dcpu-info.h26 unsigned short sets; /* Number of lines per set */ member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcache.h45 u32 sets; member
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dcache-debugfs.c55 waysize = cache->sets; in cache_seq_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h55 struct dcn_hubbub_wm_set sets[4]; member
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dcpu-info.h26 unsigned short sets; /* Number of lines per set */ member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcache.h49 u32 sets; member
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dcache-debugfs.c55 waysize = cache->sets; in cache_debugfs_show()
/third_party/gn/src/gn/
H A Dfunction_get_target_outputs.cc32 source sets and groups have no useful output file.
48 source sets and groups: this will return a list containing the path of the
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dc-tx39.c395 current_cpu_data.icache.sets = in tx39_cache_init()
397 current_cpu_data.dcache.sets = in tx39_cache_init()
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Darcregs.h190 unsigned int ver:8, ways:4, sets:4, res:3, sasid:1, pg_sz:4, member
193 unsigned int u_dtlb:4, u_itlb:4, pg_sz:4, sasid:1, res:3, sets:4,
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py316 self._GenTargetString(target, sets)
317 for target, sets in self.source_sets.items())
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c624 s = &wm->sets[0]; in hubbub21_wm_read_state()
638 s = &wm->sets[1]; in hubbub21_wm_read_state()
652 s = &wm->sets[2]; in hubbub21_wm_read_state()
666 s = &wm->sets[3]; in hubbub21_wm_read_state()

Completed in 20 milliseconds

12345678910>>...13