/third_party/python/PCbuild/ |
H A D | env.bat | 4 rem of the tools on PATH and use PlatformToolset instead. Ideally, both sets of
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | sc-rm7k.c | 241 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 D | mach-at2440evb.c | 108 .sets = at2440evb_nand_sets,
|
H A D | mach-rx3715.c | 162 .sets = rx3715_nand_sets,
|
H A D | mach-mini6410.c | 137 .sets = mini6410_nand_sets,
|
H A D | mach-hmt.c | 199 .sets = hmt_nand_sets,
|
H A D | mach-real6410.c | 189 .sets = real6410_nand_sets,
|
H A D | mach-qt2410.c | 300 .sets = qt2410_nand_sets,
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | sc-rm7k.c | 241 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init()
|
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 67 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 D | vktMemoryMappingTests.cpp | 1800 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 D | intel_dram.c | 548 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 D | intel_dram.c | 693 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 D | RBBISetBuilder.java | 32 // 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 D | RBBISetBuilder.java | 32 // 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 D | lvp_descriptor_set.c | 378 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 D | cache-l2x0.c | 948 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 D | cache-l2x0.c | 948 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 D | dcn32_hubbub.c | 796 /* 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 D | cache-sh4.c | 153 (current_cpu_data.dcache.sets << in flush_dcache_all()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500.h | 54 int entries, ways, sets; member
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500.h | 54 int entries, ways, sets; member
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | cache-sh4.c | 164 (current_cpu_data.dcache.sets << in flush_dcache_all()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | tokenize.py | 35 from sets import Set as set 125 # Cache various valid character sets for speed.
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_reg.tex | 19 The \Func{unw\_set\_reg}() routine sets the value of register
|