Home
last modified time | relevance | path

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

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcrypto.c12 cvar_t crypto_servercpupercent = {CVAR_SAVE, "crypto_servercpupercent", "10", "allowed crypto CPU l… variable
1442 Cvar_RegisterVariable(&crypto_servercpupercent); in Crypto_Init_Commands()
2025 if(crypto_servercpupercent.value > 0 || crypto_servercpumaxtime.value > 0) in Crypto_ServerParsePacket()
2037 if(crypto_servercpupercent.value > 0) in Crypto_ServerParsePacket()
2039 …rcpu_accumulator += (realtime - crypto_servercpu_lastrealtime) * crypto_servercpupercent.value * 0… in Crypto_ServerParsePacket()
/dports/games/darkplaces/darkplaces/
H A Dcrypto.c12 cvar_t crypto_servercpupercent = {CVAR_SAVE, "crypto_servercpupercent", "10", "allowed crypto CPU l… variable
1442 Cvar_RegisterVariable(&crypto_servercpupercent); in Crypto_Init_Commands()
2025 if(crypto_servercpupercent.value > 0 || crypto_servercpumaxtime.value > 0) in Crypto_ServerParsePacket()
2037 if(crypto_servercpupercent.value > 0) in Crypto_ServerParsePacket()
2039 …rcpu_accumulator += (realtime - crypto_servercpu_lastrealtime) * crypto_servercpupercent.value * 0… in Crypto_ServerParsePacket()