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

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 295 int ind1; local in function:stack_push_copy
305 ind1 = stack->index;
328 frag2->items[ind2--] = frag1->items[ind1--];
329 if (ind1 < 0) {
330 ind1 = STACK_FRAGMENT_SIZE - 1;
regexJIT.c 295 int ind1; local in function:stack_push_copy
305 ind1 = stack->index;
328 frag2->items[ind2--] = frag1->items[ind1--];
329 if (ind1 < 0) {
330 ind1 = STACK_FRAGMENT_SIZE - 1;

Completed in 24 milliseconds