Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c61 static uint64_t calc_key_from_pcs(int *pcs, int mirror);
203 key = calc_key_from_pcs(pcs, 0); in init_tb()
204 key2 = calc_key_from_pcs(pcs, 1); in init_tb()
H A Dtbprobe.c549 static uint64_t calc_key_from_pcs(int *pcs, int mirror) { in calc_key_from_pcs() function