Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dutil.c127 uint16_t low_bit; in sepol_extended_perms_to_string() local
154 low_bit = bit; in sepol_extended_perms_to_string()
161 low_value = xperms->driver<<8 | low_bit; in sepol_extended_perms_to_string()
169 low_value = low_bit << 8; in sepol_extended_perms_to_string()
/external/srtp/crypto/math/
Dmath.c84 low_bit[256] = { variable
782 value = low_bit[w->v8[0]]; in v32_low_bit()
785 value = low_bit[w->v8[1]]; in v32_low_bit()
788 value = low_bit[w->v8[2]]; in v32_low_bit()
791 value = low_bit[w->v8[3]]; in v32_low_bit()