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

  /external/chromium_org/third_party/smhasher/src/
Bitvec.h 206 uint32_t window32 ( void * blob, int len, int start, int count );
216 return window32(blob,len,start,count);
225 return window32(&blob,sizeof(T),start,count);
Bitvec.cpp 594 uint32_t window32 ( void * blob, int len, int start, int count ) function
732 uint32_t d = window32(&x,nbytes,start,count);

Completed in 71 milliseconds