/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-jive.c | 228 .sets = jive_nand_sets,
|
H A D | mach-bast.c | 292 .sets = bast_nand_sets,
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | proc.c | 107 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 D | scale.S | 95 | if the result of the add sets a bit in the upper word.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_operr.S | 222 | Store_max loads the max pos or negative for the size, sets
|
H A D | scale.S | 95 | if the result of the add sets a bit in the upper word.
|
/kernel/linux/linux-5.10/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 538 * @sets: Number of sets available from this resource type 543 u16 sets; member
|
/kernel/linux/linux-6.6/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 565 * @sets: Number of sets available from this resource type 570 u16 sets; member
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | yadif-16.asm | 116 ; This version of CHECK2 has 3 fewer instructions on sets older than SSE4 but I
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 365 struct list_head sets; member
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 427 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 D | mds_client.c | 573 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 D | drxd_hard.c | 2819 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 D | drxd_hard.c | 2810 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 D | rbt_pars.cpp | 175 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 D | rbt_pars.cpp | 175 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 D | panvk_vX_cs.c | 335 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 D | rbt_pars.cpp | 175 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 D | CollationTest.java | 280 // 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 D | variables.cc | 227 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 D | CollationTest.java | 283 // 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 D | PluralRulesTest.java | 599 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 D | collationtest.cpp | 201 // 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 D | entry.S | 119 ;; sets it to a non-zero value.
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 226 | The sample code below enables the FPU, sets the PC field in the exception stack
|