OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window8
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
Bitvec.h
205
uint32_t
window8
( void * blob, int len, int start, int count );
212
return
window8
(blob,len,start,count);
229
return
window8
(&blob,sizeof(T),start,count);
Bitvec.cpp
562
uint32_t
window8
( void * blob, int len, int start, int count )
function
694
uint32_t b =
window8
(&k,nbytes,start,count);
731
uint32_t c =
window8
(&x,nbytes,start,count);
Completed in 447 milliseconds