Searched defs:icd (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp101 typedef either<int, char, double> icd; typedef
102 constexpr icd icd1 = an<int>(4);
103 constexpr icd icd2 = a<char>('x');
104 constexpr icd icd3 = a<double>(6.5);
114 constexpr either<const icd*, non_triv> icd4 = a<const icd*>(&icd2);
115 constexpr either<const icd*, non_triv> icd5 = a<non_triv>();
117 static_assert(icd4.get<const icd*>()->get<char>() == 'x', "");
/external/fio/
H A Dio_u.c1293 static void lat_fatal(struct thread_data *td, struct io_completion_data *icd, argument
1299 icd->error = ETIMEDOUT;
1728 struct io_completion_data *icd,
1741 lusec = utime_since(&io_u->issue_time, &icd->time);
1746 tusec = utime_since(&io_u->start_time, &icd->time);
1753 icd->error = ops->io_u_lat(td, tusec);
1757 lat_fatal(td, icd, tusec, td->o.max_latency);
1760 lat_fatal(td, icd, tusec, td->o.latency_target);
1814 struct io_completion_data *icd)
1868 account_io_completion(td, io_u, icd, ddi
1727 account_io_completion(struct thread_data *td, struct io_u *io_u, struct io_completion_data *icd, const enum fio_ddir idx, unsigned int bytes) argument
1813 io_completed(struct thread_data *td, struct io_u **io_u_ptr, struct io_completion_data *icd) argument
1900 init_icd(struct thread_data *td, struct io_completion_data *icd, int nr) argument
1915 ios_completed(struct thread_data *td, struct io_completion_data *icd) argument
1936 struct io_completion_data icd; local
1961 struct io_completion_data icd; local
[all...]

Completed in 115 milliseconds