Home
last modified time | relevance | path

Searched refs:kZeros (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputHLSL.cpp158 const char *kZeros = "_ANGLE_ZEROS_"; variable
165 ss << "static uint " << kZeros << "[" << kZeroCount << "];\n"; in DefineZeroArray()
181 ss << kZeros; in GetZeroInitializer()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOutputHLSL.cpp131 const char *kZeros = "_ANGLE_ZEROS_"; variable
138 ss << "static uint " << kZeros << "[" << kZeroCount << "];\n"; in DefineZeroArray()
154 ss << kZeros; in GetZeroInitializer()
/third_party/skia/tests/
DGrStyledShapeTest.cpp82 const uint8_t* kZeros = reinterpret_cast<uint8_t*>(calloc(kRes, 1)); in test_bounds_by_rasterizing() local
84 static constexpr uint8_t kZeros[kRes] = {0}; in test_bounds_by_rasterizing() local
88 if (0 != memcmp(kZeros, row, kRes)) { in test_bounds_by_rasterizing()
93 free(const_cast<uint8_t*>(kZeros)); in test_bounds_by_rasterizing()
/third_party/flutter/skia/tests/
DGrShapeTest.cpp82 const uint8_t* kZeros = reinterpret_cast<uint8_t*>(calloc(kRes, 1)); in test_bounds_by_rasterizing() local
84 static constexpr uint8_t kZeros[kRes] = {0}; in test_bounds_by_rasterizing() local
88 if (0 != memcmp(kZeros, row, kRes)) { in test_bounds_by_rasterizing()
93 free(const_cast<uint8_t*>(kZeros)); in test_bounds_by_rasterizing()
/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c5565 static const uint8_t kZeros[32] = {0}; in X25519() local
5568 return CRYPTO_memcmp(kZeros, out_shared_key, 32) != 0; in X25519()
/third_party/openssl/crypto/ec/
Dcurve25519.c5619 static const uint8_t kZeros[32] = {0}; in ossl_x25519() local
5622 return CRYPTO_memcmp(kZeros, out_shared_key, 32) != 0; in ossl_x25519()