Home
last modified time | relevance | path

Searched defs:enter (Results 1 - 25 of 80) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpm.h13 void (*enter)(suspend_state_t state); member
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dpm.h13 void (*enter)(suspend_state_t state); member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_pass.cpp72 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 Dsb_dce_cleanup.cpp45 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 Dsb_gvn.cpp41 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 Dsb_liveness.cpp40 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 Dsb_psi_ops.cpp33 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 Dsb_dump.cpp32 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 Dsb_ssa_builder.cpp63 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 DGrSingleOwner.h38 void enter(const char* file, int line) { in enter() function in GrSingleOwner
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dcpuidle.c27 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 Dcpuidle.c27 static void davinci_save_ddr_power(int enter, bool pdown) in davinci_save_ddr_power() argument
/third_party/python/Lib/
H A Dsched.py78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): member in scheduler
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dtiming.c85 u64 enter = vcpu->arch.timing_last_enter.tv64; in kvmppc_update_timing_stats() local
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dtiming.c85 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 Dps.c68 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 Dtypec_altmode.h58 int (*enter)(struct typec_altmode *altmode, u32 *vdo); member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dps.c69 void rtw_power_mode_change(struct rtw_dev *rtwdev, bool enter) in rtw_power_mode_change() argument
/third_party/node/lib/
H A Ddomain.js
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DThread.cpp88 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 Dtest_thread.py167 def enter(self): member in Barrier
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h40 void (*enter)(struct intel_context *ce); member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dtypec_altmode.h58 int (*enter)(struct typec_altmode *altmode, u32 *vdo); member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dps.c55 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 Dusb_controller.h162 void (*enter)(struct usb_xfer *); member

Completed in 10 milliseconds

1234