Home | History | Annotate | Download | only in cintltst

Lines Matching defs:row_count

1604     int32_t row_count=0;
1819 row_count = kERROR_COUNT, column_count = kERROR_COUNT;
1828 row_count=ures_getSize(array2d);
1829 CONFIRM_INT_GE(row_count,1);
1831 for(row=0; row<row_count; ++row){
1858 CONFIRM_INT_EQ(row_count,kERROR_COUNT);
1860 row_count=column_count=0;
1868 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
1886 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?