Home
last modified time | relevance | path

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

/src/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()
/src/contrib/sqlite3/
H A Dsqlite3.c80903 unsigned char *newCell = 0; local
81062 newCell = p->pBt->pTmpSpace;
81063 assert( newCell!=0 );
81070 newCell[3] = 0;
81074 pPage->xParseCell(pPage, newCell, &info);
81076 Pgno ovfl = get4byte(&newCell[szNew-4]);
81082 rc = fillInCell(pPage, newCell, pX, &szNew);
81085 assert( szNew==pPage->xCellSize(pPage, newCell) );
81101 memcpy(newCell, oldCell, 4);
81125 memcpy(oldCell, newCell, szNew);
[all …]