/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/irq/dcn32/ |
H A D | irq_service_dcn32.c | 160 .set = NULL, 165 .set = NULL, 170 .set = NULL, 175 .set = NULL, 180 .set = NULL, 185 .set = NULL, 190 .set = NULL, 314 .set = dal_irq_service_dummy_set,
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | symbol-replace.js | 60 set lastIndex(idx) { 219 set lastIndex(i) {}, 250 set lastIndex(i) {}, 297 set: (i) => { 308 set: (i) => {} 343 set: () => {} 365 set: (v) => {} 647 set: (v) => {}
|
/third_party/node/lib/ |
H A D | readline.js | 359 set(value) { 368 set(value) { 377 set(value) { 386 set(value) { 395 set(value) { 404 set(value) { 413 set(value) { 422 set(value) {
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 46 'set <key> <value>', 60 return ['enable-2fa', 'disable-2fa', 'get', 'set'] 71 case 'set': 100 case 'set': 101 return this.set(opts) 171 async set (args) { 190 throw new Error('npm profile set <prop> <value>') 195 'npm profile set password\n' + 200 throw new Error(`"${prop}" is not a property we can set. ` + 221 const result = await otplease(this.npm, conf, c => npmProfile.set(newUse [all...] |
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/ |
H A D | index.js | 53 set max (mL) { 64 set allowStale (allowStale) { 71 set maxAge (mA) { 83 set lengthCalculator (lC) { 153 set (key, value, maxAge) { 200 this[CACHE].set(key, this[LRU_LIST].head) 243 this.set(hit.k, hit.v) 248 this.set(hit.k, hit.v, maxAge) 293 // go ahead and set it now.
|
/third_party/skia/modules/canvaskit/ |
H A D | gm_bindings.cpp | 8 #include <set> 80 static std::set<std::string> gKnownDigests; 196 result.set("png", pngData); in RunGM() 199 result.set("hash", md5.c_str()); in RunGM() 230 fResult.set("result", "failed"); 231 fResult.set("msg", failure.toString().c_str()); 253 result.set("result", "passed"); // default to passing - the reporter will mark failed. in RunTest() 260 result.set("result", "passed"); // default to passing - the reporter will mark failed. in RunTest()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 46 static inline void tlbiel_hash_set_isa206(unsigned int set, unsigned int is) in tlbiel_hash_set_isa206() argument 50 rb = (set << PPC_BITLSHIFT(51)) | (is << PPC_BITLSHIFT(53)); in tlbiel_hash_set_isa206() 56 * tlbiel instruction for hash, set invalidation 59 static __always_inline void tlbiel_hash_set_isa300(unsigned int set, unsigned int is, in tlbiel_hash_set_isa300() argument 67 rb = (set << PPC_BITLSHIFT(51)) | (is << PPC_BITLSHIFT(53)); in tlbiel_hash_set_isa300() 78 unsigned int set; in tlbiel_all_isa206() local 82 for (set = 0; set < num_sets; set++) in tlbiel_all_isa206() 83 tlbiel_hash_set_isa206(set, i in tlbiel_all_isa206() 90 unsigned int set; tlbiel_all_isa300() local [all...] |
H A D | radix_tlb.c | 26 * tlbiel instruction for radix, set invalidation 29 static __always_inline void tlbiel_radix_set_isa300(unsigned int set, unsigned int is, in tlbiel_radix_set_isa300() argument 36 rb = (set << PPC_BITLSHIFT(51)) | (is << PPC_BITLSHIFT(53)); in tlbiel_radix_set_isa300() 46 unsigned int set; in tlbiel_all_isa300() local 51 * Flush the first set of the TLB, and the entire Page Walk Cache in tlbiel_all_isa300() 59 for (set = 1; set < num_sets; set++) in tlbiel_all_isa300() 60 tlbiel_radix_set_isa300(set, is, 0, RIC_FLUSH_TLB, 0); in tlbiel_all_isa300() 65 for (set in tlbiel_all_isa300() 94 __tlbiel_pid(unsigned long pid, int set, unsigned long ric) __tlbiel_pid() argument 287 int set; _tlbiel_pid() local [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sleep34xx.S | 91 mov r0, #25 @ set service ID for PPA 93 mov r1, #0 @ set task id for ROM code in r1 94 mov r2, #4 @ set some flags in r2, r6 121 * - only the minimum set of functions gets copied to internal SRAM at boot 412 mov r0, #40 @ set service ID for PPA 414 mov r1, #0 @ set task id for ROM code in r1 415 mov r2, #4 @ set some flags in r2, r6 420 /* Write to Aux control register to set some bits */ 421 mov r0, #42 @ set service ID for PPA 423 mov r1, #0 @ set tas [all...] |
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | signal.c | 200 a given sigcontext. This because it's impossible to set *all* 207 sigset_t set; in do_sigreturn() local 212 if (__get_user(set.sig[0], &sc->sc_mask)) in do_sigreturn() 215 set_current_blocked(&set); in do_sigreturn() 235 sigset_t set; in do_rt_sigreturn() local 240 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set))) in do_rt_sigreturn() 243 set_current_blocked(&set); in do_rt_sigreturn() 328 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame() argument 338 err |= setup_sigcontext(&frame->sc, regs, set in setup_frame() 373 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) setup_rt_frame() argument [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | signal.c | 201 a given sigcontext. This because it's impossible to set *all* 208 sigset_t set; in do_sigreturn() local 213 if (__get_user(set.sig[0], &sc->sc_mask)) in do_sigreturn() 216 set_current_blocked(&set); in do_sigreturn() 236 sigset_t set; in do_rt_sigreturn() local 241 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set))) in do_rt_sigreturn() 244 set_current_blocked(&set); in do_rt_sigreturn() 329 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame() argument 339 err |= setup_sigcontext(&frame->sc, regs, set in setup_frame() 374 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) setup_rt_frame() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sleep34xx.S | 91 mov r0, #25 @ set service ID for PPA 93 mov r1, #0 @ set task id for ROM code in r1 94 mov r2, #4 @ set some flags in r2, r6 121 * - only the minimum set of functions gets copied to internal SRAM at boot 412 mov r0, #40 @ set service ID for PPA 414 mov r1, #0 @ set task id for ROM code in r1 415 mov r2, #4 @ set some flags in r2, r6 420 /* Write to Aux control register to set some bits */ 421 mov r0, #42 @ set service ID for PPA 423 mov r1, #0 @ set tas [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_sched_wakeup.c | 102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph() argument 104 if (!(is_graph(tr) ^ set)) in wakeup_display_graph() 107 stop_func_tracer(tr, !set); in wakeup_display_graph() 112 return start_func_tracer(tr, set); in wakeup_display_graph() 235 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() argument 239 /* 'set' is set if TRACE_ITER_FUNCTION is about to be set */ in register_wakeup_function() 240 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function() 267 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set() argument 279 register_wakeup_function(struct trace_array *tr, int graph, int set) register_wakeup_function() argument 284 wakeup_function_set(struct trace_array *tr, u32 mask, int set) wakeup_function_set() argument 316 wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) wakeup_flag_changed() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | blk-mq.h | 162 * only be used if RQF_SPECIAL_PAYLOAD is set, and those cannot be 385 * @tags: Tags owned by the block driver. A tag at this set is only 405 * @nr_active: Number of active requests. Only used when a tag set is 442 * set of hardware queues. 466 * struct blk_mq_tag_set - tag set that can be shared between request queues 478 * @reserved_tags: Number of tags to set aside for BLK_MQ_REQ_RESERVED tag 486 * tag set. 487 * @tags: Tag sets. One tag set per hardware queue. Has @nr_hw_queues 490 * Shared set of tags. Has @nr_hw_queues elements. If set, [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_sched_wakeup.c | 102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph() argument 104 if (!(is_graph(tr) ^ set)) in wakeup_display_graph() 107 stop_func_tracer(tr, !set); in wakeup_display_graph() 112 return start_func_tracer(tr, set); in wakeup_display_graph() 232 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() argument 236 /* 'set' is set if TRACE_ITER_FUNCTION is about to be set */ in register_wakeup_function() 237 if (function_enabled || (!set && !(tr->trace_flags & TRACE_ITER_FUNCTION))) in register_wakeup_function() 264 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set() argument 276 register_wakeup_function(struct trace_array *tr, int graph, int set) register_wakeup_function() argument 281 wakeup_function_set(struct trace_array *tr, u32 mask, int set) wakeup_function_set() argument 313 wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) wakeup_flag_changed() argument [all...] |
/third_party/node/lib/internal/ |
H A D | util.js | 154 // If --no-deprecation is set, then it is a no-op. 283 map.set(key, key); 285 map.set(key, item); 502 overrideStackTrace.set(e, (err, trace) => trace); 584 function set(value) { 591 ObjectDefineProperty(set, 'name', { 593 value: `set ${key}`, 599 set(lazyLoadedValue); 612 set, 639 function set(va [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
H A D | SfntDump.java | 256 BitSet set = null; in parseRange() 262 set = new BitSet(); in parseRange() 263 set.set(low, high + 1); in parseRange() 265 return set; in parseRange() 270 BitSet set = null; in parseList() 277 set = new BitSet(); in parseList() 284 set.set(itemNumber); in parseList() 286 return set; in parseList() 330 dumpGlyphs(BitSet set) dumpGlyphs() argument 342 dumpChars(BitSet set) dumpChars() argument [all...] |
/third_party/python/Modules/ |
H A D | _abc.c | 39 PyObject *_abc_cache; /* Normal set of weak references. */ 40 PyObject *_abc_negative_cache; /* Normal set of weak references. */ 123 PyErr_SetString(PyExc_TypeError, "_abc_impl is set to a wrong type"); in _get_impl() 131 _in_weak_set(PyObject *set, PyObject *obj) in _in_weak_set() argument 133 if (set == NULL || PySet_GET_SIZE(set) == 0) { in _in_weak_set() 144 int res = PySet_Contains(set, ref); in _in_weak_set() 152 PyObject *set; in _destroy() local 153 set = PyWeakref_GET_OBJECT(setweakref); in _destroy() 154 if (set in _destroy() 180 PyObject *set = *pset; _add_to_weak_set() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 163 int set = 1; in set_flag_dr() local 165 &set, sizeof(set)) < 0)) perror_exit("SO_DEBUG failed "); in set_flag_dr() 168 &set, sizeof(set)) < 0)) perror_exit("SO_DONTROUTE failed "); in set_flag_dr() 481 int lsrr = 0, set = 1; in traceroute_main() local 514 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_RECVPKTINFO, &set, in traceroute_main() 515 sizeof(set)); in traceroute_main() 516 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_2292PKTINFO, &set, in traceroute_main() 517 sizeof(set)); in traceroute_main() [all...] |
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_manager_stub_unit_test/src/ |
H A D | audio_manager_stub_unit_test.cpp | 209 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); in HWTEST_F() local 210 EXPECT_EQ(AUDIO_OK, set); in HWTEST_F() 230 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); in HWTEST_F() local 231 EXPECT_EQ(AUDIO_OK, set); in HWTEST_F() 251 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); in HWTEST_F() local 252 EXPECT_EQ(AUDIO_OK, set); in HWTEST_F() 272 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); in HWTEST_F() local 273 EXPECT_EQ(AUDIO_OK, set); in HWTEST_F() 293 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); in HWTEST_F() local 294 EXPECT_EQ(AUDIO_OK, set); in HWTEST_F() 314 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 335 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 356 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 377 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 398 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 419 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 440 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 461 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 482 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 503 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 524 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 689 auto set = audioServer->SetAsrAecMode(asrAecMode); HWTEST_F() local 1151 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local 1172 auto set = audioServer->SetAsrNoiseSuppressionMode(asrNoiseSuppressionMode); HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | qdisc.c | 523 if (opt->set.grio_on || opt->set.wred_on) { in nfp_abm_gred_check_params() 528 if (opt->set.dp_def != alink->def_band) { in nfp_abm_gred_check_params() 533 if (opt->set.dp_cnt != abm->num_bands) { in nfp_abm_gred_check_params() 540 struct tc_gred_vq_qopt_offload_params *band = &opt->set.tab[i]; in nfp_abm_gred_check_params() 590 qdisc->red.num_bands = opt->set.dp_cnt; in nfp_abm_gred_replace() 592 qdisc->red.band[i].ecn = opt->set.tab[i].is_ecn; in nfp_abm_gred_replace() 593 qdisc->red.band[i].threshold = opt->set.tab[i].min; in nfp_abm_gred_replace() 667 if (!opt->set.is_ecn && !nfp_abm_has_drop(abm)) { in nfp_abm_red_check_params() 672 if (opt->set in nfp_abm_red_check_params() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | qdisc.c | 523 if (opt->set.grio_on || opt->set.wred_on) { in nfp_abm_gred_check_params() 528 if (opt->set.dp_def != alink->def_band) { in nfp_abm_gred_check_params() 533 if (opt->set.dp_cnt != abm->num_bands) { in nfp_abm_gred_check_params() 540 struct tc_gred_vq_qopt_offload_params *band = &opt->set.tab[i]; in nfp_abm_gred_check_params() 590 qdisc->red.num_bands = opt->set.dp_cnt; in nfp_abm_gred_replace() 592 qdisc->red.band[i].ecn = opt->set.tab[i].is_ecn; in nfp_abm_gred_replace() 593 qdisc->red.band[i].threshold = opt->set.tab[i].min; in nfp_abm_gred_replace() 667 if (!opt->set.is_ecn && !nfp_abm_has_drop(abm)) { in nfp_abm_red_check_params() 672 if (opt->set in nfp_abm_red_check_params() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkAddIntersections.cpp | 404 pts = ts.intersect(quad1.set(wt.pts()), quad2.set(wn.pts())); in AddIntersectTs() 410 pts = ts.intersect(conic2.set(wn.pts(), wn.weight()), in AddIntersectTs() 411 quad1.set(wt.pts())); in AddIntersectTs() 417 pts = ts.intersect(cubic2.set(wn.pts()), quad1.set(wt.pts())); in AddIntersectTs() 442 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 443 quad2.set(wn.pts())); in AddIntersectTs() 448 pts = ts.intersect(conic1.set(wt.pts(), wt.weight()), in AddIntersectTs() 449 conic2.set(w in AddIntersectTs() [all...] |
/base/request/request/services/src/task/ |
H A D | ffi.rs | 262 pub(crate) fn to_c_struct(&self, task_id: u32, uid: u64, set: &ConfigSet) -> CTaskConfig { 271 headers: CStringWrapper::from(&set.headers), 274 extras: CStringWrapper::from(&set.extras), 278 form_items_ptr: set.form_items.as_ptr(), 279 form_items_len: set.form_items.len() as u32, 280 file_specs_ptr: set.file_specs.as_ptr(), 281 file_specs_len: set.file_specs.len() as u32, 282 body_file_names_ptr: set.body_file_names.as_ptr(), 283 body_file_names_len: set.body_file_names.len() as u32, 284 certs_path_ptr: set [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_descriptor_set_manager.cpp | 162 // prepare and create descriptor set pool 180 // (one descriptor set has multiple descriptors) 223 const uint32_t set, const PipelineLayout& pipelineLayout) 225 if (set < pipelineLayout.descriptorSetCount) { 226 const auto& ref = pipelineLayout.descriptorSetLayouts[set]; 227 if (ref.set == set) { 239 PLUGIN_LOG_E("set index needs to be valid in PipelineLayout"); 255 const uint32_t set, const PipelineLayout& pipelineLayout) 257 if (set < pipelineLayou [all...] |