Home
last modified time | relevance | path

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

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