Home
last modified time | relevance | path

Searched refs:sets (Results 26 - 50 of 303) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dprobe.c37 boot_cpu_data.icache.sets = 256; in cpu_probe()
46 boot_cpu_data.dcache.sets = 512; in cpu_probe()
205 boot_cpu_data.icache.sets = (size >> 6); in cpu_probe()
213 boot_cpu_data.dcache.sets = (size >> 6); in cpu_probe()
251 boot_cpu_data.scache.sets = size / in cpu_probe()
256 (boot_cpu_data.scache.sets * in cpu_probe()
/third_party/googletest/googletest/src/hwext/
H A Dgtest-filter.cc29 const std::vector<const TestFlag*>& sets = AllHextTagSets(); in printHelp() local
33 for (unsigned int i = 0; i < sets.size(); i++) { in printHelp()
34 sets.at(i)->printHelp(indents); in printHelp()
49 const std::vector<const TestFlag*>& sets = AllHextTagSets(); in getAllFilterFlagsKv() local
50 for (unsigned int i = 0; i < sets.size(); i++) { in getAllFilterFlagsKv()
51 filterFlagsKv.insert(pair<const char*, string*>(sets.at(i)->naming(), new string(""))); in getAllFilterFlagsKv()
/third_party/node/deps/npm/node_modules/function-bind/test/
H A Dindex.js211 t.test('sets a correct length without thisArg', function (st) {
218 t.test('sets a correct length with thisArg', function (st) {
225 t.test('sets a correct length without thisArg and first argument', function (st) {
232 t.test('sets a correct length with thisArg and first argument', function (st) {
239 t.test('sets a correct length without thisArg and too many arguments', function (st) {
246 t.test('sets a correct length with thisArg and too many arguments', function (st) {
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsetup_64.c502 u32 bsize, u32 sets) in init_cache_info()
505 info->sets = sets; in init_cache_info()
514 if (sets == 0) in init_cache_info()
517 info->assoc = size / (sets * lsize); in init_cache_info()
526 "i-cache-sets", in parse_cache_info()
532 "d-cache-sets", in parse_cache_info()
538 u32 size, lsize, bsize, sets; in parse_cache_info() local
542 sets = -1u; in parse_cache_info()
549 sets in parse_cache_info()
501 init_cache_info(struct ppc_cache_info *info, u32 size, u32 lsize, u32 bsize, u32 sets) init_cache_info() argument
[all...]
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlb.c185 * This also sets up PD0 (vaddr, ASID..) for final commit in tlb_entry_insert()
239 int num_tlb = mmu->sets * mmu->ways; in local_flush_tlb_all()
711 unsigned int ver:8, ways:4, sets:4, u_itlb:8, u_dtlb:8; in read_decode_mmu_bcr() member
713 unsigned int u_dtlb:8, u_itlb:8, sets:4, ways:4, ver:8; in read_decode_mmu_bcr()
719 unsigned int ver:8, ways:4, sets:4, res:3, sasid:1, pg_sz:4, in read_decode_mmu_bcr() member
722 unsigned int u_dtlb:4, u_itlb:4, pg_sz:4, sasid:1, res:3, sets:4, in read_decode_mmu_bcr()
745 mmu->sets = 1 << mmu2->sets; in read_decode_mmu_bcr()
752 mmu->sets = 1 << mmu3->sets; in read_decode_mmu_bcr()
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_fission.cpp33 // groups into two different sets, one for the first loop and one for the
37 // loop using those two sets. We check that we haven't altered the relative
46 // to the current loop header block. We then use the two sets built in step 2 to
64 // Group each instruction in the loop into sets of instructions related by
66 // same set. Then merge those sets into just two sets. Returns false if there
67 // was one or less sets created.
70 // Check if the sets built by GroupInstructionsByUseDef violate any data
141 // Don't include labels or loop merge instructions in the instruction sets. in TraverseUseDef()
189 std::vector<std::set<Instruction*>> sets{}; in GroupInstructionsByUseDef()
[all...]
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dc-r4k.c1283 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_pcache()
1285 icache_size = c->icache.sets * in probe_pcache()
1295 c->dcache.sets = 64 << ((config1 >> 13) & 7); in probe_pcache()
1297 dcache_size = c->dcache.sets * in probe_pcache()
1310 c->icache.sets = 16; in probe_pcache()
1313 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_pcache()
1317 c->dcache.sets = 8; in probe_pcache()
1318 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache()
1340 c->icache.sets = 32 << (((config1 >> 22) + 1) & 7); in probe_pcache()
1343 icache_size = c->icache.sets * in probe_pcache()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DCharacterProperties.java28 private static final UnicodeSet sets[] = new UnicodeSet[UProperty.BINARY_LIMIT]; field in CharacterProperties
121 synchronized(sets) { in getBinaryPropertySet()
122 UnicodeSet set = sets[property]; in getBinaryPropertySet()
124 sets[property] = set = makeSet(property); in getBinaryPropertySet()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dleon_mm.c247 unsigned int ssize, sets; in leon_flush_needed() local
255 sets = (cregs.dccr & LEON3_XCCR_SETS_MASK) >> 24; in leon_flush_needed()
260 sets > 3 ? "unknown" : setStr[sets], ssize); in leon_flush_needed()
261 if ((ssize <= (PAGE_SIZE / 1024)) && (sets == 0)) { in leon_flush_needed()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dleon_mm.c247 unsigned int ssize, sets; in leon_flush_needed() local
255 sets = (cregs.dccr & LEON3_XCCR_SETS_MASK) >> 24; in leon_flush_needed()
260 sets > 3 ? "unknown" : setStr[sets], ssize); in leon_flush_needed()
261 if ((ssize <= (PAGE_SIZE / 1024)) && (sets == 0)) { in leon_flush_needed()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharacterProperties.java28 private static final UnicodeSet sets[] = new UnicodeSet[UProperty.BINARY_LIMIT]; field in CharacterProperties
131 synchronized(sets) { in getBinaryPropertySet()
132 UnicodeSet set = sets[property]; in getBinaryPropertySet()
134 sets[property] = set = makeSet(property); in getBinaryPropertySet()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dsetup.c106 L1_cache_info[ICACHE].sets = CACHE_SET(ICACHE); in dump_cpu_info()
109 L1_cache_info[ICACHE].sets / 1024; in dump_cpu_info()
111 L1_cache_info[ICACHE].sets, L1_cache_info[ICACHE].ways, in dump_cpu_info()
115 L1_cache_info[DCACHE].sets = CACHE_SET(DCACHE); in dump_cpu_info()
118 L1_cache_info[DCACHE].sets / 1024; in dump_cpu_info()
120 L1_cache_info[DCACHE].sets, L1_cache_info[DCACHE].ways, in dump_cpu_info()
305 /* paging_init() sets up the MMU and marks all pages as reserved */ in setup_arch()
/third_party/rust/crates/minimal-lexical/tests/
H A Dlibm_tests.rs97 fn powd_test_sets_as_base(sets: &[&[f64]], exponent: f64, expected: f64) { in powd_test_sets_as_base()
98 sets.iter().for_each(|s| s.iter().for_each(|val| powd(*val, exponent, expected))); in powd_test_sets_as_base()
101 fn powd_test_sets_as_exponent(base: f64, sets: &[&[f64]], expected: f64) { in powd_test_sets_as_exponent()
102 sets.iter().for_each(|s| s.iter().for_each(|val| powd(base, *val, expected))); in powd_test_sets_as_exponent()
105 fn powd_test_sets(sets: &[&[f64]], computed: &dyn Fn(f64) -> f64, expected: &dyn Fn(f64) -> f64) { in powd_test_sets()
106 sets.iter().for_each(|s| { in powd_test_sets()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_cpum_cf.c32 /* Maximum number of counter sets */
89 unsigned int sets; /* # Counter set saved in memory */ member
100 * of counter sets. Extract this information at device driver initialization.
160 /* Disable counter sets on dedicated CPU */
322 /* Counter sets are stored as data stream in a page sized memory buffer and
332 * All counter sets are followed by a 64 byte trailer.
337 * - the time stamp the counter sets have been collected
341 * The counter sets are saved when the process is prepared to be executed on a
343 * The difference of both counter sets are calculated and stored in the event
474 * Note that the counter sets ma
1243 unsigned int sets; /* Counter set bit mask */ global() member
1455 cfset_needspace(unsigned int sets) cfset_needspace() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregfree.c65 if (g->sets != NULL) in llvm_regfree()
66 free((char *)g->sets); in llvm_regfree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregfree.c65 if (g->sets != NULL) in llvm_regfree()
66 free((char *)g->sets); in llvm_regfree()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dprobe.c62 boot_cpu_data.dcache.sets = 128; in cpu_probe()
69 boot_cpu_data.dcache.sets = 256; in cpu_probe()
93 boot_cpu_data.dcache.sets = 512; in cpu_probe()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dprobe.c62 boot_cpu_data.dcache.sets = 128; in cpu_probe()
69 boot_cpu_data.dcache.sets = 256; in cpu_probe()
93 boot_cpu_data.dcache.sets = 512; in cpu_probe()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDescriptorSetAllocator.cpp53 // |kMaxDescriptorsPerPool| sets from this 1-sized descriptor pool. in DescriptorSetAllocator()
61 // Compute the total number of descriptors sets that fits given the max. in DescriptorSetAllocator()
101 return DescriptorSetAllocation{pool->sets[setIndex], poolIndex, setIndex}; in Allocate()
163 std::vector<VkDescriptorSet> sets(mMaxSets); in AllocateDescriptorPool()
166 AsVkArray(sets.data())), in AllocateDescriptorPool()
183 DescriptorPool{descriptorPool, std::move(sets), std::move(freeSetIndices)}); in AllocateDescriptorPool()
/kernel/linux/linux-5.10/arch/mips/loongson64/
H A Dsmp.c518 " addiu %[sets], %[sets], -1 \n" in loongson3_type1_play_dead()
519 " bnez %[sets], 1b \n" in loongson3_type1_play_dead()
528 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); in loongson3_type1_play_dead()
580 " addiu %[sets], %[sets], -1 \n" in loongson3_type2_play_dead()
581 " bnez %[sets], 1b \n" in loongson3_type2_play_dead()
590 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); in loongson3_type2_play_dead()
[all...]
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dtlb.c22 unsigned int ver, pg_sz_k, s_pg_sz_m, pae, sets, ways; member
82 * This also sets up PD0 (vaddr, ASID..) for final commit in tlb_entry_insert()
139 int num_tlb = mmu->sets * mmu->ways; in local_flush_tlb_all()
584 mmu->sets = 1 << mmu3->sets; in arc_mmu_mumbojumbo()
593 mmu->sets = 64 << mmu4->n_entry; in arc_mmu_mumbojumbo()
609 mmu->sets, mmu->ways, in arc_mmu_mumbojumbo()
712 /* loop thru all sets of TLB */ in do_tlb_overlap_fault()
713 for (set = 0; set < mmu->sets; set++) { in do_tlb_overlap_fault()
/third_party/node/lib/
H A D_http_agent.js427 const sets = [this.sockets];
431 ArrayPrototypePush(sets, this.freeSockets);
433 for (let sk = 0; sk < sets.length; sk++) {
434 const sockets = sets[sk];
502 const sets = [this.freeSockets, this.sockets];
503 for (let s = 0; s < sets.length; s++) {
504 const set = sets[s];
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dcache.c250 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); in compute_alias()
261 boot_cpu_data.icache.sets, in emit_cache_params()
269 boot_cpu_data.dcache.sets, in emit_cache_params()
282 boot_cpu_data.scache.sets, in emit_cache_params()
336 (boot_cpu_data.dcache.sets == 512)) { in cpu_cache_init()
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dcache.c258 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); in compute_alias()
269 boot_cpu_data.icache.sets, in emit_cache_params()
277 boot_cpu_data.dcache.sets, in emit_cache_params()
290 boot_cpu_data.scache.sets, in emit_cache_params()
344 (boot_cpu_data.dcache.sets == 512)) { in cpu_cache_init()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c49 VkDescriptorSet sets[MAX_LAZY_DESCRIPTORS]; member
62 VkDescriptorSet sets[2][ZINK_DESCRIPTOR_TYPES + 1]; member
405 pool->pool, &pool->sets[pool->sets_alloc], sets_to_alloc)) in check_pool_alloc()
444 pool->pool, &pool->sets[pool->sets_alloc], sets_to_alloc)) { in check_push_pool_alloc()
484 return pool->sets[pool->set_idx++]; in get_descriptor_set_lazy()
489 struct zink_program *pg, uint8_t *changed_sets, VkDescriptorSet *sets) in populate_sets()
494 sets[type] = get_descriptor_set_lazy(pool); in populate_sets()
495 if (!sets[type]) in populate_sets()
498 sets[type] = VK_NULL_HANDLE; in populate_sets()
522 debug_printf("ZINK: couldn't get descriptor sets!\ in zink_descriptors_update_lazy_masked()
488 populate_sets(struct zink_context *ctx, struct zink_batch_descriptor_data_lazy *bdd, struct zink_program *pg, uint8_t *changed_sets, VkDescriptorSet *sets) populate_sets() argument
[all...]

Completed in 16 milliseconds

12345678910>>...13