Home
last modified time | relevance | path

Searched refs:array (Results 1 – 4 of 4) sorted by relevance

/leveldb-1.20/util/
H A Dbloom.cc49 char* array = &(*dst)[init_size]; in CreateFilter() local
57 array[bitpos/8] |= (1 << (bitpos % 8)); in CreateFilter()
67 const char* array = bloom_filter.data(); in KeyMayMatch() local
72 const size_t k = array[len-1]; in KeyMayMatch()
83 if ((array[bitpos/8] & (1 << (bitpos % 8))) == 0) return false; in KeyMayMatch()
/leveldb-1.20/doc/
H A Dtable_format.md89 [offset of beginning of offset array] : 4 bytes
92 The offset array at the end of the filter block allows efficient
H A Dindex.md206 and a pointer to an external byte array. Returning a Slice is a cheaper
230 external byte array into which the Slice points remains live while the Slice is
/leveldb-1.20/
H A DREADME.md164 length into some other byte array.