Home
last modified time | relevance | path

Searched refs:pCell (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2009-10-19-EmergencySpill.ll9 …Rtree, %struct.RtreeNode* nocapture %pNode, %struct.RtreeCell* nocapture %pCell, i32 %iCell) nounw…
34 …%scevgep = getelementptr %struct.RtreeCell, %struct.RtreeCell* %pCell, i64 0, i32 1, i64 %indvar ;…
/external/sqlite/dist/
Dsqlite3.c55529 u8 *pCell, /* Pointer to the cell text. */
55555 pInfo->iOverflow = (u16)(&pInfo->pPayload[pInfo->nLocal] - pCell);
55575 u8 *pCell, /* Pointer to the cell text. */
55585 pInfo->nSize = 4 + getVarint(&pCell[4], (u64*)&pInfo->nKey);
55594 u8 *pCell, /* Pointer to the cell text. */
55607 pIter = pCell;
55655 pInfo->nSize = nPayload + (u16)(pIter - pCell);
55660 btreeParseCellAdjustSizeForOverflow(pPage, pCell, pInfo);
55665 u8 *pCell, /* Pointer to the cell text. */
55675 pIter = pCell + pPage->childPtrSize;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c55511 u8 *pCell, /* Pointer to the cell text. */
55537 pInfo->iOverflow = (u16)(&pInfo->pPayload[pInfo->nLocal] - pCell);
55557 u8 *pCell, /* Pointer to the cell text. */
55567 pInfo->nSize = 4 + getVarint(&pCell[4], (u64*)&pInfo->nKey);
55576 u8 *pCell, /* Pointer to the cell text. */
55589 pIter = pCell;
55637 pInfo->nSize = nPayload + (u16)(pIter - pCell);
55642 btreeParseCellAdjustSizeForOverflow(pPage, pCell, pInfo);
55647 u8 *pCell, /* Pointer to the cell text. */
55657 pIter = pCell + pPage->childPtrSize;
[all …]
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1502 CXFA_ContentLayoutItem* pCell = rgRowItems[i]; in DoLayoutTableContainer() local
1503 if (!pCell) { in DoLayoutTableContainer()