Home
last modified time | relevance | path

Searched refs:handle_repeat (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dtrace.c57 static bool handle_repeat(struct tracebuf *tb, const union trace *trace) in handle_repeat() function
153 if (!handle_repeat(&ti->tb, trace)) { in trace_add()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dtrace.c59 static bool handle_repeat(struct tracebuf *tb, const union trace *trace) in handle_repeat() function
156 if (!handle_repeat(&ti->tb, trace)) { in trace_add()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dtrace.c59 static bool handle_repeat(struct tracebuf *tb, const union trace *trace) in handle_repeat() function
156 if (!handle_repeat(&ti->tb, trace)) { in trace_add()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dtrace.c59 static bool handle_repeat(struct tracebuf *tb, const union trace *trace) in handle_repeat() function
156 if (!handle_repeat(&ti->tb, trace)) { in trace_add()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dtrace.c59 static bool handle_repeat(struct tracebuf *tb, const union trace *trace) in handle_repeat() function
156 if (!handle_repeat(&ti->tb, trace)) { in trace_add()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dtrace.c59 static bool handle_repeat(struct tracebuf *tb, const union trace *trace) in handle_repeat() function
156 if (!handle_repeat(&ti->tb, trace)) { in trace_add()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dtrace.c51 static bool handle_repeat(struct tracebuf *tb, const union trace *trace) in handle_repeat() function
148 if (!handle_repeat(&ti->tb, trace)) { in trace_add()
/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DPlayerCommands.hxx54 handle_repeat(Client &client, Request request, Response &response);
H A DPlayerCommands.cxx246 handle_repeat(Client &client, Request args, [[maybe_unused]] Response &r) in handle_repeat() function
H A DAllCommands.cxx179 { "repeat", PERMISSION_PLAYER, 1, 1, handle_repeat },
/dports/x11/havoc/havoc-0.3.1/
H A Dmain.c244 static void handle_repeat(int ev) in handle_repeat() function
487 , rfp = { handle_repeat }
/dports/print/py-python-ly/python-ly-0.9.6/ly/music/
H A Dread.py639 def handle_repeat(self, t, source): member in Reader