Home | History | Annotate | Download | only in test

Lines Matching refs:cw_num

1915     long cw_num = count, cr_num = count, sw_num = count, sr_num = count;
2020 if (cw_num > 0) {
2023 if (cw_num > (long)sizeof(cbuf))
2026 i = (int)cw_num;
2046 cw_num -= r;
2148 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
2195 long cw_num = count, cr_num = count, sw_num = count, sr_num = count;
2282 if (cw_num > 0) {
2285 if (cw_num > (long)sizeof(cbuf))
2288 i = (int)cw_num;
2308 cw_num -= r;
2514 if (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0) {
2522 while (cw_num > 0 || cr_num > 0 || sw_num > 0 || sr_num > 0);
2575 long cw_num = count, cr_num = count;
2681 j = (cw_num > bufsiz) ? (int)bufsiz : (int)cw_num;
2706 cw_num -= i;
2772 if (cw_num > 0) {