HomeSort by relevance Sort by last modified time
    Searched defs:crc32c (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/util/
crc32c.h 12 namespace crc32c { namespace in namespace:leveldb
14 // Return the crc32c of concat(A, data[0,n-1]) where init_crc is the
15 // crc32c of some string A. Extend() is often used to maintain the
16 // crc32c of a stream of data.
19 // Return the crc32c of data[0,n-1]
42 } // namespace crc32c
crc32c_test.cc 5 #include "util/crc32c.h"
9 namespace crc32c { namespace in namespace:leveldb
67 } // namespace crc32c
crc32c.cc 5 // A portable implementation of crc32c, optimized to handle
8 #include "util/crc32c.h"
14 namespace crc32c { namespace in namespace:leveldb
331 } // namespace crc32c
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 201 static uint32_t crc32c(const uint8_t* buf, size_t len) { function
269 *crc = crc32c(buf + headerSize, cacheSize);
331 if (crc32c(buf + headerSize, cacheSize) != *crc) {

Completed in 104 milliseconds