Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbdecode.c915 static int comp_decode_and_check_crc (decode_block *block, decode_info *info, int n, int check_crc) in comp_decode_and_check_crc() function
1004 …if (0 != (result = comp_decode_and_check_crc (comp_block, comp_info, comp_block->orig.size, CRC_CH… in main()
H A Dtbindex.cpp3996 fWasError |= (0 != comp_decode_and_check_crc (block, info, block->orig.size, TB_CRC_CHECK)); in TbtProbeTable()