Home | History | Annotate | Download | only in test

Lines Matching refs:sw_num

1915     long cw_num = count, cr_num = count, sw_num = count, sr_num = count;
2099 if (sw_num > 0) {
2102 if (sw_num > (long)sizeof(sbuf))
2105 i = (int)sw_num;
2120 sw_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;
2361 if (sw_num > 0) {
2364 if (sw_num > (long)sizeof(sbuf))
2367 i = (int)sw_num;
2382 sw_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);
2576 long sw_num = count, sr_num = count;
2733 if (sw_num > 0) {
2783 j = (sw_num > bufsiz) ? (int)bufsiz : (int)sw_num;
2807 sw_num -= i;
2810 if (sw_num <= 0)