Searched refs:pNew (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C253 double * pNew = pBeginNew; local
254 while (pOld != end() && pNew != pEndNew)
255 ElementProperties::construct(pNew++,*pOld++);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C253 double * pNew = pBeginNew; local
254 while (pOld != end() && pNew != pEndNew)
255 ElementProperties::construct(pNew++,*pOld++);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c4881 ** encrypted, this routine will encrypt it. If pNew==0 or nNew==0, the
15738 void *pNew; local
15742 pNew = sqlite3MemMalloc(nByte);
15743 if( pNew ){
15744 memcpy(pNew, pPrior, nByte<pOldHdr->iSize ? nByte : pOldHdr->iSize);
15746 randomFill(&((char*)pNew)[pOldHdr->iSize], nByte - pOldHdr->iSize);
15750 return pNew;
17461 sqlite3_debug_mutex *pNew = 0; local
17465 pNew = sqlite3Malloc(sizeof(*pNew));
19033 void *pNew; local
19177 void *pNew = 0; local
19214 void *pNew; local
22194 sqlite3HashInit(Hash *pNew) argument
25751 struct vxworksFileId *pNew; /* search key and new file ID */ local
29519 unixFile *pNew = (unixFile *)pId; local
30762 unixFile *pNew; local
34453 struct winShmNode *pNew; /* Newly allocated winShmNode */ local
37920 struct RowSetChunk *pNew; local
41811 char *pNew = NULL; /* New temp space */ local
54931 MemPage *pNew; /* Newly allocated page */ local
55476 MemPage *pNew; local
55557 MemPage *pNew = apNew[i]; local
55683 MemPage *pNew = apNew[0]; local
59478 VdbeOp *pNew; local
65018 Savepoint *pNew; member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
72138 SorterRecord *pNew; /* New list element */ local
72786 FileChunk *pNew = sqlite3_malloc(sizeof(FileChunk)); local
74654 Expr *pNew; local
74775 Expr *pNew = sqlite3ExprAlloc(db, TK_AND, 0, 0); local
74786 Expr *pNew; local
75018 Expr *pNew = 0; /* Value to return */ local
75122 ExprList *pNew; local
75158 SrcList *pNew; local
75193 IdList *pNew; local
75213 Select *pNew, *pPrior; local
78936 Table *pNew; /* Copy of pParse->pNewTable */ local
79060 Table *pNew; local
84142 void *pNew; local
84251 SrcList *pNew; local
88663 Expr *pNew; local
94203 sqlite3_stmt *pNew; local
94407 Select *pNew; local
96571 Expr *pNew = sqlite3Expr(db, TK_INTEGER, 0); local
96875 Expr *pNew; local
97223 Select *pNew; local
97645 ExprList *pNew = 0; local
102230 FuncDef *pNew; local
103424 Expr *pNew; /* The complete IN operator */ local
103535 WhereTerm *pNew; local
108913 yyStackEntry *pNew; local
115496 void **pNew = (void **)sqlite3Malloc(nArg*sizeof(void *)*2); local
122979 sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey) argument
123910 char *pNew; local
124627 char *pNew; local
126432 SegmentNode *pNew; local
126986 char *pNew; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dofw.c1601 PVFREE pNew; local
1632 pNew = ofw_malloc(sizeof(VFREE));
1633 pNew->pNext = (*ppvf)->pNext;
1634 (*ppvf)->pNext = pNew;
1635 pNew->start = new + size;
1636 pNew->size = tail;

Completed in 567 milliseconds