Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp946 GHashCell newCell);
1019 GHashCell newCell) { in insert() argument
1020 assert(!newCell.isEmpty() && "cannot insert empty cell value"); 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.c79850 unsigned char *newCell = 0;
80009 newCell = p->pBt->pTmpSpace;
80010 assert( newCell!=0 );
80017 newCell[3] = 0;
80021 pPage->xParseCell(pPage, newCell, &info);
80023 Pgno ovfl = get4byte(&newCell[szNew-4]);
80029 rc = fillInCell(pPage, newCell, pX, &szNew);
80032 assert( szNew==pPage->xCellSize(pPage, newCell) );
80048 memcpy(newCell, oldCell, 4);
80072 memcpy(oldCell, newCell, szNew);
[all …]