Home
last modified time | relevance | path

Searched refs:x_bytes (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c526 int x_bytes, width_bytes; in swrast_put_image2() local
542 x_bytes = x * (bpp >> 3); in swrast_put_image2()
550 dst = bo->map + x_bytes + (y * internal_stride); in swrast_put_image2()
575 int x_bytes, width_bytes; in swrast_get_image() local
587 x_bytes = x * (bpp >> 3); in swrast_get_image()
597 src = bo->map + x_bytes + (y * internal_stride); in swrast_get_image()
/external/python/asn1crypto/asn1crypto/
Dkeys.py151 x_bytes = int(math.ceil(math.log(x, 2) / 8.0))
154 num_bytes = max(x_bytes, y_bytes)
/external/freetype/src/sfnt/
Dsfwoff2.c546 FT_UInt x_bytes = 0; in store_points() local
569 x_bytes += 1; in store_points()
572 x_bytes += 2; in store_points()
618 xy_bytes = x_bytes + y_bytes; in store_points()
619 if ( xy_bytes < x_bytes || in store_points()
625 y_offset = flag_offset + x_bytes; in store_points()
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc443 std::vector<uint8_t> x_bytes = BIGNUMBytes(x.get()); in GetPublicKeyBytes() local
446 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1410 std::vector<uint8_t> x_bytes = BIGNUMBytes(x.get()); in GetPublicKeyBytes() local
1413 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()