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

  /external/chromium_org/third_party/smhasher/src/
Bitvec.h 76 void rshift8 ( void * blob, int len, int c );
99 rshift8(blob,len,c);
Bitvec.cpp 284 void rshift8 ( void * blob, int nbytes, int c ) function
649 b = a; rshift8 (&b,nbytes,i); assert(b == (a >> i));

Completed in 47 milliseconds