Home
last modified time | relevance | path

Searched refs:low_bit (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/src/
Dutil.c128 uint16_t low_bit; in sepol_extended_perms_to_string() local
155 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()
Dkernel_to_cil.c1581 uint16_t low_bit; in xperms_to_str() local
1608 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()
Dmodule_to_cil.c628 uint16_t low_bit; in xperms_to_cil() local
647 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()
/external/webrtc/modules/video_coding/utility/
Dvp9_uncompressed_header_parser.cc30 uint32_t low_bit; in Vp9ReadProfile() local
31 RETURN_FALSE_IF_ERROR(br->ReadBits(&low_bit, 1)); in Vp9ReadProfile()
33 *profile = (high_bit << 1) + low_bit; in Vp9ReadProfile()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c2050 unsigned count, low_bit, log2size; in compressed_fetch_cached() local
2074 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()