Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c491 _Cell *firstFreeInBin = binsFirstFreeCell[binNum]; variable
492 if ((firstFreeInBin != 0) && (q > firstFreeInBin))
494 qp = firstFreeInBin;