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

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dforward.s9 PA == pA
10 pA = p6 define
21 pA = p7 define
/netbsd-current/external/mpl/bind/dist/bin/tests/system/metadata/
H A Dtests.sh203 $SETTIME -pA $newkey | grep "1970" >/dev/null && ret=1
211 t=$($SETTIME -pA $key | sed 's/.*: //')
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3994 ** pA!=0
3995 ** pA->isNull==0
3999 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ argument
4001 if( pA->sign!=pB->sign ){
4002 return pA->sign ? -1 : +1;
4004 if( pA->sign ){
4005 const Decimal *pTemp = pA;
4006 pA = pB;
4009 nASig = pA->nDigit - pA
4034 Decimal *pA = 0, *pB = 0; local
4084 decimal_add(Decimal *pA, Decimal *pB) argument
4157 decimalMul(Decimal *pA, Decimal *pB) argument
4206 Decimal *pA = 0; /* The result to be returned */ local
4244 Decimal *pA; local
4325 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); local
4351 Decimal *pA = decimal_new(context, argv[0], 1); local
4364 Decimal *pA = decimal_new(context, argv[0], 1); local
4445 Decimal *pA = decimal_new(context, argv[0], 1); local
4476 Decimal *pA = decimalPow2(sqlite3_value_int(argv[0])); local
[all...]
H A Dsqlite3.c12100 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
12113 int nA, /* Number of bytes in buffer pA */
12114 void *pA, /* Pointer to buffer containing changeset A */
36174 sqlite3AddInt64(i64 *pA, i64 iB) argument
36194 sqlite3SubInt64(i64 *pA, i64 iB) argument
36209 sqlite3MulInt64(i64 *pA, i64 iB) argument
54604 pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB) argument
56321 rowSetEntryMerge( struct RowSetEntry *pA, struct RowSetEntry *pB ) argument
84497 sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB) argument
111620 Expr *pA = sqlite3VectorFieldSubexpr(pLeft, i); local
114319 sqlite3ExprCompare( const Parse *pParse, const Expr *pA, const Expr *pB, int iTab ) argument
114421 sqlite3ExprListCompare(const ExprList *pA, const ExprList *pB, int iTab) argument
114440 sqlite3ExprCompareSkip(Expr *pA,Expr *pB, int iTab) argument
142046 sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC) argument
171150 binaryToUnaryIfNull(Parse *pParse, Expr *pY, Expr *pA, int op) argument
209926 rtreeSearchPointCompare( const RtreeSearchPoint *pA, const RtreeSearchPoint *pB ) argument
[all...]
H A Dsqlite3.h11787 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
11800 int nA, /* Number of bytes in buffer pA */
11801 void *pA, /* Pointer to buffer containing changeset A */
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_pubkey.c1047 EVP_PKEY *pA, *pB; local
1058 if ((pA = X509_PUBKEY_get0(a)) == NULL
1061 return EVP_PKEY_eq(pA, pB);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/autosign/
H A Dtests.sh1237 $SETTIME -K ns3 -pA -pP $zsk >settime.out.test$n.zsk || ret=1
1239 $SETTIME -K ns3 -pA -pP $ksk >settime.out.test$n.ksk || ret=1

Completed in 804 milliseconds