Home
last modified time | relevance | path

Searched refs:sets (Results 176 - 200 of 303) sorted by relevance

12345678910>>...13

/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S19 # Main calls DW_CFA_expression_testcase, which sets up known state in a
/third_party/libunwind/libunwind/doc/
H A Dunw_set_caching_policy.tex19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
H A Dunw_set_fpreg.tex19 The \Func{unw\_set\_fpreg}() routine sets the value of register
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.h259 zink_descriptor_util_alloc_sets(struct zink_screen *screen, VkDescriptorSetLayout dsl, VkDescriptorPool pool, VkDescriptorSet *sets, unsigned num_sets);
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dk3-udma.c3267 for (i = 0; i < rm_res->sets; i++) { in udma_setup_resources()
3275 irq_res.sets = rm_res->sets; in udma_setup_resources()
3283 for (i = 0; i < rm_res->sets; i++) { in udma_setup_resources()
3292 irq_res.sets += rm_res->sets; in udma_setup_resources()
3293 irq_res.desc = kcalloc(irq_res.sets, sizeof(*irq_res.desc), GFP_KERNEL); in udma_setup_resources()
3295 for (i = 0; i < rm_res->sets; i++) { in udma_setup_resources()
3300 for (j = 0; j < rm_res->sets; j++, i++) { in udma_setup_resources()
3319 for (i = 0; i < rm_res->sets; in udma_setup_resources()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp1877 de::MovePtr<tcu::TestCaseGroup> sets[] =
1964 sets[allocationKindNdx]->addChild(fullGroup.release());
2029 sets[allocationKindNdx]->addChild(subGroup.release());
2052 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release());
2055 group->addChild(sets[0].release());
2056 dedicated->addChild(sets[1].release());
2057 dedicated->addChild(sets[2].release());
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A De500_mmu_host.c797 host_tlb_params[0].sets = in e500_mmu_host_init()
799 host_tlb_params[1].sets = 1; in e500_mmu_host_init()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A De500_mmu_host.c788 host_tlb_params[0].sets = in e500_mmu_host_init()
790 host_tlb_params[1].sets = 1; in e500_mmu_host_init()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c193 set = &ctrl->sets[index]; in mdp_path_config_subfrm()
228 set = &ctrl->sets[index]; in mdp_path_config_subfrm()
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm122 ; on sse, - fills xmm0-15 for consecutive sets of 16 pixels
126 ; on mmx, - fills mm0-7 for consecutive sets of 8 pixels
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c2315 const struct dzn_descriptor_set *set = desc_state->sets[s].set; in dzn_cmd_buffer_update_heaps()
2318 uint32_t set_heap_offset = pipeline->sets[s].heap_offsets[type]; in dzn_cmd_buffer_update_heaps()
2319 uint32_t set_desc_count = pipeline->sets[s].range_desc_count[type]; in dzn_cmd_buffer_update_heaps()
2329 uint32_t dynamic_buffer_count = pipeline->sets[s].dynamic_buffer_count; in dzn_cmd_buffer_update_heaps()
2332 pipeline->sets[s].dynamic_buffer_heap_offsets[o].srv; in dzn_cmd_buffer_update_heaps()
2334 bdesc.offset += desc_state->sets[s].dynamic_offsets[o]; in dzn_cmd_buffer_update_heaps()
2340 if (pipeline->sets[s].dynamic_buffer_heap_offsets[o].uav != ~0) { in dzn_cmd_buffer_update_heaps()
2341 desc_heap_offset = pipeline->sets[s].dynamic_buffer_heap_offsets[o].uav; in dzn_cmd_buffer_update_heaps()
3754 if (desc_state->sets[idx].set != set) { in dzn_CmdBindDescriptorSets()
3755 desc_state->sets[id in dzn_CmdBindDescriptorSets()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-gta02.c417 .sets = gta02_nand_sets,
H A Dmach-anubis.c216 .sets = anubis_nand_sets,
H A Dmach-osiris.c232 .sets = osiris_nand_sets,
H A Ddevs.c723 struct s3c2410_nand_set *from = npd->sets; in s3c_nand_set_platdata()
728 npd->sets = to; /* set, even if we failed */ in s3c_nand_set_platdata()
731 printk(KERN_ERR "%s: no memory for sets\n", __func__); in s3c_nand_set_platdata()
985 * This call copies the @info passed in and sets the device .platform_data
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Darcregs.h312 unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; member
/third_party/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py46 from sets import Set as set # For Python 2.3 compatibility
250 """Asserts that two sets are equal."""
370 sets the flags accordingly.
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h48 struct tu_descriptor_set *sets[MAX_SETS]; member
/third_party/node/deps/v8/third_party/jinja2/
H A Dsandbox.py52 "ignore", "the sets module", DeprecationWarning, module=__name__
69 # if sets is still available, register the mutable set from there as well
71 from sets import Set
234 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py55 warnings.filterwarnings('ignore', 'the sets module', DeprecationWarning,
74 # if sets is still available, register the mutable set from there as well
76 from sets import Set
210 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm84 C<preprocessor()>, which sets a new preprocessor for the object. This
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm84 C<preprocessor()>, which sets a new preprocessor for the object. This
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py52 "ignore", "the sets module", DeprecationWarning, module=__name__
69 # if sets is still available, register the mutable set from there as well
71 from sets import Set
234 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
/third_party/optimized-routines/string/arm/
H A Dmemchr.S13 an optimised path for large data sets; the worst case is finding the
78 uadd8 r5, r5, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
80 uadd8 r6, r6, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java455 private void compareEqualityTestSets(String[][] sets, boolean shouldBeEqual) { in compareEqualityTestSets() argument
456 for (int i = 0; i < sets.length; ++i) { in compareEqualityTestSets()
457 String[] patterns = sets[i]; in compareEqualityTestSets()

Completed in 29 milliseconds

12345678910>>...13