Searched defs:high_bit (Results 1 – 16 of 16) sorted by relevance
34 const uint32_t high_bit = 1 << (p_crc_calculator->bits - 1); in crc_calculator_init_table() local
115 int high_bit = val ? 63 - __builtin_clzll(val) : 0; in upb_value_size() local
75 int high_bit = 1 << (CHAR_BIT - 1); in ipv6_prefix_match_length() local
717 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit; in ra_simplify() local740 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit; in ra_simplify() local
287 bool high_bit = false; in TEST() local
3116 int mbedtls_ecp_gen_privkey_mx( size_t high_bit, in mbedtls_ecp_gen_privkey_mx()
2966 int mbedtls_ecp_gen_privkey_mx( size_t high_bit, in mbedtls_ecp_gen_privkey_mx()
171 const uint32_t high_bit = 1 << 30; in field_rank() local
5685 unsigned high_bit = (8 << (extend & 0x3)) - 1; in EmitExtendShift() local
5461 const uint32_t high_bit = 1 << 30; in field_rank() local
5756 const uint32_t high_bit = 1 << 30; in field_rank() local
62546 unsigned char high_bit; member