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

  /external/fio/
libfio.c 308 compiletime_assert((offsetof(struct thread_stat, percentile_list) % 8) == 0, "stat percentile_list");
309 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time");
310 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count");
311 compiletime_assert((offsetof(struct thread_stat, latency_percentile) % 8) == 0, "stat latency_percentile");
312 compiletime_assert((offsetof(struct thread_options_pack, zipf_theta) % 8) == 0, "zipf_theta");
313 compiletime_assert((offsetof(struct thread_options_pack, pareto_h) % 8) == 0, "pareto_h");
314 compiletime_assert((offsetof(struct thread_options_pack, percentile_list) % 8) == 0, "percentile_list");
315 compiletime_assert((offsetof(struct thread_options_pack, latency_percentile) % 8) == 0, "latency_percentile");
verify.c 1289 compiletime_assert(sizeof(struct all_io_list) == 8, "all_io_list");
    [all...]
  /external/fio/compiler/
compiler.h 55 #define compiletime_assert(condition, msg) \ macro

Completed in 156 milliseconds