| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| H A D | pm.h | 13 void (*enter)(suspend_state_t state); member
|
| /kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
| H A D | pm.h | 13 void (*enter)(suspend_state_t state); member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_pass.cpp | 72 bool vpass::visit(node& n, bool enter) { return true; } in visit() argument 73 bool vpass::visit(container_node& n, bool enter) { return true; } in visit() argument 74 bool vpass::visit(alu_group_node& n, bool enter) { return true; } in visit() argument 75 bool vpass::visit(cf_node& n, bool enter) { return true; } in visit() argument 76 bool vpass::visit(alu_node& n, bool enter) { return true; } in visit() argument 77 bool vpass::visit(alu_packed_node& n, bool enter) { return true; } in visit() argument 78 bool vpass::visit(fetch_node& n, bool enter) { return true; } in visit() argument 79 bool vpass::visit(region_node& n, bool enter) { return true; } in visit() argument 80 bool vpass::visit(repeat_node& n, bool enter) { return true; } in visit() argument 81 bool vpass::visit(depart_node& n, bool enter) { retur in visit() argument 82 visit(if_node& n, bool enter) visit() argument 83 visit(bb_node& n, bool enter) visit() argument [all...] |
| H A D | sb_dce_cleanup.cpp | 45 bool dce_cleanup::visit(node& n, bool enter) { in visit() argument 56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit() argument 64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit() argument 78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit() argument 89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit() argument 100 visit(fetch_node& n, bool enter) visit() argument 111 visit(region_node& n, bool enter) visit() argument 139 visit(container_node& n, bool enter) visit() argument [all...] |
| H A D | sb_gvn.cpp | 41 bool gvn::visit(node& n, bool enter) { in visit() argument 87 bool gvn::visit(cf_node& n, bool enter) { in visit() argument 95 bool gvn::visit(alu_node& n, bool enter) { in visit() argument 103 bool gvn::visit(alu_packed_node& n, bool enter) { in visit() argument 111 bool gvn::visit(fetch_node& n, bool enter) { in visit() argument 119 visit(region_node& n, bool enter) visit() argument [all...] |
| H A D | sb_liveness.cpp | 40 bool liveness::visit(container_node& n, bool enter) { in visit() argument 51 bool liveness::visit(bb_node& n, bool enter) { in visit() argument 60 bool liveness::visit(alu_group_node& n, bool enter) { in visit() argument 67 bool liveness::visit(cf_node& n, bool enter) { in visit() argument 82 bool liveness::visit(alu_node& n, bool enter) { in visit() argument 91 visit(alu_packed_node& n, bool enter) visit() argument 101 visit(fetch_node& n, bool enter) visit() argument 110 visit(region_node& n, bool enter) visit() argument 151 visit(repeat_node& n, bool enter) visit() argument 160 visit(depart_node& n, bool enter) visit() argument 170 visit(if_node& n, bool enter) visit() argument 266 visit(node& n, bool enter) visit() argument [all...] |
| H A D | sb_psi_ops.cpp | 33 bool r600_sb::psi_ops::visit(alu_node& n, bool enter) { in visit() argument 39 bool psi_ops::visit(node& n, bool enter) { in visit() argument
|
| H A D | sb_dump.cpp | 32 bool dump::visit(node& n, bool enter) { in visit() argument 56 bool dump::visit(container_node& n, bool enter) { in visit() argument 86 bool dump::visit(bb_node& n, bool enter) { in visit() argument 102 bool dump::visit(alu_group_node& n, bool enter) { in visit() argument 120 bool dump::visit(cf_node& n, bool enter) { in visit() argument 151 visit(alu_node& n, bool enter) visit() argument 167 visit(alu_packed_node& n, bool enter) visit() argument 188 visit(fetch_node& n, bool enter) visit() argument 202 visit(region_node& n, bool enter) visit() argument 232 visit(repeat_node& n, bool enter) visit() argument 255 visit(depart_node& n, bool enter) visit() argument 277 visit(if_node& n, bool enter) visit() argument [all...] |
| H A D | sb_ssa_builder.cpp | 63 bool ssa_prepare::visit(cf_node& n, bool enter) { in visit() argument 73 bool ssa_prepare::visit(alu_node& n, bool enter) { in visit() argument 81 bool ssa_prepare::visit(fetch_node& n, bool enter) { in visit() argument 89 bool ssa_prepare::visit(region_node& n, bool enter) { in visit() argument 107 bool ssa_prepare::visit(repeat_node& n, bool enter) { in visit() argument 119 visit(depart_node& n, bool enter) visit() argument 140 visit(alu_group_node& n, bool enter) visit() argument 154 visit(cf_node& n, bool enter) visit() argument 163 visit(alu_node& n, bool enter) visit() argument 213 visit(alu_packed_node& n, bool enter) visit() argument 231 visit(fetch_node& n, bool enter) visit() argument 240 visit(region_node& n, bool enter) visit() argument 251 visit(repeat_node& n, bool enter) visit() argument 262 visit(depart_node& n, bool enter) visit() argument 273 visit(if_node& n, bool enter) visit() argument 407 visit(node& n, bool enter) visit() argument 416 visit(container_node& n, bool enter) visit() argument [all...] |
| /third_party/skia/include/private/ |
| H A D | GrSingleOwner.h | 38 void enter(const char* file, int line) { in enter() function in GrSingleOwner
|
| /kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
| H A D | cpuidle.c | 27 static void davinci_save_ddr_power(int enter, bool pdown) in davinci_save_ddr_power() argument
|
| /kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
| H A D | cpuidle.c | 27 static void davinci_save_ddr_power(int enter, bool pdown) in davinci_save_ddr_power() argument
|
| /third_party/python/Lib/ |
| H A D | sched.py | 78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): member in scheduler
|
| /kernel/linux/linux-6.6/arch/powerpc/kvm/ |
| H A D | timing.c | 85 u64 enter = vcpu->arch.timing_last_enter.tv64; in kvmppc_update_timing_stats() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| H A D | timing.c | 85 u64 enter = vcpu->arch.timing_last_enter.tv64; in kvmppc_update_timing_stats() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
| H A D | ps.c | 68 void rtw_power_mode_change(struct rtw_dev *rtwdev, bool enter) in rtw_power_mode_change() argument
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| H A D | typec_altmode.h | 58 int (*enter)(struct typec_altmode *altmode, u32 *vdo); member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
| H A D | ps.c | 69 void rtw_power_mode_change(struct rtw_dev *rtwdev, bool enter) in rtw_power_mode_change() argument
|
| /third_party/node/lib/ |
| H A D | domain.js | |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| H A D | Thread.cpp | 88 void Thread::enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFrame &f) in enter() function in vk::dbg::Thread
|
| /third_party/python/Lib/test/ |
| H A D | test_thread.py | 167 def enter(self): member in Barrier
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context_types.h | 40 void (*enter)(struct intel_context *ce); member
|
| /kernel/linux/linux-6.6/include/linux/usb/ |
| H A D | typec_altmode.h | 58 int (*enter)(struct typec_altmode *altmode, u32 *vdo); member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
| H A D | ps.c | 55 static void rtw89_ps_power_mode_change(struct rtw89_dev *rtwdev, bool enter) in rtw89_ps_power_mode_change() argument 33 rtw89_ps_power_mode_change_with_hci(struct rtw89_dev *rtwdev, bool enter) rtw89_ps_power_mode_change_with_hci() argument
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_controller.h | 162 void (*enter)(struct usb_xfer *); member
|