Searched refs:set2 (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltablib.c | 264 static void set2 (lua_State *L, IdxT i, IdxT j) { in set2() function 320 set2(L, up - 1, i); in partition() 324 set2(L, i, j); in partition() 353 set2(L, lo, up); /* swap a[lo] - a[up] */ in auxsort() 365 set2(L, p, lo); /* swap a[p] - a[lo] */ in auxsort() 370 set2(L, p, up); /* swap a[up] - a[p] */ in auxsort() 379 set2(L, p, up - 1); /* swap Pivot (a[p]) with a[up - 1] */ in auxsort()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_internal.c | 1264 re_node_set_compare (const re_node_set *set1, const re_node_set *set2) in internal_function() 1267 if (set1 == NULL || set2 == NULL || set1->nelem != set2->nelem) in internal_function() 1270 if (set1->elems[i] != set2->elems[i]) in internal_function()
|
Completed in 6 milliseconds