Lines Matching +refs:val +refs:entry
89 // "N" = 2^"LogN". An array with an entry for each such subregion
242 void set_init_to_zero(bool val) { _init_to_zero = val; }
297 static size_t entry_to_cards_back(u_char entry) {
298 assert(entry >= N_words, "Precondition");
299 return power_to_cards_back(entry - N_words);
301 static size_t entry_to_words_back(u_char entry) {
302 assert(entry >= N_words, "Precondition");
303 return power_to_words_back(entry - N_words);
325 // updates to individual entries always reduce the entry from a higher
398 void set_init_to_zero(bool val) {
399 _init_to_zero = val;
401 _array->set_init_to_zero(val);
405 // Return the index of the last entry in the "active" region.
543 // Zero out the entry for _bottom (offset will be zero)