/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 19 # Main calls DW_CFA_expression_testcase, which sets up known state in a
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_caching_policy.tex | 19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
|
H A D | unw_set_fpreg.tex | 19 The \Func{unw\_set\_fpreg}() routine sets the value of register
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.h | 259 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 D | k3-udma.c | 3267 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 D | vktMemoryMappingTests.cpp | 1877 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 D | e500_mmu_host.c | 797 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 D | e500_mmu_host.c | 788 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 D | mtk-mdp3-cmdq.c | 193 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 D | videodsp.asm | 122 ; 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 D | dzn_cmd_buffer.c | 2315 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 D | mach-gta02.c | 417 .sets = gta02_nand_sets,
|
H A D | mach-anubis.c | 216 .sets = anubis_nand_sets,
|
H A D | mach-osiris.c | 232 .sets = osiris_nand_sets,
|
H A D | devs.c | 723 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 D | arcregs.h | 312 unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; member
|
/third_party/googletest/googletest/test/ |
H A D | googletest-filter-unittest.py | 46 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 D | tu_cmd_buffer.h | 48 struct tu_descriptor_set *sets[MAX_SETS]; member
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | sandbox.py | 52 "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 D | sandbox.py | 55 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 D | Preprocess.pm | 84 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 D | Preprocess.pm | 84 C<preprocessor()>, which sets a new preprocessor for the object. This
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | sandbox.py | 52 "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 D | memchr.S | 13 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 D | PluralRulesTest.java | 455 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()
|