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

  /external/fio/engines/
libaio.c 29 * 'is_pow2' is just an optimization to use AND instead of
32 int is_pow2; member in struct:libaio_data
62 if (ld->is_pow2)
352 ld->is_pow2 = is_power_of_2(ld->entries);
  /external/fio/
stat.h 207 uint32_t is_pow2; member in struct:jobs_eta
  /external/protobuf/php/ext/google/protobuf/
upb.c 4034 bool is_pow2(uint64_t v) { return v == 0 || (v & (v - 1)) == 0; } function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 4265 bool is_pow2(uint64_t v) { return v == 0 || (v & (v - 1)) == 0; } function
    [all...]

Completed in 384 milliseconds