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