Home
last modified time | relevance | path

Searched refs:islr (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Ddlmalloc.c1523 int islr; /* track whether merging with last_remainder */ local
1572 islr = 0;
1581 islr = 1;
1590 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
1592 islr = 1;
1602 if (!islr)
H A Ddlmalloc.src2377 int islr; /* track whether merging with last_remainder */
2420 islr = 0;
2429 islr = 1;
2438 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
2440 islr = 1;
2450 if (!islr)