Home
last modified time | relevance | path

Searched refs:sets (Results 151 - 175 of 301) sorted by relevance

12345678910>>...13

/third_party/python/PCbuild/
H A Denv.bat4 rem of the tools on PATH and use PlatformToolset instead. Ideally, both sets of
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dsc-rm7k.c241 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-at2440evb.c108 .sets = at2440evb_nand_sets,
H A Dmach-rx3715.c162 .sets = rx3715_nand_sets,
H A Dmach-mini6410.c137 .sets = mini6410_nand_sets,
H A Dmach-hmt.c199 .sets = hmt_nand_sets,
H A Dmach-real6410.c189 .sets = real6410_nand_sets,
H A Dmach-qt2410.c300 .sets = qt2410_nand_sets,
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dsc-rm7k.c241 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init()
/third_party/gn/src/gn/
H A Drust_variables.cc67 This field sets the `crate-type` attribute for the `rustc` tool on static
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp1800 de::MovePtr<tcu::TestCaseGroup> sets[] =
1874 sets[allocationKindNdx]->addChild(fullGroup.release());
1934 sets[allocationKindNdx]->addChild(subGroup.release());
1950 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release());
1953 group->addChild(sets[0].release());
1954 dedicated->addChild(sets[1].release());
1955 dedicated->addChild(sets[2].release());
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_dram.c548 static const u8 sets[4] = { 1, 1, 2, 2 }; in gen9_edram_size_mb() local
552 sets[EDRAM_SETS_IDX(cap)]; in gen9_edram_size_mb()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/soc/
H A Dintel_dram.c693 static const u8 sets[4] = { 1, 1, 2, 2 }; in gen9_edram_size_mb() local
697 sets[EDRAM_SETS_IDX(cap)]; in gen9_edram_size_mb()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISetBuilder.java32 // set of input unicode sets.
36 // of these sets belong to the same set of the original
50 // Unicode sets that include this range.
162 // that is in no sets. in buildRanges()
211 // Add this unicode set to the list of sets for this rlRange in buildRanges()
277 // Handle input sets that contain the special string {eof}. in buildRanges()
391 // For each of the original Unicode sets - which correspond
395 // a list of sets.
401 void addValToSets(List<RBBINode> sets, int val) { in addValToSets() argument
402 for (RBBINode usetNode : sets) { in addValToSets()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBISetBuilder.java32 // set of input uniocde sets.
36 // of these sets belong to the same set of the original
48 // Unicode sets that include this range.
95 // (the range) includes, and sets the bit in fNum when
169 // that is in no sets. in buildRanges()
218 // Add this unicode set to the list of sets for this rlRange in buildRanges()
260 // Handle input sets that contain the special string {eof}. in buildRanges()
361 // For each of the original Unicode sets - which correspond
365 // a list of sets.
371 void addValToSets(List<RBBINode> sets, in argument
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c378 list_addtail(&set->link, &pool->sets); in lvp_AllocateDescriptorSets()
561 list_inithead(&pool->sets); in lvp_CreateDescriptorPool()
570 LIST_FOR_EACH_ENTRY_SAFE(set, tmp, &pool->sets, link) { in lvp_reset_descriptor_pool()
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-l2x0.c948 u32 cache_size = 0, sets = 0; in l2x0_cache_size_of_parse() local
955 of_property_read_u32(np, "cache-sets", &sets); in l2x0_cache_size_of_parse()
959 if (!cache_size || !sets) in l2x0_cache_size_of_parse()
984 * set size = cache size / sets in l2x0_cache_size_of_parse()
985 * ways = cache size / (sets * line size) in l2x0_cache_size_of_parse()
986 * way size = cache size / (cache size / (sets * line size)) in l2x0_cache_size_of_parse()
987 * way size = sets * line size in l2x0_cache_size_of_parse()
990 way_size = sets * line_size; in l2x0_cache_size_of_parse()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-l2x0.c948 u32 cache_size = 0, sets = 0; in l2x0_cache_size_of_parse() local
955 of_property_read_u32(np, "cache-sets", &sets); in l2x0_cache_size_of_parse()
959 if (!cache_size || !sets) in l2x0_cache_size_of_parse()
984 * set size = cache size / sets in l2x0_cache_size_of_parse()
985 * ways = cache size / (sets * line size) in l2x0_cache_size_of_parse()
986 * way size = cache size / (cache size / (sets * line size)) in l2x0_cache_size_of_parse()
987 * way size = sets * line size in l2x0_cache_size_of_parse()
990 way_size = sets * line_size; in l2x0_cache_size_of_parse()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubbub.c796 /* Copy values from WM set A to all other sets */
856 s = &wm->sets[0]; in hubbub32_wm_read_state()
876 s = &wm->sets[1]; in hubbub32_wm_read_state()
896 s = &wm->sets[2]; in hubbub32_wm_read_state()
916 s = &wm->sets[3]; in hubbub32_wm_read_state()
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dcache-sh4.c153 (current_cpu_data.dcache.sets << in flush_dcache_all()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A De500.h54 int entries, ways, sets; member
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A De500.h54 int entries, ways, sets; member
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dcache-sh4.c164 (current_cpu_data.dcache.sets << in flush_dcache_all()
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py35 from sets import Set as set
125 # Cache various valid character sets for speed.
/third_party/libunwind/libunwind/doc/
H A Dunw_set_reg.tex19 The \Func{unw\_set\_reg}() routine sets the value of register

Completed in 20 milliseconds

12345678910>>...13