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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/sljit/
H A DsljitNativeARM_v5.c314 static SLJIT_INLINE int resolve_const_pool_index(struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) argument
320 if (!*first_patch)
323 curr_patch = *first_patch;
335 *first_patch = curr_patch->next;
348 while (*first_patch) {
349 curr_patch = *first_patch;
350 *first_patch = (*first_patch)->next;
355 curr_patch->next = *first_patch;
358 *first_patch
567 struct future_patch *first_patch; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/sljit/
H A DsljitNativeARM_v5.c314 static SLJIT_INLINE int resolve_const_pool_index(struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) argument
320 if (!*first_patch)
323 curr_patch = *first_patch;
335 *first_patch = curr_patch->next;
348 while (*first_patch) {
349 curr_patch = *first_patch;
350 *first_patch = (*first_patch)->next;
355 curr_patch->next = *first_patch;
358 *first_patch
567 struct future_patch *first_patch; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/sljit/
H A DsljitNativeARM_v5.c314 static SLJIT_INLINE int resolve_const_pool_index(struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr) argument
320 if (!*first_patch)
323 curr_patch = *first_patch;
335 *first_patch = curr_patch->next;
348 while (*first_patch) {
349 curr_patch = *first_patch;
350 *first_patch = (*first_patch)->next;
355 curr_patch->next = *first_patch;
358 *first_patch
567 struct future_patch *first_patch; local
[all...]

Completed in 164 milliseconds