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.c82528 unsigned char *newCell = 0; local
82687 newCell = p->pBt->pTmpSpace;
82688 assert( newCell!=0 );
82695 newCell[3] = 0;
82699 pPage->xParseCell(pPage, newCell, &info);
82701 Pgno ovfl = get4byte(&newCell[szNew-4]);
82707 rc = fillInCell(pPage, newCell, pX, &szNew);
82710 assert( szNew==pPage->xCellSize(pPage, newCell) );
82726 memcpy(newCell, oldCell, 4);
82750 memcpy(oldCell, newCell, szNew);
[all …]