HomeSort by relevance Sort by last modified time
    Searched full:bits_used (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 74 unsigned bits_used; member in struct:iio_channel_info
95 unsigned *bits_used,
156 bits_used,
164 if (*bits_used == 64)
167 *mask = (1 << *bits_used) - 1;
406 &current->bits_used,
mpu_iio.c 69 val &= (1 << info->bits_used) - 1;
70 val = (int16_t)(val << (16 - info->bits_used)) >>
71 (16 - info->bits_used);
78 val &= (1 << info->bits_used) - 1;
109 if ((val >> infoarray[k].bits_used) & 1)
121 if ((val >> infoarray[k].bits_used) & 1)
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 89 const size_t bits_used = index_.size() * sizeof(index_[0]) * CHAR_BIT + local
94 bits_used / unique_prefixes,

Completed in 647 milliseconds