OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearbit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
Bitvec.h
23
void
clearbit
( void * blob, int len, uint32_t bit );
Bitvec.cpp
158
val ? setbit(block,len,bit) :
clearbit
(block,len,bit);
161
void
clearbit
( void * block, int len, uint32_t bit )
function
Completed in 297 milliseconds