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

/u-boot/common/
H A Ddlmalloc.c1303 int startidx; /* first bin of a traversed block */
1449 startidx = idx; /* (track incomplete blocks) */
1494 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)
1499 --startidx;
1302 int startidx; /* first bin of a traversed block */ local

Completed in 49 milliseconds