OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lshift32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
Bitvec.h
73
void
lshift32
( void * blob, int len, int c );
83
lshift32
(blob,len,c);
108
lshift32
(&blob,sizeof(T),c);
121
lshift32
(&blob,sizeof(T),c);
Bitvec.cpp
235
void
lshift32
( void * blob, int len, int c )
function
646
b = a;
lshift32
(&b,nbytes,i); assert(b == (a << i));
Completed in 155 milliseconds