Home
last modified time | relevance | path

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

/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_powerpc.c453 static dest_instruction_t *di_first = NULL, *di_last = NULL; variable
715 di_first = di_last = PPC_Malloc( sizeof( dest_instruction_t ) ); in PPC_CompileInit()
716 di_first->count = 0; in PPC_CompileInit()
717 di_first->next = NULL; in PPC_CompileInit()
718 di_first->jump = NULL; in PPC_CompileInit()
1824 dest_instruction_t *di_now = di_first; in PPC_ComputeCode()
1851 di_now = di_first; in PPC_ComputeCode()
1973 di_now = di_first->next; in PPC_ComputeCode()
1974 PPC_Free( di_first ); in PPC_ComputeCode()
1978 di_first = di_now->next; in PPC_ComputeCode()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dvm_powerpc.c432 static dest_instruction_t *di_first = NULL, *di_last = NULL; variable
694 di_first = di_last = PPC_Malloc( sizeof( dest_instruction_t ) ); in PPC_CompileInit()
695 di_first->count = 0; in PPC_CompileInit()
696 di_first->next = NULL; in PPC_CompileInit()
697 di_first->jump = NULL; in PPC_CompileInit()
1803 dest_instruction_t *di_now = di_first; in PPC_ComputeCode()
1830 di_now = di_first; in PPC_ComputeCode()
1952 di_now = di_first->next; in PPC_ComputeCode()
1953 PPC_Free( di_first ); in PPC_ComputeCode()
1957 di_first = di_now->next; in PPC_ComputeCode()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_powerpc.c453 static dest_instruction_t *di_first = NULL, *di_last = NULL; variable
715 di_first = di_last = PPC_Malloc( sizeof( dest_instruction_t ) ); in PPC_CompileInit()
716 di_first->count = 0; in PPC_CompileInit()
717 di_first->next = NULL; in PPC_CompileInit()
718 di_first->jump = NULL; in PPC_CompileInit()
1824 dest_instruction_t *di_now = di_first; in PPC_ComputeCode()
1851 di_now = di_first; in PPC_ComputeCode()
1973 di_now = di_first->next; in PPC_ComputeCode()
1974 PPC_Free( di_first ); in PPC_ComputeCode()
1978 di_first = di_now->next; in PPC_ComputeCode()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dvm_powerpc.c432 static dest_instruction_t *di_first = NULL, *di_last = NULL; variable
694 di_first = di_last = PPC_Malloc( sizeof( dest_instruction_t ) ); in PPC_CompileInit()
695 di_first->count = 0; in PPC_CompileInit()
696 di_first->next = NULL; in PPC_CompileInit()
697 di_first->jump = NULL; in PPC_CompileInit()
1803 dest_instruction_t *di_now = di_first; in PPC_ComputeCode()
1830 di_now = di_first; in PPC_ComputeCode()
1952 di_now = di_first->next; in PPC_ComputeCode()
1953 PPC_Free( di_first ); in PPC_ComputeCode()
1957 di_first = di_now->next; in PPC_ComputeCode()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_powerpc.c453 static dest_instruction_t *di_first = NULL, *di_last = NULL; variable
715 di_first = di_last = PPC_Malloc( sizeof( dest_instruction_t ) ); in PPC_CompileInit()
716 di_first->count = 0; in PPC_CompileInit()
717 di_first->next = NULL; in PPC_CompileInit()
718 di_first->jump = NULL; in PPC_CompileInit()
1824 dest_instruction_t *di_now = di_first; in PPC_ComputeCode()
1851 di_now = di_first; in PPC_ComputeCode()
1973 di_now = di_first->next; in PPC_ComputeCode()
1974 PPC_Free( di_first ); in PPC_ComputeCode()
1978 di_first = di_now->next; in PPC_ComputeCode()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_powerpc.c453 static dest_instruction_t *di_first = NULL, *di_last = NULL; variable
715 di_first = di_last = PPC_Malloc( sizeof( dest_instruction_t ) ); in PPC_CompileInit()
716 di_first->count = 0; in PPC_CompileInit()
717 di_first->next = NULL; in PPC_CompileInit()
718 di_first->jump = NULL; in PPC_CompileInit()
1824 dest_instruction_t *di_now = di_first; in PPC_ComputeCode()
1851 di_now = di_first; in PPC_ComputeCode()
1973 di_now = di_first->next; in PPC_ComputeCode()
1974 PPC_Free( di_first ); in PPC_ComputeCode()
1978 di_first = di_now->next; in PPC_ComputeCode()
[all …]