/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 339 uint32_t X[16], *pB; in scryptBlockMix() local 342 pB = B; in scryptBlockMix() 345 X[j] ^= *pB++; in scryptBlockMix() 355 unsigned char *pB; in scryptROMix() local 360 for (pV = V, i = 0, pB = B; i < 32 * r; i++, pV++) { in scryptROMix() 361 *pV = *pB++; in scryptROMix() 362 *pV |= *pB++ << 8; in scryptROMix() 363 *pV |= *pB++ << 16; in scryptROMix() 364 *pV |= (uint32_t)*pB++ << 24; in scryptROMix() 381 for (i = 0, pB in scryptROMix() [all...] |
/third_party/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 339 uint32_t X[16], *pB; in scryptBlockMix() local 342 pB = B; in scryptBlockMix() 345 X[j] ^= *pB++; in scryptBlockMix() 355 unsigned char *pB; in scryptROMix() local 360 for (pV = V, i = 0, pB = B; i < 32 * r; i++, pV++) { in scryptROMix() 361 *pV = *pB++; in scryptROMix() 362 *pV |= *pB++ << 8; in scryptROMix() 363 *pV |= *pB++ << 16; in scryptROMix() 364 *pV |= (uint32_t)*pB++ << 24; in scryptROMix() 381 for (i = 0, pB in scryptROMix() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | struct-size1.c | 10 static void f(struct E *pE, struct B *pB) in f() argument 12 pB->pA = pE->pA[0]; in f()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.cpp | 304 void BitSet::setOr(BitSet *pA, BitSet *pB) in setOr() argument 306 if (!pB) { in setOr() 310 data[i] = pA->data[i] | pB->data[i]; in setOr()
|
/third_party/backends/backend/ |
H A D | qcam.c | 695 # define pB in[i*3-1] in despeckle() macro 709 NO_LIGHTS + ((pR - (pG + pB) / 2) + (nR - (nG + nB) / 2))) in despeckle() 715 NO_LIGHTS + ((pG - (pR + pB) / 2) + (nG - (nR + nB) / 2))) in despeckle() 721 NO_LIGHTS + ((pB - (pG + pR) / 2) + (nB - (nG + nR) / 2))) in despeckle() 722 out[i * 3 + 2] = (pB + nB) / 2; in despeckle() 734 # undef pB in despeckle() macro 749 # define pB in[i*4 - 4] in despeckle32() macro 772 NO_LIGHTS + ((pR - ((pGa + pGb) / 2 + pB) / 2) + in despeckle32() 778 if (Ga - (R + B) / 2 > NO_LIGHTS + ((pGa - (pR + pB) / 2) + in despeckle32() 784 if (Gb - (R + B) / 2 > NO_LIGHTS + ((pGb - (pR + pB) / in despeckle32() 807 # undef pB despeckle32() macro [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 294 const Vec2 pB (flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f); in renderQuad() 297 setVertex(posPtr, 1, Vec4(pB.x(), pA.y(), depth, 1.0f)); in renderQuad() 298 setVertex(posPtr, 2, Vec4(pA.x(), pB.y(), depth, 1.0f)); in renderQuad() 299 setVertex(posPtr, 3, Vec4(pB.x(), pB.y(), depth, 1.0f)); in renderQuad()
|
/third_party/sqlite/src/ |
H A D | shell.c | 2606 ** pB!=0 2607 ** pB->isNull==0 2609 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ in decimal_cmp() argument 2611 if( pA->sign!=pB->sign ){ in decimal_cmp() 2616 pA = pB; in decimal_cmp() 2617 pB = pTemp; in decimal_cmp() 2620 nBSig = pB->nDigit - pB->nFrac; in decimal_cmp() 2625 if( n>pB->nDigit ) n = pB in decimal_cmp() 2644 Decimal *pA = 0, *pB = 0; decimalCmpFunc() local 2694 decimal_add(Decimal *pA, Decimal *pB) decimal_add() argument 2770 Decimal *pB = decimal_new(0, 0, nKey2, zB); decimalCollFunc() local 2796 Decimal *pB = decimal_new(context, argv[1], 0, 0); decimalAddFunc() local 2809 Decimal *pB = decimal_new(context, argv[1], 0, 0); decimalSubFunc() local 2895 Decimal *pB = decimal_new(context, argv[1], 0, 0); decimalMulFunc() local [all...] |
H A D | sqlite3.c | 11822 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB); 11836 int nB, /* Number of bytes in buffer pB */ 11837 void *pB, /* Pointer to buffer containing changeset B */ 53341 pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB) global() argument 82661 sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB) global() argument 111399 sqlite3ExprCompare( const Parse *pParse, const Expr *pA, const Expr *pB, int iTab ) global() argument 111501 sqlite3ExprListCompare(const ExprList *pA, const ExprList *pB, int iTab) global() argument 111520 sqlite3ExprCompareSkip(Expr *pA,Expr *pB, int iTab) global() argument 138465 sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC) global() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_pubkey.c | 1047 EVP_PKEY *pA, *pB; in X509_PUBKEY_eq() local 1059 || (pB = X509_PUBKEY_get0(b)) == NULL) in X509_PUBKEY_eq() 1061 return EVP_PKEY_eq(pA, pB); in X509_PUBKEY_eq()
|
/third_party/openssl/crypto/x509/ |
H A D | x_pubkey.c | 1047 EVP_PKEY *pA, *pB; in X509_PUBKEY_eq() local 1059 || (pB = X509_PUBKEY_get0(b)) == NULL) in X509_PUBKEY_eq() 1061 return EVP_PKEY_eq(pA, pB); in X509_PUBKEY_eq()
|
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 162 SkPath pB = pathB; in check_equivalence() local 164 REPORTER_ASSERT(r, b.inverseFilled() == pB.isInverseFillType()); in check_equivalence() 167 pB.setFillType(SkPathFillType_ConvertToNonInverse(pathB.getFillType())); in check_equivalence() 172 pB.setFillType(pB.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in check_equivalence() 185 pB.close(); in check_equivalence() 187 REPORTER_ASSERT(r, pA == pB); in check_equivalence()
|
/third_party/sqlite/include/ |
H A D | sqlite3.h | 11492 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB); 11506 int nB, /* Number of bytes in buffer pB */ 11507 void *pB, /* Pointer to buffer containing changeset B */
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 5358 const char *pB, in mz_zip_reader_string_equal() 5362 if (flags & MZ_ZIP_FLAG_CASE_SENSITIVE) return 0 == memcmp(pA, pB, len); in mz_zip_reader_string_equal() 5364 if (MZ_TOLOWER(pA[i]) != MZ_TOLOWER(pB[i])) return MZ_FALSE; in mz_zip_reader_string_equal() 5357 mz_zip_reader_string_equal(const char *pA, const char *pB, mz_uint len, mz_uint flags) mz_zip_reader_string_equal() argument
|