HomeSort by relevance Sort by last modified time
    Searched full:func_t (Results 1 - 19 of 19) 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)
  /external/clang/test/Sema/
ast-print.c 6 typedef void func_t(int x); typedef
7 func_t a;
  /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)
  /external/valgrind/main/none/tests/
tls.c 45 typedef int *(*func_t)(void); typedef
48 func_t func;
  /external/valgrind/unittest/
thread_wrappers.h 68 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/
tsan_thread_wrappers_pthread.h 161 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.15/
android-configure.sh 278 typedef void (*func_t)(void);
280 func_t _dummy = $funcname;
  /external/bison/doc/
bison.info     [all...]
bison.texi     [all...]

Completed in 562 milliseconds