Home
last modified time | relevance | path

Searched refs:CALL_VOID_5 (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.h482 #define CALL_VOID_5(t1, t2, t3, t4, t5) (*thefunc->func)(ARGS5(t1, t2, t3, t4, t5)) macro
H A Dmachinestate.c1887 default: CALL_VOID_5(voidptr, string, string, int64, int); break; in call_funcsig()
1892 default: CALL_VOID_5(int, int, int, boolean, voidptr); break; in call_funcsig()