Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1038 GHashCell oldCell(cellPtr->load()); in insert() local
1039 while (oldCell.isEmpty() || oldCell.getGHash(ctx) == ghash) { in insert()
1042 if (!oldCell.isEmpty() && oldCell < newCell) in insert()
1046 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c80902 unsigned char *oldCell; local
81099 oldCell = findCell(pPage, idx);
81101 memcpy(newCell, oldCell, 4);
81103 BTREE_CLEAR_CELL(rc, pPage, oldCell, info);
81119 if( oldCell < pPage->aData+pPage->hdrOffset+10 ){
81122 if( oldCell+szNew > pPage->aDataEnd ){
81125 memcpy(oldCell, newCell, szNew);