Searched refs:pSrc (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/etc/
H A Dmemcpy_ext.h73 @Param[in] pSrc - The address of the source buffer.
74 @Param[in] size - The number of bytes that will be copied from pSrc to pDst.
82 void * MemCpy32(void* pDst,void* pSrc, uint32_t size);
83 void * IO2IOCpy32(void* pDst,void* pSrc, uint32_t size);
84 void * IO2MemCpy32(void* pDst,void* pSrc, uint32_t size);
85 void * Mem2IOCpy32(void* pDst,void* pSrc, uint32_t size);
103 @Param[in] pSrc - The address of the source buffer.
104 @Param[in] size - The number of bytes that will be copied from pSrc to pDst.
114 void * MemCpy64(void* pDst,void* pSrc, uint32_t size);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtokenize.c52 const ch_t * pSrc = (const ch_t *)(*ppSrc + 1); local
55 ch_t ch = *(pSrc++);
60 pSrc += ao_string_cook_escape_char((const char *)pSrc, (char *)&ch, 0x7F);
72 *ppSrc = (char const *)pSrc; /* char following closing quote */
80 cc_t * pSrc = (cc_t *) (*ppSrc + 1); local
83 ch_t ch = *(pSrc++);
92 switch (*pSrc) {
95 if (*(++pSrc) == NL)
96 ++pSrc;
[all...]
/freebsd-11-stable/stand/ficl/
H A Dvm.c315 char *pSrc = vmGetInBuf(pVM); local
321 pSrc = skipSpace(pSrc, pEnd);
322 SI_SETPTR(si, pSrc);
325 for (ch = *pSrc; (pEnd != pSrc) && !isspace(ch); ch = *++pSrc)
334 if (pEnd == pSrc)
336 ch = *pSrc;
340 pSrc
393 char *pSrc = vmGetInBuf(pVM); local
[all...]
H A Dwords.c2671 char *pSrc = vmGetInBuf(pVM); local
2679 for (ch = *pSrc; (pEnd != pSrc) && (ch != ')'); ch = *++pSrc)
2683 if ((pEnd != pSrc) && (ch == ')'))
2684 pSrc++;
2687 vmUpdateTib(pVM, pSrc);
/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmemcpy.c104 void * MemCpy32(void* pDst,void* pSrc, uint32_t size) argument
115 p_Src8 = (uint8_t*)(pSrc);
121 while((PTR_TO_UINT(p_Src8) & 3) && size) /* (pSrc mod 4) > 0 and size > 0 */
135 leftAlign = (uint32_t)((PTR_TO_UINT(p_Src8) & 3) << 3); /* leftAlign = (pSrc mod 4)*8 */
178 void * IO2IOCpy32(void* pDst,void* pSrc, uint32_t size) argument
189 p_Src8 = (uint8_t*)(pSrc);
195 while((PTR_TO_UINT(p_Src8) & 3) && size) /* (pSrc mod 4) > 0 and size > 0 */
211 leftAlign = (uint32_t)((PTR_TO_UINT(p_Src8) & 3) << 3); /* leftAlign = (pSrc mod 4)*8 */
257 void * Mem2IOCpy32(void* pDst,void* pSrc, uint32_t size) argument
268 p_Src8 = (uint8_t*)(pSrc);
335 IO2MemCpy32(void* pDst,void* pSrc, uint32_t size) argument
414 MemCpy64(void* pDst,void* pSrc, uint32_t size) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10638 ** be NULL. The pSrc corresponds to the FROM clause of a SELECT or
10694 SrcList *pSrc; /* The FROM clause */ member in struct:Select
19576 SrcList *pSrc = va_arg(ap, SrcList*); local
19578 struct SrcList_item *pItem = &pSrc->a[k];
19579 assert( k>=0 && k<pSrc->nSrc );
53515 const u8 *pSrc; local
56480 Btree *pSrc; /* Source b-tree file */ member in struct:sqlite3_backup
71760 SrcList *pSrc; local
72209 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
74366 SrcList *pSrc; local
77170 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
77524 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
82271 sqlite3SrcListEnlarge( sqlite3 *db, SrcList *pSrc, int nExtra, int iStart ) argument
83429 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
83529 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
86129 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
86466 SrcList *pSrc; local
88430 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
88495 Table *pSrc; /* The table in the FROM clause of SELECT */ local
92397 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
92550 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
92585 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
92670 SrcList *pSrc; /* All tables in the FROM clause */ local
94911 SrcList *pSrc; local
95053 SrcList *pSrc; /* The FROM clause of the outer query */ local
97818 SrcList *pSrc; /* SrcList to be returned */ local
98855 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
100815 SrcList *pSrc = pS->pSrc; local
101197 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
101449 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
102134 bestOrClauseIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
102224 termCanDriveIndex( WhereTerm *pTerm, struct SrcList_item *pSrc, Bitmask notReady ) argument
102248 bestAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereCost *pCost ) argument
102319 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
102472 allocateIndexInfo( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, ExprList *pOrderBy ) argument
102636 bestVirtualIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost, sqlite3_index_info **ppIdxInfo ) argument
103207 bestBtreeIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, ExprList *pDistinct, WhereCost *pCost ) argument
103679 bestIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
108376 SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0); local
127601 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c18517 ** be NULL. The pSrc corresponds to the FROM clause of a SELECT or
18640 SrcList *pSrc; /* The FROM clause */ member in struct:Select
29291 SrcList *pSrc; local
29877 sqlite3TreeViewSrcList(TreeView *pView, const SrcList *pSrc) argument
66362 ptrmapPutOvflPtr(MemPage *pPage, MemPage *pSrc, u8 *pCell,int *pRC) argument
71469 const u8 *pSrc; local
73934 sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey) argument
75724 Btree *pSrc; /* Source b-tree file */ member in struct:sqlite3_backup
91124 VdbeCursor *pSrc; /* Cursor to read from */ local
98532 SrcList *pSrc; local
99302 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
103053 SrcList *pSrc; local
106347 SrcList *pSrc; /* One particular FROM clause in a nested query */ member in struct:SrcCount
106380 SrcList *pSrc = p->pSrc; local
106869 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
107210 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
107322 sqlite3AlterRenameColumn( Parse *pParse, SrcList *pSrc, Token *pOld, Token *pNew ) argument
107589 SrcList *pSrc = p->pSrc; local
107991 SrcList *pSrc = sqlite3TriggerStepSrc(pParse, pStep); local
108299 SrcList *pSrc = pSelect->pSrc; local
108626 sqlite3AlterDropColumn(Parse *pParse, SrcList *pSrc, Token *pName) argument
116022 sqlite3SrcListEnlarge( Parse *pParse, SrcList *pSrc, int nExtra, int iStart ) argument
117485 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
117595 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, char *zStmtType ) argument
121263 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
121714 SrcList *pSrc; local
124785 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
124855 Table *pSrc; /* The table in the FROM clause of SELECT */ local
131279 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, u32 selFlags, Expr *pLimit ) argument
131446 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol, int bIgnoreHidden ) argument
131484 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
131601 SrcList *pSrc; /* All tables in the FROM clause */ local
133504 SrcList *pSrc = p->pSrc; /* The FROM clause of the recursive query */ local
134759 SrcList *pSrc; local
134827 srclistRenumberCursors( Parse *pParse, int *aCsrMap, SrcList *pSrc, int iExcept ) argument
135061 SrcList *pSrc; /* The FROM clause of the outer query */ local
136191 SrcList *pSrc = pRecTerm->pSrc; local
139327 SrcList *pSrc; /* SrcList to be returned */ local
140127 SrcList *pSrc; local
141084 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
141511 SrcList *pSrc; /* FROM clause for the UPDATE */ local
146906 whereCombineDisjuncts( SrcList *pSrc, WhereClause *pWC, WhereTerm *pOne, WhereTerm *pTwo ) argument
147033 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
147330 SrcList *pSrc = pS->pSrc; local
147420 SrcList *pSrc = p->u.pSrcList; local
147467 exprUsesSrclist(SrcList *pSrc, Expr *pExpr, int bUses) argument
147482 SrcList *pSrc; /* The tables in an EXISTS(SELECT ... FROM <here> ...) */ member in struct:ExistsToInCtx
147598 exprAnalyzeExists( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
147704 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
148493 whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc) argument
149003 termCanDriveIndex( WhereTerm *pTerm, SrcItem *pSrc, Bitmask notReady ) argument
149036 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, SrcItem *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
149243 allocateIndexInfo( Parse *pParse, WhereClause *pWC, Bitmask mUnusable, SrcItem *pSrc, ExprList *pOrderBy, u16 *pmNoOmit ) argument
150754 whereLoopAddBtreeIndex( WhereLoopBuilder *pBuilder, SrcItem *pSrc, Index *pProbe, LogEst nInMul ) argument
151247 SrcItem *pSrc; /* The FROM clause btree term to add */ local
151528 SrcItem *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab]; local
151720 SrcItem *pSrc; /* The FROM clause term to search */ local
154674 SrcList *pSrc; member in struct:WindowRewrite
154793 selectWindowRewriteEList( Parse *pParse, Window *pWin, SrcList *pSrc, ExprList *pEList, Table *pTab, ExprList **ppSub ) argument
154888 SrcList *pSrc = p->pSrc; local
161457 SrcList *pSrc = sqlite3SrcListAppend(pParse, 0,&yymsp[-2].minor.yy0,&yymsp[-1].minor.yy0); local
192020 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
192983 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local
[all...]
H A Dshell.c19227 sqlite3 *pSrc; local
19242 rc = sqlite3_open(zSrcFile, &pSrc);
19245 close_db(pSrc);
19249 pBackup = sqlite3_backup_init(p->db, zDb, pSrc, "main");
19252 close_db(pSrc);
19272 close_db(pSrc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1940 GenericValue *pSrc = &Src;
1943 pSrc = &pSrc->AggregateVal[*IdxBegin];
1953 Dest.IntVal = pSrc->IntVal;
1956 Dest.FloatVal = pSrc->FloatVal;
1959 Dest.DoubleVal = pSrc->DoubleVal;
1964 Dest.AggregateVal = pSrc->AggregateVal;
1967 Dest.PointerVal = pSrc->PointerVal;
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3117 sqlite3 *pSrc; local
3131 rc = sqlite3_open_v2(zSrcFile, &pSrc,
3135 sqlite3_errmsg(pSrc), (char*)0);
3136 sqlite3_close(pSrc);
3139 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main");
3143 sqlite3_close(pSrc);
3165 sqlite3_close(pSrc);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c883 PPFN_NUMBER pSrc, pDst; local
893 pSrc = MmGetMdlPfnArray(tempMdl);
899 RtlCopyMemory(pDst, pSrc, mdl_len); /* copy the page descriptors */

Completed in 1018 milliseconds