Home
last modified time | relevance | path

Searched refs:MAXCALLBACKS (Results 1 – 4 of 4) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Ddependency_interface.h107 static const int MAXCALLBACKS = 8; ///< Maximum number of callbacks. variable
108 … using callbackT = Stack<CallbackInterface*,MAXCALLBACKS>; ///< \todo Brief description needed.
H A Dfuture.h205 static const int MAXCALLBACKS = 4;
207 typedef Stack<CallbackInterface*, MAXCALLBACKS> callbackT; ///< Callback type.
208 … typedef Stack<std::shared_ptr<FutureImpl<T> >,MAXCALLBACKS> assignmentT; ///< Assignment type.
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dmodules.h26 #define MAXCALLBACKS 30 macro
512 extern MODVAR Callback *Callbacks[MAXCALLBACKS], *RCallbacks[MAXCALLBACKS];
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dmodules.c62 Callback *Callbacks[MAXCALLBACKS]; /* Callback objects for modules, used for rehashing etc (can be …
63 Callback *RCallbacks[MAXCALLBACKS]; /* 'Real' callback function, used for callback function calls */
1643 for (i=0; i < MAXCALLBACKS; i++) in callbacks_check()
1666 for (i=0; i < MAXCALLBACKS; i++) in callbacks_switchover()