Searched refs:curr_patch (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c321 struct future_patch *curr_patch, *prev_patch; local
327 curr_patch = *first_patch;
330 if (!curr_patch) {
334 if ((sljit_uw)curr_patch->index == cpool_current_index) {
335 value = curr_patch->value;
337 prev_patch->next = curr_patch->next;
339 *first_patch = curr_patch->next;
340 SLJIT_FREE(curr_patch);
343 prev_patch = curr_patch;
344 curr_patch
[all...]

Completed in 577 milliseconds