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

  /external/fio/compiler/
compiler.h 39 #define compiletime_assert(condition, msg) _Static_assert(condition, msg) macro
63 #define compiletime_assert(condition, msg) \ macro
68 #define compiletime_assert(condition, msg) do { } while (0) macro
  /external/fio/
fio.c 35 compiletime_assert(TD_NR <= TD_ENG_FLAG_SHIFT, "TD_ENG_FLAG_SHIFT");
libfio.c 198 compiletime_assert(TD_LAST == 12, "td runstate list");
356 compiletime_assert((offsetof(struct thread_stat, percentile_list) % 8) == 0, "stat percentile_list");
357 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time");
358 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count");
359 compiletime_assert((offsetof(struct thread_stat, latency_percentile) % 8) == 0, "stat latency_percentile");
360 compiletime_assert((offsetof(struct thread_options_pack, zipf_theta) % 8) == 0, "zipf_theta");
361 compiletime_assert((offsetof(struct thread_options_pack, pareto_h) % 8) == 0, "pareto_h");
362 compiletime_assert((offsetof(struct thread_options_pack, percentile_list) % 8) == 0, "percentile_list");
363 compiletime_assert((offsetof(struct thread_options_pack, latency_percentile) % 8) == 0, "latency_percentile");
verify.c     [all...]
  /external/fio/lib/
num2str.c 31 compiletime_assert(sizeof(sistr) == sizeof(iecstr), "unit prefix arrays must be identical sizes");

Completed in 82 milliseconds