HomeSort by relevance Sort by last modified time
    Searched refs:low_bit (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/src/
util.c 128 uint16_t low_bit; local
155 low_bit = bit;
162 low_value = xperms->driver<<8 | low_bit;
170 low_value = low_bit << 8;
kernel_to_cil.c 1568 uint16_t low_bit; local
    [all...]
module_to_cil.c 609 uint16_t low_bit; local
628 low_bit = bit;
640 low_value = xperms->driver<<8 | low_bit;
649 low_value = low_bit << 8;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_cached.c 255 unsigned count, low_bit, log2size; local
284 low_bit = util_logbase2(format_desc->block.bits / 8);
293 lp_build_const_int_vec(gallivm, type, low_bit), "");

Completed in 796 milliseconds