Home
last modified time | relevance | path

Searched refs:sets (Results 1 - 25 of 134) sorted by relevance

123456

/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Darmv7m_cachel1.h143 uint32_t sets; in SCB_EnableDCache() local
154 sets = (uint32_t)(CCSIDR_SETS(ccsidr)); in SCB_EnableDCache()
158 SCB->DCISW = (((sets << SCB_DCISW_SET_Pos) & SCB_DCISW_SET_Msk) | in SCB_EnableDCache()
164 } while(sets-- != 0U); in SCB_EnableDCache()
184 uint32_t sets; in SCB_DisableDCache() member
213 SCB->DCCIMVAC = (uint32_t)&locals.sets; in SCB_DisableDCache()
225 locals.sets = (uint32_t)(CCSIDR_SETS(locals.ccsidr)); in SCB_DisableDCache()
229 SCB->DCCISW = (((locals.sets << SCB_DCCISW_SET_Pos) & SCB_DCCISW_SET_Msk) | in SCB_DisableDCache()
235 } while(locals.sets-- != 0U); in SCB_DisableDCache()
251 uint32_t sets; in SCB_InvalidateDCache() local
286 uint32_t sets; SCB_CleanDCache() local
321 uint32_t sets; SCB_CleanInvalidateDCache() local
[all...]
/third_party/googletest/googletest/src/hwext/
H A Dgtest-tag.cc149 static std::vector<const TestFlag*> sets; member
152 if (sets.size() > 0) { in ensureSetsInit()
155 sets.push_back(&TestSize); in ensureSetsInit()
156 sets.push_back(&G_TYPE); in ensureSetsInit()
157 sets.push_back(&G_SIZE); in ensureSetsInit()
158 sets.push_back(&G_RANK); in ensureSetsInit()
164 return sets; in AllHextTagSets()
171 for (unsigned int i = 0; i < sets.size(); i++) in CheckFlagsLegality()
173 const TestFlag* set = sets.at(i); in CheckFlagsLegality()
184 for (unsigned int i = 0; i < sets in flagForName()
[all...]
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/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-input.cc59 hb_set_add_range (input->sets.name_ids, 0, 6); in hb_subset_input_create_or_fail()
60 hb_set_add (input->sets.name_languages, 0x0409); in hb_subset_input_create_or_fail()
86 input->sets.drop_tables->add_array (default_drop_tables, ARRAY_LENGTH (default_drop_tables)); in hb_subset_input_create_or_fail()
101 input->sets.no_subset_tables->add_array (default_no_subset_tables, in hb_subset_input_create_or_fail()
191 input->sets.layout_features->add_array (default_layout_features, ARRAY_LENGTH (default_layout_features)); in hb_subset_input_create_or_fail()
252 return input->sets.unicodes; in hb_subset_input_unicode_set()
269 return input->sets.glyphs; in hb_subset_input_glyph_set()
H A Dhb-subset-plan.cc489 plan->name_ids = hb_set_copy (input->sets.name_ids); in hb_subset_plan_create()
491 plan->name_languages = hb_set_copy (input->sets.name_languages); in hb_subset_plan_create()
492 plan->layout_features = hb_set_copy (input->sets.layout_features); in hb_subset_plan_create()
493 plan->glyphs_requested = hb_set_copy (input->sets.glyphs); in hb_subset_plan_create()
494 plan->drop_tables = hb_set_copy (input->sets.drop_tables); in hb_subset_plan_create()
495 plan->no_subset_tables = hb_set_copy (input->sets.no_subset_tables); in hb_subset_plan_create()
524 _populate_unicodes_to_retain (input->sets.unicodes, input->sets.glyphs, plan); in hb_subset_plan_create()
527 !input->sets.drop_tables->has (HB_OT_TAG_GSUB), in hb_subset_plan_create()
528 !input->sets in hb_subset_plan_create()
[all...]
/third_party/skia/third_party/externals/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...]
/third_party/skia/third_party/externals/swiftshader/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...]
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.h183 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
187 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
190 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
194 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
195 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
196 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleDataTest.java232 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet()
235 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet()
242 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
243 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet()
249 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
250 if(sets[j].contains(iter.string)){ in TestExemplarSet()
309 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2()
312 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2()
319 for(int j=0; j<sets.length; j++){ in TestExemplarSet2()
320 if(sets[ in TestExemplarSet2()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleDataTest.java225 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet()
228 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet()
235 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
236 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet()
242 for(int j=0; j<sets.length; j++){ in TestExemplarSet()
243 if(sets[j].contains(iter.string)){ in TestExemplarSet()
298 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2()
301 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2()
308 for(int j=0; j<sets.length; j++){ in TestExemplarSet2()
309 if(sets[ in TestExemplarSet2()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java556 // sets to be tested; odd index=isComplement
573 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
584 // Even-numbered sets are original, uncomplemented sets. in verifySpan()
589 // Odd-numbered sets are complemented. in verifySpan()
595 limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
640 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan()
645 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan()
651 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan()
656 if (!sets[FAS in verifySpan()
669 verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, final String testName, int index) verifySpan() argument
680 verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, final String testName, int index) verifySpanBothUTFs() argument
715 verifySpanContents(final UnicodeSetWithStrings sets[], int whichSpans, final String testName) verifySpanContents() argument
776 verifySpanUTF16String(final UnicodeSetWithStrings sets[], int whichSpans, final String testName) verifySpanUTF16String() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java553 // sets to be tested; odd index=isComplement
570 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
581 // Even-numbered sets are original, uncomplemented sets. in verifySpan()
586 // Odd-numbered sets are complemented. in verifySpan()
592 limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
637 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan()
642 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan()
648 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan()
653 if (!sets[FAS in verifySpan()
666 verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, final String testName, int index) verifySpan() argument
677 verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, final String testName, int index) verifySpanBothUTFs() argument
712 verifySpanContents(final UnicodeSetWithStrings sets[], int whichSpans, final String testName) verifySpanContents() argument
773 verifySpanUTF16String(final UnicodeSetWithStrings sets[], int whichSpans, final String testName) verifySpanUTF16String() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dralf.c56 VLCSet sets[3]; member
113 ff_free_vlc(&ctx->sets[i].filter_params); in decode_close()
114 ff_free_vlc(&ctx->sets[i].bias); in decode_close()
115 ff_free_vlc(&ctx->sets[i].coding_mode); in decode_close()
118 ff_free_vlc(&ctx->sets[i].filter_coeffs[j][k]); in decode_close()
120 ff_free_vlc(&ctx->sets[i].short_codes[j]); in decode_close()
122 ff_free_vlc(&ctx->sets[i].long_codes[j]); in decode_close()
165 ret = init_ralf_vlc(&ctx->sets[i].filter_params, filter_param_def[i], in decode_init()
169 ret = init_ralf_vlc(&ctx->sets[i].bias, bias_def[i], BIAS_ELEMENTS); in decode_init()
172 ret = init_ralf_vlc(&ctx->sets[ in decode_init()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c105 /* The maximum values apply to all sets attached to a pipeline since all in panvk_GetDescriptorSetLayoutSupport()
106 * sets descriptors have to be merged in a single array. in panvk_GetDescriptorSetLayoutSupport()
145 layout->sets[set].sampler_offset = sampler_idx; in panvk_CreatePipelineLayout()
146 layout->sets[set].tex_offset = tex_idx; in panvk_CreatePipelineLayout()
147 layout->sets[set].ubo_offset = ubo_idx; in panvk_CreatePipelineLayout()
148 layout->sets[set].dyn_ubo_offset = dyn_ubo_idx; in panvk_CreatePipelineLayout()
149 layout->sets[set].dyn_ssbo_offset = dyn_ssbo_idx; in panvk_CreatePipelineLayout()
150 layout->sets[set].img_offset = img_idx; in panvk_CreatePipelineLayout()
195 layout->sets[set].sampler_offset++; in panvk_CreatePipelineLayout()
219 pool->max.sets in panvk_CreateDescriptorPool()
[all...]
/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) {
/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...]
/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()
/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()
/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()
/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()
/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];
/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()
/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...]
/third_party/musl/src/locale/
H A Dcatgets.c20 const char *sets = map+20; in catgets() local
25 const char *set = bsearch(&set_id_be, sets, nsets, 12, cmp); in catgets()

Completed in 14 milliseconds

123456