Searched refs:array (Results 1 – 4 of 4) sorted by relevance
49 char* array = &(*dst)[init_size]; in CreateFilter() local57 array[bitpos/8] |= (1 << (bitpos % 8)); in CreateFilter()67 const char* array = bloom_filter.data(); in KeyMayMatch() local72 const size_t k = array[len-1]; in KeyMayMatch()83 if ((array[bitpos/8] & (1 << (bitpos % 8))) == 0) return false; in KeyMayMatch()
89 [offset of beginning of offset array] : 4 bytes92 The offset array at the end of the filter block allows efficient
206 and a pointer to an external byte array. Returning a Slice is a cheaper230 external byte array into which the Slice points remains live while the Slice is
164 length into some other byte array.