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

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c318 static SLJIT_INLINE sljit_si resolve_const_pool_index(struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) argument
324 if (!*first_patch)
327 curr_patch = *first_patch;
339 *first_patch = curr_patch->next;
352 while (*first_patch) {
353 curr_patch = *first_patch;
354 *first_patch = (*first_patch)->next;
359 curr_patch->next = *first_patch;
362 *first_patch
569 struct future_patch *first_patch; local
[all...]

Completed in 116 milliseconds