Home
last modified time | relevance | path

Searched refs:list_next (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/opcache/jit/ir/
H A Dir_ra.c2640 ival->list_next = prev->list_next; in ir_add_to_unhandled()
2641 prev->list_next = ival; in ir_add_to_unhandled()
2676 ival = ival->list_next; in ir_merge_to_unhandled()
2698 ival->list_next = prev->list_next; in ir_add_to_unhandled_spill()
2699 prev->list_next = ival; in ir_add_to_unhandled_spill()
3163 prev->list_next = other->list_next; in ir_allocate_blocked_reg()
3189 prev->list_next = other->list_next; in ir_allocate_blocked_reg()
3489 prev->list_next = other->list_next; in ir_linear_scan()
3527 prev->list_next = other->list_next; in ir_linear_scan()
3550 ival = ival->list_next; in ir_linear_scan()
[all …]
H A Dir_private.h1085 ir_live_interval *list_next; /* linked list of active, inactive or unhandled intervals */ member
/PHP-8.2/main/
H A Dfastcgi.c175 struct _fcgi_hash_bucket *list_next; member
353 p->list_next = h->list; in fcgi_hash_set()
407 p = p->list_next; in fcgi_hash_apply()
1168 q = q->list_next;
1193 q = q->list_next;

Completed in 27 milliseconds