OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lrot8
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
Bitvec.h
139
void
lrot8
( void * blob, int len, int c );
154
return
lrot8
(blob,len,c);
179
return
lrot8
(&blob,sizeof(T),c);
Bitvec.cpp
367
void
lrot8
( void * blob, int len, int c )
function
653
b = a;
lrot8
(&b,nbytes,i); assert(b == ROTL64(a,i));
Completed in 45 milliseconds