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.cpp951 GHashCell newCell);
1024 GHashCell newCell) { in insert() argument
1025 assert(!newCell.isEmpty() && "cannot insert empty cell value"); in insert()
1047 if (!oldCell.isEmpty() && oldCell < newCell) in insert()
1051 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c82647 unsigned char *newCell = 0; local
82806 newCell = p->pBt->pTmpSpace;
82807 assert( newCell!=0 );
82814 newCell[3] = 0;
82818 pPage->xParseCell(pPage, newCell, &info);
82820 Pgno ovfl = get4byte(&newCell[szNew-4]);
82826 rc = fillInCell(pPage, newCell, pX, &szNew);
82829 assert( szNew==pPage->xCellSize(pPage, newCell) );
82845 memcpy(newCell, oldCell, 4);
82869 memcpy(oldCell, newCell, szNew);
[all …]