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

  /external/fio/engines/
libaio.c 31 * 'is_pow2' is just an optimization to use AND instead of
34 int is_pow2; member in struct:libaio_data
64 if (ld->is_pow2)
361 ld->is_pow2 = is_power_of_2(ld->entries);
  /external/fio/
eta.c 396 je->is_pow2 = 1;
540 4, 0, je->is_pow2, N2S_BYTEPERSEC);
542 4, 0, je->is_pow2, N2S_BYTEPERSEC);
579 1024, je->is_pow2, je->unit_base);
stat.h 253 uint32_t is_pow2; member in struct:jobs_eta
client.c 1164 je->is_pow2 = le32_to_cpu(je->is_pow2);
    [all...]
server.c 915 je->is_pow2 = cpu_to_le32(je->is_pow2);
    [all...]
  /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 175 milliseconds