Searched refs:func_t (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Sema/
H A Dast-print.c6 typedef void func_t(int x); typedef
7 func_t a;
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h48 func_t main;
49 func_t StartFrame;
50 func_t PlayerPreThink;
51 func_t PlayerPostThink;
52 func_t ClientKill;
53 func_t ClientConnect;
54 func_t PutClientInServer;
55 func_t ClientDisconnect;
56 func_t SetNewParms;
57 func_t SetChangeParm
[all...]
/external/quake/quake/src/QW/server/
H A Dprogdefs.h67 func_t main;
68 func_t StartFrame;
69 func_t PlayerPreThink;
70 func_t PlayerPostThink;
71 func_t ClientKill;
72 func_t ClientConnect;
73 func_t PutClientInServer;
74 func_t ClientDisconnect;
75 func_t SetNewParms;
76 func_t SetChangeParm
[all...]
H A Dprogs.h29 func_t function;
68 void PR_ExecuteProgram (func_t fnum);
107 #define G_FUNCTION(o) (*(func_t *)&pr_globals[o])
126 extern func_t SpectatorConnect;
127 extern func_t SpectatorThink;
128 extern func_t SpectatorDisconnect;
H A Dpr_comp.h23 typedef int func_t; typedef
H A Dpr_edict.c49 func_t SpectatorConnect;
50 func_t SpectatorThink;
51 func_t SpectatorDisconnect;
776 *(func_t *)d = func - pr_functions;
1043 SpectatorConnect = (func_t)(f - pr_functions);
1045 SpectatorThink = (func_t)(f - pr_functions);
1047 SpectatorDisconnect = (func_t)(f - pr_functions);
H A Dpr_exec.c361 void PR_ExecuteProgram (func_t fnum)
/external/quake/quake/src/WinQuake/
H A Dprogs.h29 func_t function;
73 void PR_ExecuteProgram (func_t fnum);
112 #define G_FUNCTION(o) (*(func_t *)&pr_globals[o])
H A Dpr_comp.h23 typedef int func_t; typedef
H A Dpr_exec.cpp361 void PR_ExecuteProgram (func_t fnum)
H A Dpr_edict.cpp36 int type_size[8] = {1,sizeof(string_t)/4,1,3,1,1,sizeof(func_t)/4,sizeof(void *)/4};
784 *(func_t *)d = func - pr_functions;
/external/valgrind/main/none/tests/
H A Dtls.c45 typedef int *(*func_t)(void); typedef
48 func_t func;
/external/valgrind/unittest/
H A Dthread_wrappers.h68 typedef bool (*func_t)(void*); typedef in class:Condition
72 : func_(reinterpret_cast<func_t>(func)), arg_(arg) {}
75 : func_(reinterpret_cast<func_t>(func)), arg_(NULL) {}
79 func_t func_;
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h161 typedef bool (*func_t)(void*); typedef in class:Condition
165 : func_(reinterpret_cast<func_t>(func)), arg_(arg) {}
168 : func_(reinterpret_cast<func_t>(func)), arg_(NULL) {}
172 func_t func_;
/external/qemu/distrib/sdl-1.2.12/
H A Dandroid-configure.sh278 typedef void (*func_t)(void);
280 func_t _dummy = $funcname;

Completed in 315 milliseconds