Home
last modified time | relevance | path

Searched refs:ind1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/regex_src/
DregexJIT.c295 int ind1; in stack_push_copy() local
305 ind1 = stack->index; in stack_push_copy()
328 frag2->items[ind2--] = frag1->items[ind1--]; in stack_push_copy()
329 if (ind1 < 0) { in stack_push_copy()
330 ind1 = STACK_FRAGMENT_SIZE - 1; in stack_push_copy()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.cc8490 tree ind1 in fold_builtin_memcmp() local
8502 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2); in fold_builtin_memcmp()