OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rrot1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
Bitvec.h
142
void
rrot1
( void * blob, int len, int c );
Bitvec.cpp
448
void
rrot1
( void * blob, int len, int c )
function
656
b = a;
rrot1
(&b,nbytes,i); assert(b == ROTR64(a,i));
Completed in 29 milliseconds