Home
last modified time | relevance | path

Searched defs:s_bit (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_instruction_encoder.cc92 void QpackInstructionEncoder::DoSBit(bool s_bit) { in DoSBit()
H A Dqpack_instruction_decoder.h74 bool s_bit() const { return s_bit_; } in s_bit() function
H A Dqpack_instructions.h178 bool s_bit() const { return s_bit_; } in s_bit() function
H A Dqpack_instruction_encoder_test.cc27 bool s_bit) { in set_s_bit()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_ses.c5110 int s_byte, s_bit, n_bits; in cgs_enc_ctl_stat() local
5192 int s_byte, s_bit, n_bits; in cgs_threshold() local
5254 int s_byte, s_bit, n_bits; in cgs_additional_el() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c1416 const crypto_word_t s_bit = (crypto_word_t)(v & 2) << (BITS_PER_WORD - 2); in poly3_from_poly() local
1459 const crypto_word_t s_bit = (crypto_word_t)(mod3 & 2) in poly3_from_poly_checked() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c1416 const crypto_word_t s_bit = (crypto_word_t)(v & 2) << (BITS_PER_WORD - 2); in poly3_from_poly() local
1459 const crypto_word_t s_bit = (crypto_word_t)(mod3 & 2) in poly3_from_poly_checked() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hrss/
H A Dhrss.c1428 const crypto_word_t s_bit = (crypto_word_t)(v & 2) << (BITS_PER_WORD - 2); in poly3_from_poly() local
1471 const crypto_word_t s_bit = (crypto_word_t)(mod3 & 2) in poly3_from_poly_checked() local
/aosp_15_r20/external/boringssl/src/crypto/hrss/
H A Dhrss.c1428 const crypto_word_t s_bit = (crypto_word_t)(v & 2) << (BITS_PER_WORD - 2); in poly3_from_poly() local
1471 const crypto_word_t s_bit = (crypto_word_t)(mod3 & 2) in poly3_from_poly_checked() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dassembler-aarch64.h7237 uint32_t s_bit = (scaled_imm10 >> 9) & 1; in ImmLSPAC() local