HomeSort by relevance Sort by last modified time
    Searched refs:sc_bufSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 129 if (length < sc_bufSize)
212 if (newLength < sc_bufSize)
221 if (m_length < sc_bufSize)
247 uint8 prefix = sc_bufSize-m_remainder;
305 if (m_length < sc_bufSize)
Spooky.h 276 static const size_t sc_bufSize = 2*sc_blockSize;

Completed in 4543 milliseconds