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

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp203 static uint32_t crc32c(const uint8_t* buf, size_t len) { function
272 *crc = crc32c(buf + headerSize, cacheSize);
334 if (crc32c(buf + headerSize, cacheSize) != *crc) {

Completed in 60 milliseconds