HomeSort by: relevance | last modified time | path
    Searched defs:line_start_idx (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.c 312 size_t len, i, line_start_idx = 0; local
324 assert((i - line_start_idx + 1) <= INT_MAX);
325 line_length = i - line_start_idx + 1;
326 fprintf(stderr, "# %.*s", line_length, &val[line_start_idx]);
327 line_start_idx = i + 1;

Completed in 42 milliseconds