Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dstack_test.go96 var growDuration time.Duration // For debugging failures
102 growDuration = time.Since(start)
160 t.Log("first growStack took", growDuration)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dstack_test.go95 var growDuration time.Duration // For debugging failures
101 growDuration = time.Since(start)
159 t.Log("first growStack took", growDuration)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dstack_test.go96 var growDuration time.Duration // For debugging failures
102 growDuration = time.Since(start)
153 t.Log("first growStack took", growDuration)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dstack_test.go96 var growDuration time.Duration // For debugging failures
102 growDuration = time.Since(start)
160 t.Log("first growStack took", growDuration)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dstack_test.go96 var growDuration time.Duration // For debugging failures
102 growDuration = time.Since(start)
160 t.Log("first growStack took", growDuration)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dstack_test.go96 var growDuration time.Duration // For debugging failures
102 growDuration = time.Since(start)
160 t.Log("first growStack took", growDuration)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dstack_test.go95 var growDuration time.Duration // For debugging failures
101 growDuration = time.Since(start)
159 t.Log("first growStack took", growDuration)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dstack_test.go95 var growDuration time.Duration // For debugging failures
101 growDuration = time.Since(start)
159 t.Log("first growStack took", growDuration)
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A DG2_misc.cpp969 if( TS.gore->growDuration == -1) in G2_GorePolys()
975 add.mGoreGrowEndTime = G2API_GetTime(0) + TS.gore->growDuration; in G2_GorePolys()
978 assert(TS.gore->growDuration != 0); in G2_GorePolys()
979 …add.mGoreGrowFactor = ( 1.0f - TS.gore->goreScaleStartFraction) / (float)(TS.gore->growDuration); … in G2_GorePolys()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A DG2_misc.cpp969 if( TS.gore->growDuration == -1) in G2_GorePolys()
975 add.mGoreGrowEndTime = G2API_GetTime(0) + TS.gore->growDuration; in G2_GorePolys()
978 assert(TS.gore->growDuration != 0); in G2_GorePolys()
979 …add.mGoreGrowFactor = ( 1.0f - TS.gore->goreScaleStartFraction) / (float)(TS.gore->growDuration); … in G2_GorePolys()
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A DG2_misc.cpp1026 if( TS.gore->growDuration == -1) in G2_GorePolys()
1032 add.mGoreGrowEndTime = G2API_GetTime(0) + TS.gore->growDuration; in G2_GorePolys()
1035 assert(TS.gore->growDuration != 0); in G2_GorePolys()
1036 …add.mGoreGrowFactor = ( 1.0f - TS.gore->goreScaleStartFraction) / (float)(TS.gore->growDuration); … in G2_GorePolys()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h1843 int growDuration; // time over which we want this to scale up, set to -1 for no scaling member
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dq_shared.h2603 int growDuration; // time over which we want this to scale up, set to -1 for no scaling member
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_players.cpp65 goreSkin.growDuration = -1; // do not grow in CG_AddGhoul2Mark()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_players.c5794 goreSkin.growDuration = -1; // default expandy time in CG_AddGhoul2Mark()