Searched defs:y_bytes (Results 1 – 7 of 7) sorted by relevance
62 def from_private_key_bytes(cls, d_bytes, x_bytes, y_bytes): argument
538 FT_UInt y_bytes = 0; in store_points() local
1632 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local
1458 std::vector<uint8_t> y_bytes = BIGNUMBytes(y.get()); in GetPublicKeyBytes() local
3370 __m128i y_bytes = _mm_loadl_epi64((__m128i *) (y+i)); in stbi__YCbCr_to_RGB_simd() local3427 uint8x8_t y_bytes = vld1_u8(y + i); in stbi__YCbCr_to_RGB_simd() local
3414 __m128i y_bytes = _mm_loadl_epi64((__m128i *) (y+i)); in stbi__YCbCr_to_RGB_simd() local3471 uint8x8_t y_bytes = vld1_u8(y + i); in stbi__YCbCr_to_RGB_simd() local