OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curr_patch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
322
struct future_patch *
curr_patch
, *prev_patch;
local
330
curr_patch
= *first_patch;
333
if (!
curr_patch
) {
337
if ((sljit_uw)
curr_patch
->index == cpool_current_index) {
338
value =
curr_patch
->value;
340
prev_patch->next =
curr_patch
->next;
342
*first_patch =
curr_patch
->next;
343
SLJIT_FREE(
curr_patch
, compiler->allocator_data);
346
prev_patch =
curr_patch
;
347
curr_patch
= curr_patch->next
[
all
...]
sljitNativeARM_32.c
322
struct future_patch *
curr_patch
, *prev_patch;
local
330
curr_patch
= *first_patch;
333
if (!
curr_patch
) {
337
if ((sljit_uw)
curr_patch
->index == cpool_current_index) {
338
value =
curr_patch
->value;
340
prev_patch->next =
curr_patch
->next;
342
*first_patch =
curr_patch
->next;
343
SLJIT_FREE(
curr_patch
, compiler->allocator_data);
346
prev_patch =
curr_patch
;
347
curr_patch
= curr_patch->next
[
all
...]
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026