HomeSort by relevance Sort by last modified time
    Searched full:func_t (Results 1 - 17 of 17) sorted by null

  /external/quake/quake/src/QW/progs/
progdefs.h 48 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 SetChangeParms;
    [all...]
  /external/quake/quake/src/WinQuake/
progdefs.q1 50 func_t main;
51 func_t StartFrame;
52 func_t PlayerPreThink;
53 func_t PlayerPostThink;
54 func_t ClientKill;
55 func_t ClientConnect;
56 func_t PutClientInServer;
57 func_t ClientDisconnect;
58 func_t SetNewParms;
59 func_t SetChangeParms;
    [all...]
progdefs.q2 52 func_t main;
53 func_t StartFrame;
54 func_t PlayerPreThink;
55 func_t PlayerPostThink;
56 func_t ClientKill;
57 func_t ClientConnect;
58 func_t PutClientInServer;
59 func_t ClientDisconnect;
60 func_t SetNewParms;
61 func_t SetChangeParms;
    [all...]
progs.h 29 func_t function;
73 void PR_ExecuteProgram (func_t fnum);
112 #define G_FUNCTION(o) (*(func_t *)&pr_globals[o])
pr_comp.h 23 typedef int func_t; typedef
pr_edict.cpp 36 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;
pr_exec.cpp 361 void PR_ExecuteProgram (func_t fnum)
WinQuake.ncb     [all...]
  /external/quake/quake/src/QW/server/
progdefs.h 67 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 SetChangeParms
    [all...]
progs.h 29 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;
pr_comp.h 23 typedef int func_t; typedef
pr_edict.c 49 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);
pr_exec.c 361 void PR_ExecuteProgram (func_t fnum)
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ufunction.h 310 typedef Ret (T::*func_t) FuncType; \
312 explicit inline ClassName (func_t pf) : m_pf (pf) {} \
315 func_t m_pf; \
333 typedef Ret (T::*func_t)(V) FuncType; \
335 inline ClassName (HostType t, func_t pf) : m_t (t), m_pf (pf) {} \
339 func_t m_pf; \
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 278 typedef void (*func_t)(void);
280 func_t _dummy = $funcname;
  /external/bison/doc/
bison.info     [all...]
bison.texinfo     [all...]

Completed in 126 milliseconds