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

/external/pcre/dist2/src/sljit/
H A DsljitNativeARM_32.c318 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) argument
326 if (!*first_patch)
329 curr_patch = *first_patch;
341 *first_patch = curr_patch->next;
354 while (*first_patch) {
355 curr_patch = *first_patch;
356 *first_patch = (*first_patch)->next;
361 curr_patch->next = *first_patch;
364 *first_patch
571 struct future_patch *first_patch; local
[all...]

Completed in 133 milliseconds