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