Searched defs:s_bit (Results 1 – 14 of 14) sorted by relevance
93 void QpackInstructionEncoder::DoSBit(bool s_bit) { in DoSBit()
74 bool s_bit() const { return s_bit_; } in s_bit() function
178 bool s_bit() const { return s_bit_; } in s_bit() function
27 bool s_bit) { in set_s_bit()
5110 int s_byte, s_bit, n_bits; in cgs_enc_ctl_stat() local5192 int s_byte, s_bit, n_bits; in cgs_threshold() local5254 int s_byte, s_bit, n_bits; in cgs_additional_el() local
1362 const crypto_word_t s_bit = (crypto_word_t)(v & 2) << (BITS_PER_WORD - 2); in poly3_from_poly() local1405 const crypto_word_t s_bit = (crypto_word_t)(mod3 & 2) in poly3_from_poly_checked() local
1358 const crypto_word_t s_bit = (crypto_word_t)(v & 2) << (BITS_PER_WORD - 2); in poly3_from_poly() local1401 const crypto_word_t s_bit = (crypto_word_t)(mod3 & 2) in poly3_from_poly_checked() local
1416 const crypto_word_t s_bit = (crypto_word_t)(v & 2) << (BITS_PER_WORD - 2); in poly3_from_poly() local1459 const crypto_word_t s_bit = (crypto_word_t)(mod3 & 2) in poly3_from_poly_checked() local
7544 uint32_t s_bit = (scaled_imm10 >> 9) & 1; in ImmLSPAC() local