Home
last modified time | relevance | path

Searched defs:y_bit (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Doct.c156 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
226 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Doct.c156 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
226 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp()
/aosp_15_r20/external/llvm-libc/src/__support/fixed_point/
H A Dfx_bits.h110 BitType y_bit = cpp::bit_cast<BitType>(y); in bit_and() local
120 BitType y_bit = cpp::bit_cast<BitType>(y); in bit_or() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Doct.c157 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
257 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Doct.c157 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
257 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8_test_helper.cc153 int y_bit = Bit(buffer[*offset], 5); in CheckTIDAndKeyIdx() local
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c173 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp1879 static const uint32_t y_bit = 2; variable