OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rrot32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
Bitvec.h
144
void
rrot32
( void * blob, int len, int c );
162
return
rrot32
(blob,len,c);
188
return
rrot32
(&blob,sizeof(T),c);
Bitvec.cpp
502
void
rrot32
( void * blob, int len, int c )
function
658
b = a;
rrot32
(&b,nbytes,i); assert(b == ROTR64(a,i));
Completed in 56 milliseconds