Home
last modified time | relevance | path

Searched refs:sets (Results 226 - 250 of 322) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-jive.c228 .sets = jive_nand_sets,
H A Dmach-bast.c292 .sets = bast_nand_sets,
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dproc.c107 line_size * L1_cache_info[ICACHE].ways * L1_cache_info[ICACHE].sets; in cpu_icache_inval_all()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dscale.S95 | if the result of the add sets a bit in the upper word.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_operr.S222 | Store_max loads the max pos or negative for the size, sets
H A Dscale.S95 | if the result of the add sets a bit in the upper word.
/kernel/linux/linux-5.10/include/linux/soc/ti/
H A Dti_sci_protocol.h538 * @sets: Number of sets available from this resource type
543 u16 sets; member
/kernel/linux/linux-6.6/include/linux/soc/ti/
H A Dti_sci_protocol.h565 * @sets: Number of sets available from this resource type
570 u16 sets; member
/third_party/ffmpeg/libavfilter/x86/
H A Dyadif-16.asm116 ; This version of CHECK2 has 3 fewer instructions on sets older than SSE4 but I
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h365 struct list_head sets; member
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c427 u32 sets; in ceph_parse_deleg_inos() local
429 ceph_decode_32_safe(p, end, sets, bad); in ceph_parse_deleg_inos()
430 dout("got %u sets of delegated inodes\n", sets); in ceph_parse_deleg_inos()
431 while (sets--) { in ceph_parse_deleg_inos()
490 u32 sets; in ceph_parse_deleg_inos() local
492 ceph_decode_32_safe(p, end, sets, bad); in ceph_parse_deleg_inos()
493 if (sets) in ceph_parse_deleg_inos()
494 ceph_decode_skip_n(p, end, sets * 2 * sizeof(__le64), bad); in ceph_parse_deleg_inos()
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c573 u32 sets; in ceph_parse_deleg_inos() local
575 ceph_decode_32_safe(p, end, sets, bad); in ceph_parse_deleg_inos()
576 dout("got %u sets of delegated inodes\n", sets); in ceph_parse_deleg_inos()
577 while (sets--) { in ceph_parse_deleg_inos()
636 u32 sets; in ceph_parse_deleg_inos() local
638 ceph_decode_32_safe(p, end, sets, bad); in ceph_parse_deleg_inos()
639 if (sets) in ceph_parse_deleg_inos()
640 ceph_decode_skip_n(p, end, sets * 2 * sizeof(__le64), bad); in ceph_parse_deleg_inos()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddrxd_hard.c2819 struct dvb_frontend_tune_settings *sets) in drxd_get_tune_settings()
2821 sets->min_delay_ms = 10000; in drxd_get_tune_settings()
2822 sets->max_drift = 0; in drxd_get_tune_settings()
2823 sets->step_size = 0; in drxd_get_tune_settings()
2818 drxd_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *sets) drxd_get_tune_settings() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddrxd_hard.c2810 struct dvb_frontend_tune_settings *sets) in drxd_get_tune_settings()
2812 sets->min_delay_ms = 10000; in drxd_get_tune_settings()
2813 sets->max_drift = 0; in drxd_get_tune_settings()
2814 sets->step_size = 0; in drxd_get_tune_settings()
2809 drxd_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *sets) drxd_get_tune_settings() argument
/third_party/icu/icu4c/source/i18n/
H A Drbt_pars.cpp175 const UVector* sets, in ParseData()
177 data(d), variablesVector(sets), variableNames(vNames) {} in ParseData()
1059 // variable range' pragma allows rule sets to modify this. in parseRules()
1351 // sets, or a mixture of chars and sets -- syntax error. in parseRule()
174 ParseData(const TransliterationRuleData* d, const UVector* sets, const Hashtable* vNames) ParseData() argument
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_pars.cpp175 const UVector* sets, in ParseData()
177 data(d), variablesVector(sets), variableNames(vNames) {} in ParseData()
1059 // variable range' pragma allows rule sets to modify this. in parseRules()
1351 // sets, or a mixture of chars and sets -- syntax error. in parseRule()
174 ParseData(const TransliterationRuleData* d, const UVector* sets, const Hashtable* vNames) ParseData() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c335 const struct panvk_descriptor_set *set = state->sets[s]; in emit_ubos()
352 &state->dyn.ubos[pipeline->layout->sets[s].dyn_ubo_offset + i]; in emit_ubos()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt_pars.cpp175 const UVector* sets, in ParseData()
177 data(d), variablesVector(sets), variableNames(vNames) {} in ParseData()
1051 // variable range' pragma allows rule sets to modify this. in parseRules()
1333 // sets, or a mixture of chars and sets -- syntax error. in parseRule()
174 ParseData(const TransliterationRuleData* d, const UVector* sets, const Hashtable* vNames) ParseData() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java280 // Implicit primary weights should be assigned for the following sets, in TestImplicits()
305 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
309 for (int i = 0; i < sets.length; ++i) { in TestImplicits()
310 UnicodeSetIterator iter = new UnicodeSetIterator(sets[i]); in TestImplicits()
/third_party/gn/src/gn/
H A Dvariables.cc227 The build configuration usually sets this value based on the value of
244 The build configuration usually sets this value based on the value of
470 source sets or static libraries that would always be linked together in a
544 arflags are NOT pushed to dependents, so applying arflags to source sets or
771 depends on it (unless the "bundle_data" target sets "product_type" to the
936 forwards the static libraries and source sets in its deps up the dependency
950 GN treats non-complete static libraries as source sets when they are linked
979 target sets directly.
1187 Source sets, shared libraries, and non-complete static libraries will be
1189 libraries and source sets
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java283 // Implicit primary weights should be assigned for the following sets, in TestImplicits()
308 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
312 for (int i = 0; i < sets.length; ++i) { in TestImplicits()
313 UnicodeSetIterator iter = new UnicodeSetIterator(sets[i]); in TestImplicits()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java599 private void compareEqualityTestSets(String[][] sets, boolean shouldBeEqual) { in compareEqualityTestSets() argument
600 for (int i = 0; i < sets.length; ++i) { in compareEqualityTestSets()
601 String[] patterns = sets[i]; in compareEqualityTestSets()
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp201 // Implicit primary weights should be assigned for the following sets, in TestImplicits()
231 const UnicodeSet *sets[] = { &coreHan, &otherHan, &unassigned }; in TestImplicits() local
235 for(int32_t i = 0; i < UPRV_LENGTHOF(sets); ++i) { in TestImplicits()
236 LocalPointer<UnicodeSetIterator> iter(new UnicodeSetIterator(*sets[i])); in TestImplicits()
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dentry.S119 ;; sets it to a non-zero value.
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Dfskeleton.S226 | The sample code below enables the FPU, sets the PC field in the exception stack

Completed in 46 milliseconds

12345678910>>...13