Searched refs:pA (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/engines/vendor_defns/
H A Daep.h197 AEP_VOID_PTR pA, AEP_VOID_PTR pP,
203 AEP_VOID_PTR pA, AEP_VOID_PTR pP,
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_gcd.c547 BIGNUM *pA, *pB; local
613 pA = &local_A;
615 BN_with_flags(pA, A, BN_FLG_CONSTTIME);
618 if (!BN_div(D, M, pA, B, ctx))
/freebsd-11-stable/sys/crypto/skein/
H A Dskein_block.c542 #define Round1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rNum) \
548 X##pA += X##pB; X##pB = RotL_64(X##pB,ROT##_5); X##pB ^= X##pA; \
553 #define R1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rn) \
554 Round1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rn) \
576 #define R1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rn) \
577 Round1024(p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,pA,pB,pC,pD,pE,pF,ROT,rn) \
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c4759 ** pA!=0
4760 ** pA->isNull==0
4764 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ argument
4766 if( pA->sign!=pB->sign ){
4767 return pA->sign ? -1 : +1;
4769 if( pA->sign ){
4770 const Decimal *pTemp = pA;
4771 pA = pB;
4774 nASig = pA->nDigit - pA
4799 Decimal *pA = 0, *pB = 0; local
4849 decimal_add(Decimal *pA, Decimal *pB) argument
4924 Decimal *pA = decimal_new(0, 0, nKey1, zA); local
4950 Decimal *pA = decimal_new(context, argv[0], 0, 0); local
4963 Decimal *pA = decimal_new(context, argv[0], 0, 0); local
5048 Decimal *pA = decimal_new(context, argv[0], 0, 0); local
[all...]
H A Dsqlite3.c11879 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
11892 int nA, /* Number of bytes in buffer pA */
11893 void *pA, /* Pointer to buffer containing changeset A */
32895 sqlite3AddInt64(i64 *pA, i64 iB) argument
32915 sqlite3SubInt64(i64 *pA, i64 iB) argument
32930 sqlite3MulInt64(i64 *pA, i64 iB) argument
50009 pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB) argument
51724 rowSetEntryMerge( struct RowSetEntry *pA, struct RowSetEntry *pB ) argument
78497 sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB) argument
103440 Expr *pA = sqlite3VectorFieldSubexpr(pLeft, i); local
105920 sqlite3ExprCompare(Parse *pParse, Expr *pA, Expr *pB, int iTab) argument
106004 sqlite3ExprListCompare(ExprList *pA, ExprList *pB, int iTab) argument
106023 sqlite3ExprCompareSkip(Expr *pA, Expr *pB, int iTab) argument
131366 sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC) argument
157183 binaryToUnaryIfNull(Parse *pParse, Expr *pY, Expr *pA, int op) argument
192581 rtreeSearchPointCompare( const RtreeSearchPoint *pA, const RtreeSearchPoint *pB ) argument
[all...]
H A Dsqlite3.h10816 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
10829 int nA, /* Number of bytes in buffer pA */
10830 void *pA, /* Pointer to buffer containing changeset A */
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c21699 ** the other 64-bit signed integer at *pA and store the result in *pA.
21701 ** overflow, leave *pA unchanged and return 1.
21703 SQLITE_PRIVATE int sqlite3AddInt64(i64 *pA, i64 iB){ argument
21704 i64 iA = *pA;
21711 *pA += iB;
21716 *pA += iB;
21720 SQLITE_PRIVATE int sqlite3SubInt64(i64 *pA, i64 iB){ argument
21723 testcase( (*pA)==(-1) ); testcase( (*pA)
21733 sqlite3MulInt64(i64 *pA, i64 iB) argument
35636 pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB) argument
37192 rowSetMerge( struct RowSetEntry *pA, struct RowSetEntry *pB ) argument
58380 sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB) argument
76455 sqlite3ExprCompare(Expr *pA, Expr *pB) argument
76497 sqlite3ExprListCompare(ExprList *pA, ExprList *pB) argument
92472 sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC) argument
105650 binaryToUnaryIfNull(Parse *pParse, Expr *pY, Expr *pA, int op) argument
[all...]

Completed in 1034 milliseconds