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

/external/netperf/
H A Dnetlib.c1243 int fill_cursor = 0;
1314 bufptr[j] = default_fill[fill_cursor];
1315 fill_cursor += 1;
1318 if (fill_cursor > (int)strlen(default_fill)) {
1319 fill_cursor = 0;
1230 int fill_cursor = 0; local

Completed in 107 milliseconds