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

  /src/external/bsd/tre/dist/lib/
tre-match-approx.c 262 /* Likewise check reach_bytes. */
269 size_t reach_bytes = sizeof(*reach_next) * tnfa->num_states; local
271 size_t total_bytes = reach_bytes * 2 + (tnfa->num_states * 2 + 1 ) * tag_bytes;
293 buf_cursor += reach_bytes;
298 buf_cursor += reach_bytes;

Completed in 13 milliseconds