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

  /external/selinux/libsepol/src/
util.c 127 uint16_t low_bit; local
154 low_bit = bit;
161 low_value = xperms->driver<<8 | low_bit;
169 low_value = low_bit << 8;
  /external/srtp/crypto/math/
math.c 84 low_bit[256] = { variable
782 value = low_bit[w->v8[0]];
785 value = low_bit[w->v8[1]];
788 value = low_bit[w->v8[2]];
791 value = low_bit[w->v8[3]];

Completed in 73 milliseconds