/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | private_fields.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 168 self._bitfield_1.set(0usize, 4u8, val as u64) in set_a() 181 self._bitfield_1.set(4usize, 4u8, val as u64) in set_b() 191 __bindgen_bitfield_unit.set(0usize, 4u8, { 195 __bindgen_bitfield_unit.set(4usize, 4u8, { 234 self._bitfield_1.set(0usize, 4u8, val as u64) in set_a() 247 self._bitfield_1.set(4usize, 4u8, val as u64) in set_b() 257 __bindgen_bitfield_unit.set(0usize, 4u8, { 261 __bindgen_bitfield_unit.set(4usize, 4u8, { 300 self._bitfield_1.set( in set_a() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 58 Note: Focus set on font page fontlist. 301 action set 3 options in changes structuree and changes the 355 self.fontlist.config(yscrollcommand=scroll_font.set) 389 from tk. Setup fontlist and set font_name. Setup sizelist, 398 fonts = sorted(set(tkfont.families(self))) 401 self.font_name.set(font_name) 416 self.font_bold.set(font_bold) 442 self.font_name.set(font.lower()) 482 current set of colors are from a builtin or custom theme. 524 Note: The font in highlight_sample is set throug [all...] |
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | signal.c | 82 sigset_t set; in restore_sigframe() local 85 err = __copy_from_user(&set, &sf->uc.uc_sigmask, sizeof(set)); in restore_sigframe() 87 set_current_blocked(&set); in restore_sigframe() 172 sigset_t * set) in setup_sigframe() 223 __put_user_error(set->sig[0], &sf->uc.uc_mcontext.oldmask, err); in setup_sigframe() 225 err |= __copy_to_user(&sf->uc.uc_sigmask, set, sizeof(*set)); in setup_sigframe() 272 setup_rt_frame(struct ksignal *ksig, sigset_t * set, struct pt_regs *regs) in setup_rt_frame() argument 285 err |= setup_sigframe(frame, regs, set); in setup_rt_frame() 171 setup_sigframe(struct rt_sigframe __user * sf, struct pt_regs *regs, sigset_t * set) setup_sigframe() argument [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | compat_signal.c | 184 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local 186 if (get_compat_sigset(&set, (compat_sigset_t __user *)frame->sc.oldmask)) in COMPAT_SYSCALL_DEFINE0() 188 set_current_blocked(&set); in COMPAT_SYSCALL_DEFINE0() 205 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local 207 if (get_compat_sigset(&set, &frame->uc.uc_sigmask)) in COMPAT_SYSCALL_DEFINE0() 209 set_current_blocked(&set); in COMPAT_SYSCALL_DEFINE0() 253 static int setup_frame32(struct ksignal *ksig, sigset_t *set, in setup_frame32() argument 280 set, sizeof(compat_sigset_t))) in setup_frame32() 329 /* set extra registers only for synchronous signals */ in setup_frame32() 338 static int setup_rt_frame32(struct ksignal *ksig, sigset_t *set, in setup_rt_frame32() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | compat_signal.c | 185 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local 187 if (get_compat_sigset(&set, (compat_sigset_t __user *)frame->sc.oldmask)) in COMPAT_SYSCALL_DEFINE0() 189 set_current_blocked(&set); in COMPAT_SYSCALL_DEFINE0() 206 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local 208 if (get_compat_sigset(&set, &frame->uc.uc_sigmask)) in COMPAT_SYSCALL_DEFINE0() 210 set_current_blocked(&set); in COMPAT_SYSCALL_DEFINE0() 254 static int setup_frame32(struct ksignal *ksig, sigset_t *set, in setup_frame32() argument 281 set, sizeof(compat_sigset_t))) in setup_frame32() 326 /* set extra registers only for synchronous signals */ in setup_frame32() 335 static int setup_rt_frame32(struct ksignal *ksig, sigset_t *set, in setup_rt_frame32() argument [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | iTCO_wdt.c | 110 int (*update_no_reboot_bit)(void *p, bool set); 175 static int update_no_reboot_bit_def(void *priv, bool set) in update_no_reboot_bit_def() argument 180 static int update_no_reboot_bit_pci(void *priv, bool set) in update_no_reboot_bit_pci() argument 186 if (set) in update_no_reboot_bit_pci() 200 static int update_no_reboot_bit_mem(void *priv, bool set) in update_no_reboot_bit_mem() argument 206 if (set) in update_no_reboot_bit_mem() 220 static int update_no_reboot_bit_cnt(void *priv, bool set) in update_no_reboot_bit_cnt() argument 226 if (set) in update_no_reboot_bit_cnt() 237 static int update_no_reboot_bit_pmc(void *priv, bool set) in update_no_reboot_bit_pmc() argument 241 u32 value = set in update_no_reboot_bit_pmc() [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | test_power.c | 493 .set = param_set_ac_online, 498 .set = param_set_usb_online, 503 .set = param_set_battery_status, 508 .set = param_set_battery_present, 513 .set = param_set_battery_technology, 518 .set = param_set_battery_health, 523 .set = param_set_battery_capacity, 528 .set = param_set_battery_voltage, 533 .set = param_set_battery_charge_counter, 538 .set [all...] |
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | quirks.c | 34 dev_err(&dev->dev, "couldn't add ioport region to option set " in quirk_awe32_add_ports() 44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n", in quirk_awe32_add_ports() 53 unsigned int set = ~0; in quirk_awe32_resources() local 57 * one given) to every dependent option set. in quirk_awe32_resources() 61 pnp_option_set(option) != set) { in quirk_awe32_resources() 62 set = pnp_option_set(option); in quirk_awe32_resources() 85 dev_info(&dev->dev, "set possible IRQs in " in quirk_cmi8330_resources() 86 "option set %d to 5, 7, 10\n", in quirk_cmi8330_resources() 94 "DMA channel mask in option set %d " in quirk_cmi8330_resources() 139 unsigned int set) in pnp_clone_dependent_set() 138 pnp_clone_dependent_set(struct pnp_dev *dev, unsigned int set) pnp_clone_dependent_set() argument 183 unsigned int num_sets, i, set; quirk_add_irq_optional_dependent_sets() local [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | iTCO_wdt.c | 107 int (*update_no_reboot_bit)(void *p, bool set); 172 static int update_no_reboot_bit_def(void *priv, bool set) in update_no_reboot_bit_def() argument 177 static int update_no_reboot_bit_pci(void *priv, bool set) in update_no_reboot_bit_pci() argument 183 if (set) in update_no_reboot_bit_pci() 197 static int update_no_reboot_bit_mem(void *priv, bool set) in update_no_reboot_bit_mem() argument 203 if (set) in update_no_reboot_bit_mem() 217 static int update_no_reboot_bit_cnt(void *priv, bool set) in update_no_reboot_bit_cnt() argument 223 if (set) in update_no_reboot_bit_cnt() 234 static int update_no_reboot_bit_pmc(void *priv, bool set) in update_no_reboot_bit_pmc() argument 238 u32 value = set in update_no_reboot_bit_pmc() [all...] |
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | quirks.c | 34 dev_err(&dev->dev, "couldn't add ioport region to option set " in quirk_awe32_add_ports() 44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n", in quirk_awe32_add_ports() 53 unsigned int set = ~0; in quirk_awe32_resources() local 57 * one given) to every dependent option set. in quirk_awe32_resources() 61 pnp_option_set(option) != set) { in quirk_awe32_resources() 62 set = pnp_option_set(option); in quirk_awe32_resources() 85 dev_info(&dev->dev, "set possible IRQs in " in quirk_cmi8330_resources() 86 "option set %d to 5, 7, 10\n", in quirk_cmi8330_resources() 94 "DMA channel mask in option set %d " in quirk_cmi8330_resources() 139 unsigned int set) in pnp_clone_dependent_set() 138 pnp_clone_dependent_set(struct pnp_dev *dev, unsigned int set) pnp_clone_dependent_set() argument 183 unsigned int num_sets, i, set; quirk_add_irq_optional_dependent_sets() local [all...] |
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | test_power.c | 492 .set = param_set_ac_online, 497 .set = param_set_usb_online, 502 .set = param_set_battery_status, 507 .set = param_set_battery_present, 512 .set = param_set_battery_technology, 517 .set = param_set_battery_health, 522 .set = param_set_battery_capacity, 527 .set = param_set_battery_voltage, 532 .set = param_set_battery_charge_counter, 537 .set [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-tag.c | 271 struct blk_mq_tag_set *set = q->tag_set; in bt_iter() local 276 if (blk_mq_is_shared_tags(set->flags)) in bt_iter() 277 tags = set->shared_tags; in bt_iter() 285 * test and set the bit before assigning ->rqs[]. in bt_iter() 351 * test and set the bit before assigning ->rqs[]. in bt_tags_iter() 424 * blk_mq_tagset_busy_iter - iterate over all started requests in a tag set 425 * @tagset: Tag set to iterate over. 464 * @tagset: Tag set to drain completed request 493 * called for all requests on all queues that share that tag set and not only 612 * a new set o in blk_mq_tag_update_depth() 615 struct blk_mq_tag_set *set = hctx->queue->tag_set; blk_mq_tag_update_depth() local 653 blk_mq_tag_resize_shared_tags(struct blk_mq_tag_set *set, unsigned int size) blk_mq_tag_resize_shared_tags() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | ucount.c | 32 return ¤t_user_ns()->set; in set_lookup() 35 static int set_is_seen(struct ctl_table_set *set) in set_is_seen() argument 37 return ¤t_user_ns()->set == set; in set_is_seen() 44 container_of(head->set, struct user_namespace, set); in set_permissions() 100 setup_sysctl_set(&ns->set, &set_root, set_is_seen); in setup_userns_sysctls() 107 ns->sysctls = __register_sysctl_table(&ns->set, "user", tbl, in setup_userns_sysctls() 112 retire_sysctl_set(&ns->set); in setup_userns_sysctls() 126 retire_sysctl_set(&ns->set); in retire_userns_sysctls() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.h | 14 #include <set> 80 // Build a set of ICU locales from a list of Locales. If there is a locale 84 static std::set<std::string> BuildLocaleSet( 98 const std::set<std::string>& available_locales, Handle<Object> locales_in, 264 Isolate* isolate, const std::set<std::string>& available_locales, 266 const std::set<std::string>& relevant_extension_keys); 270 // const std::set<std::string>& JSXxx::GetAvailableLocales() { 304 const std::set<std::string>& Get() const { return set_; } in Get() 307 std::set<std::string> set_; 310 // Utility function to set tex [all...] |
H A D | dictionary-inl.h | 65 this->set(DerivedHashTable::EntryToIndex(entry) + Derived::kEntryValueIndex, in ValueAtPut() 87 this->set(kNextEnumerationIndexIndex, Smi::FromInt(index)); in set_next_enumeration_index() 98 this->set(kObjectHashIndex, Smi::FromInt(hash)); in SetHash() 144 set(kMaxNumberKeyIndex, Smi::FromInt(kRequiresSlowElementsMask)); in set_requires_slow_elements() 163 this->set(index + Derived::kEntryKeyIndex, key, mode); in SetEntry() 164 this->set(index + Derived::kEntryValueIndex, value, mode); in SetEntry() 190 dict.set(Dictionary::EntryToIndex(entry) + Dictionary::kEntryDetailsIndex, in DetailsAtPut() 248 set(EntryToIndex(entry) + kEntryKeyIndex, value); in SetEntry() 254 set(EntryToIndex(entry) + kEntryKeyIndex, the_hole); in ClearEntry() 258 set(EntryToInde in ValueAtPut() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence_helpers.cpp | 18 #include <set> 319 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() 324 std::set<const Loop*> loops{}; in CollectLoops() 343 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); in CountInductionVariables() 348 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() 351 return std::set<const Loop*>{}; in CollectLoops() 358 std::set<const Loop*> loops = CollectLoops(source_nodes); in CollectLoops() 359 std::set<const Loop*> destination_loops = CollectLoops(destination_nodes); in CollectLoops() 372 std::set<const Loop*> loops = CollectLoops(source, destination); in CountInductionVariables() 424 std::set<cons in MarkUnsusedDistanceEntriesAsIrrelevant() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence_helpers.cpp | 18 #include <set> 319 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() 324 std::set<const Loop*> loops{}; in CollectLoops() 343 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); in CountInductionVariables() 348 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() 351 return std::set<const Loop*>{}; in CollectLoops() 358 std::set<const Loop*> loops = CollectLoops(source_nodes); in CollectLoops() 359 std::set<const Loop*> destination_loops = CollectLoops(destination_nodes); in CollectLoops() 372 std::set<const Loop*> loops = CollectLoops(source, destination); in CountInductionVariables() 424 std::set<cons in MarkUnsusedDistanceEntriesAsIrrelevant() [all...] |
/third_party/skia/bench/ |
H A D | GradientBench.cpp | 60 center.set(SkScalarAve(pts[0].fX, pts[1].fX), in MakeRadial() 70 center.set(SkScalarAve(pts[0].fX, pts[1].fX), in MakeSweep() 79 center0.set(SkScalarAve(pts[0].fX, pts[1].fX), in MakeConical() 81 center1.set(SkScalarInterp(pts[0].fX, pts[1].fX, SkIntToScalar(3)/5), in MakeConical() 92 center0.set(SkScalarAve(pts[0].fX, pts[1].fX), in MakeConicalZeroRad() 94 center1.set(SkScalarInterp(pts[0].fX, pts[1].fX, SkIntToScalar(3)/5), in MakeConicalZeroRad() 107 center0.set(pts[0].fX + radius0, pts[0].fY + radius0); in MakeConicalOutside() 108 center1.set(pts[1].fX - radius1, pts[1].fY - radius1); in MakeConicalOutside() 121 center0.set(pts[0].fX + radius0, pts[0].fY + radius0); in MakeConicalOutsideZeroRad() 122 center1.set(pt in MakeConicalOutsideZeroRad() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence_helpers.cpp | 16 #include <set> 317 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() 322 std::set<const Loop*> loops{}; in CollectLoops() 341 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); in CountInductionVariables() 346 std::set<const Loop*> LoopDependenceAnalysis::CollectLoops( in CollectLoops() 349 return std::set<const Loop*>{}; in CollectLoops() 356 std::set<const Loop*> loops = CollectLoops(source_nodes); in CollectLoops() 357 std::set<const Loop*> destination_loops = CollectLoops(destination_nodes); in CollectLoops() 370 std::set<const Loop*> loops = CollectLoops(source, destination); in CountInductionVariables() 422 std::set<cons in MarkUnsusedDistanceEntriesAsIrrelevant() [all...] |
H A D | loop_fission.cpp | 17 #include <set> 29 // 2 - For each loop in the list, group each instruction into a set of related 48 // set it is removed from the second loop and vice versa. 50 // 5 - If the multiple split passes flag is set we check if each of the loops 66 // same set. Then merge those sets into just two sets. Returns false if there 84 void TraverseUseDef(Instruction* inst, std::set<Instruction*>* returned_set, 91 std::set<Instruction*> cloned_loop_instructions_; 92 std::set<Instruction*> original_loop_instructions_; 94 // We need a set of all the instructions to be seen so we can break any 96 // adding them to this set [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 49 | 5.2 If R > Y/2, then { set Last_Subtract := true, 61 | X = 2^(j)*(Q+1)Y. set Q := 2^(j)*(Q+1), 78 .set Mod_Flag,L_SCR3 79 .set SignY,FP_SCR3+4 80 .set SignX,FP_SCR3+8 81 .set SignQ,FP_SCR3+12 82 .set Sc_Flag,FP_SCR4 84 .set Y,FP_SCR1 85 .set Y_Hi,Y+4 86 .set Y_L [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | io.h | 67 /* Boolean set by platform if PIO accesses are suppored while _IO_BASE 68 * is not set or addresses cannot be translated to MMIO. This is typically 69 * set when the platform supports "special" PIO accesses via a non memory 236 * or CONFIG_PPC_INDIRECT_PIO are set allowing the platform to provide its 253 * When CONFIG_PPC_INDIRECT_MMIO is set, the platform can provide hooks 270 * CONFIG_PPC_INDIRECT_MMIO is set, thus be careful when you use that 752 * When CONFIG_PPC_INDIRECT_PIO is set, we use the generic iomap implementation 859 /* Clear and set bits in one shot. These macros can be used to clear and 860 * set multiple bits in a register using a single read-modify-write. These 861 * macros can also be used to set [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 49 | 5.2 If R > Y/2, then { set Last_Subtract := true, 61 | X = 2^(j)*(Q+1)Y. set Q := 2^(j)*(Q+1), 78 .set Mod_Flag,L_SCR3 79 .set SignY,FP_SCR3+4 80 .set SignX,FP_SCR3+8 81 .set SignQ,FP_SCR3+12 82 .set Sc_Flag,FP_SCR4 84 .set Y,FP_SCR1 85 .set Y_Hi,Y+4 86 .set Y_L [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | io.h | 59 /* Boolean set by platform if PIO accesses are suppored while _IO_BASE 60 * is not set or addresses cannot be translated to MMIO. This is typically 61 * set when the platform supports "special" PIO accesses via a non memory 265 * or CONFIG_PPC_INDIRECT_PIO are set allowing the platform to provide its 282 * When CONFIG_PPC_INDIRECT_MMIO is set, the platform can provide hooks 299 * CONFIG_PPC_INDIRECT_MMIO is set, thus be careful when you use that 918 * When CONFIG_PPC_INDIRECT_PIO is set, we use the generic iomap implementation 1027 /* Clear and set bits in one shot. These macros can be used to clear and 1028 * set multiple bits in a register using a single read-modify-write. These 1029 * macros can also be used to set [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-trace.h | 98 TP_PROTO(int set), 99 TP_ARGS(set), 101 __field(int, set) 104 __entry->set = set; 106 TP_printk("%s", __entry->set ? "enabled" : "disabled") 110 TP_PROTO(int set), 111 TP_ARGS(set) 115 TP_PROTO(int set), 116 TP_ARGS(set) [all...] |