Home
last modified time | relevance | path

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

/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()
/external/selinux/checkpolicy/test/
Ddispol.c64 uint16_t low_bit; in render_operations() local
79 low_bit = bit; in render_operations()
86 low_value = ops->type<<8 | low_bit; in render_operations()
93 low_value = low_bit << 8; in render_operations()