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

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

Completed in 238 milliseconds