Searched refs:kCRC32Table (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc43 static const uint32 kCRC32Table[256] = { member in namespace:google::protobuf::compiler
93 x = kCRC32Table[(x ^ c) & 0xff] ^ (x >> 8);

Completed in 74 milliseconds