Home
last modified time | relevance | path

Searched defs:y_bytes (Results 1 – 7 of 7) sorted by relevance

/external/python/bumble/bumble/
Dcrypto.py62 def from_private_key_bytes(cls, d_bytes, x_bytes, y_bytes): argument
/external/freetype/src/sfnt/
Dsfwoff2.c538 FT_UInt y_bytes = 0; in store_points() local
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1632 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1458 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1632 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local
/external/armnn/third-party/stb/
Dstb_image.h3370 __m128i y_bytes = _mm_loadl_epi64((__m128i *) (y+i)); in stbi__YCbCr_to_RGB_simd() local
3427 uint8x8_t y_bytes = vld1_u8(y + i); in stbi__YCbCr_to_RGB_simd() local
/external/ComputeLibrary/include/stb/
Dstb_image.h3414 __m128i y_bytes = _mm_loadl_epi64((__m128i *) (y+i)); in stbi__YCbCr_to_RGB_simd() local
3471 uint8x8_t y_bytes = vld1_u8(y + i); in stbi__YCbCr_to_RGB_simd() local