Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_ais.c1941 int NL_Queue_End,NL_Queue_Exec; variable
1968 NL_Queue_Exec=0; in GetNextModuleForLink_Core()
1972 while (NearLink_Route_Queue[NL_Queue_Exec].aimodule!=NULL) { in GetNextModuleForLink_Core()
2037 NL_Queue_Exec++; in GetNextModuleForLink_Core()
2038 if (NL_Queue_Exec>=NEARLINK_QUEUE_LENGTH) NL_Queue_Exec=0; in GetNextModuleForLink_Core()
2814 NL_Queue_Exec=0; in General_GetRetreatModule_Core()
2881 NL_Queue_Exec++; in General_GetRetreatModule_Core()
2882 if (NL_Queue_Exec>=NEARLINK_QUEUE_LENGTH) NL_Queue_Exec=0; in General_GetRetreatModule_Core()
2939 NL_Queue_Exec=0; in General_GetAIModuleForRetreat()
3011 NL_Queue_Exec++; in General_GetAIModuleForRetreat()
[all …]