Home
last modified time | relevance | path

Searched refs:old_cell (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/lang_id/common/
Dregistry.h161 const Cell *old_cell = FindCell(key); in Add() local
162 if (old_cell != nullptr) { in Add()
/external/v8/src/heap/
Dslot-set.h200 uint32_t old_cell = cell; in Iterate() local
213 uint32_t new_cell = old_cell & ~mask; in Iterate()
214 if (old_cell != new_cell) { in Iterate()