HomeSort by: relevance | last modified time | path
    Searched defs:first_patch (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 319 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)
327 if (!*first_patch)
330 curr_patch = *first_patch;
342 *first_patch = curr_patch->next;
355 while (*first_patch) {
356 curr_patch = *first_patch;
357 *first_patch = (*first_patch)->next;
362 curr_patch->next = *first_patch;
365 *first_patch = curr_patch
583 struct future_patch *first_patch; local in function:sljit_generate_code
    [all...]
sljitNativeARM_32.c 319 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)
327 if (!*first_patch)
330 curr_patch = *first_patch;
342 *first_patch = curr_patch->next;
355 while (*first_patch) {
356 curr_patch = *first_patch;
357 *first_patch = (*first_patch)->next;
362 curr_patch->next = *first_patch;
365 *first_patch = curr_patch
583 struct future_patch *first_patch; local in function:sljit_generate_code
    [all...]
sljitNativeARM_32.c 319 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)
327 if (!*first_patch)
330 curr_patch = *first_patch;
342 *first_patch = curr_patch->next;
355 while (*first_patch) {
356 curr_patch = *first_patch;
357 *first_patch = (*first_patch)->next;
362 curr_patch->next = *first_patch;
365 *first_patch = curr_patch
583 struct future_patch *first_patch; local in function:sljit_generate_code
    [all...]

Completed in 170 milliseconds