Home
last modified time | relevance | path

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

/u-boot/common/
A Ddlmalloc.c1587 int islr; /* track whether merging with last_remainder */ local
1639 islr = 0;
1648 islr = 1;
1657 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
1659 islr = 1;
1669 if (!islr)
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)

Completed in 12 milliseconds