Searched refs:low_bit (Results 1 – 5 of 5) sorted by relevance
128 uint16_t low_bit; in sepol_extended_perms_to_string() local155 low_bit = bit; in sepol_extended_perms_to_string()163 low_value = xperms->driver<<8 | low_bit; in sepol_extended_perms_to_string()171 low_value = low_bit << 8; in sepol_extended_perms_to_string()
1581 uint16_t low_bit; in xperms_to_str() local1608 low_bit = bit; in xperms_to_str()1616 low_value = xperms->driver<<8 | low_bit; in xperms_to_str()1625 low_value = low_bit << 8; in xperms_to_str()
628 uint16_t low_bit; in xperms_to_cil() local647 low_bit = bit; in xperms_to_cil()660 low_value = xperms->driver<<8 | low_bit; in xperms_to_cil()669 low_value = low_bit << 8; in xperms_to_cil()
30 uint32_t low_bit; in Vp9ReadProfile() local31 RETURN_FALSE_IF_ERROR(br->ReadBits(&low_bit, 1)); in Vp9ReadProfile()33 *profile = (high_bit << 1) + low_bit; in Vp9ReadProfile()
2050 unsigned count, low_bit, log2size; in compressed_fetch_cached() local2074 low_bit = util_logbase2(format_desc->block.bits / 8); in compressed_fetch_cached()2083 lp_build_const_int_vec(gallivm, type, low_bit), ""); in compressed_fetch_cached()