Home | History | Annotate | Download | only in src

Lines Matching refs:new_count

6331   int new_count = ICsWithTypeInfoCountField::decode(value) + delta;
6337 if (new_count >= 0) {
6338 new_count &= ICsWithTypeInfoCountField::kMask;
6339 value = ICsWithTypeInfoCountField::update(value, new_count);