Home
last modified time | relevance | path

Searched refs:have_crc32 (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/compress/api/
H A Dlzo.cpp401 bool have_crc32 = (flags & fChecksum) > 0; in DecompressBlock() local
402 if ( have_crc32 ) { in DecompressBlock()
418 if ( F_ISSET(fChecksum) && have_crc32 ) { in DecompressBlock()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/compress/api/
H A Dlzo.cpp401 bool have_crc32 = (flags & fChecksum) > 0; in DecompressBlock() local
402 if ( have_crc32 ) { in DecompressBlock()
418 if ( F_ISSET(fChecksum) && have_crc32 ) { in DecompressBlock()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Ddefs.cpp817 uint8_t have_crc32 = 0; in defsparser() local
866 have_crc32 = 1; in defsparser()
886 have_crc32 = 1; in defsparser()
928 if (have_crc32) in defsparser()
932 have_crc32 = 0; in defsparser()
951 if (have_crc32 || have_size) in defsparser()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dblood.cpp2294 uint8_t have_crc32 = 0; in parsedefinitions_game() local
2315 have_crc32 = 1; in parsedefinitions_game()
2335 have_crc32 = 1; in parsedefinitions_game()
2376 if (have_crc32) in parsedefinitions_game()