OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
[
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
[
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
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026