OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nth_bit
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/extensions/ngram/
nthbit.h
25
inline uint32
nth_bit
(uint64 v, uint32 r) {
function
/external/openfst/src/extensions/ngram/
bitmap-index.cc
88
int nth =
nth_bit
(bits_[offset], rembits);
111
int nth =
nth_bit
(~bits_[offset], remzeros);
Completed in 267 milliseconds