Searched refs:sw_count (Results 1 - 3 of 3) sorted by relevance

/external/ltp/lib/
H A Dtlibio.c1645 * Otherwise sw_count's field value is returned.
1661 "%s/%d %s, sw_error set = %d %s, sw_count = %d",
1664 status->sw_count);
1666 } else if (status->sw_count != size) {
1668 "%s/%d %s, sw_count not as expected(%d), but actual:%d",
1669 __FILE__, __LINE__, io_type, size, status->sw_count);
1672 ("DEBUG %s/%d: %s completed without error (sw_error == 0, sw_count == %d)\n",
1673 __FILE__, __LINE__, io_type, status->sw_count);
1676 return status->sw_count;
1859 * loop until sw_flag, sw_count o
[all...]
/external/opencv/ml/src/
H A Dmlann_mlp.cpp704 int i, sw_type = 0, sw_count = 0; local
745 sw_count = _sample_weights->cols + _sample_weights->rows - 1;
749 sw_count != count && sw_count != _inputs->rows )
774 int si = sw_count == count ? i : idx;
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1567 if (aiop->iosw.sw_count != nbytes) {
1573 aiop->iosw.sw_count,
1881 if (aiop->iosw.sw_count != nbytes) {
1887 aiop->iosw.sw_count,
2057 listreq->li_status->sw_count);
2247 if (aiop->iosw.sw_count != lio->r_nbytes * nstrides) {
2252 aiop->iosw.sw_error, aiop->iosw.sw_count,
3359 } else if (iosw->sw_count != nbytes * nstrides) {
3366 iosw->sw_count,

Completed in 186 milliseconds