Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c1250 int startidx; /* first bin of a traversed block */ local
1387 startidx = idx; /* (track incomplete blocks) */
1430 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)
1435 --startidx;
H A Ddlmalloc.src2115 int startidx; /* first bin of a traversed block */
2241 startidx = idx; /* (track incomplete blocks) */
2284 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)
2289 --startidx;