HomeSort by relevance Sort by last modified time
    Searched full:binnum (Results 1 - 1 of 1) sorted by null

  /external/srec/portable/src/
pmalloc.c 444 int binNum;
460 binNum = GET_MEM_BIN(q);
471 binsFirstFreeCell[binNum] = q;
491 _Cell *firstFreeInBin = binsFirstFreeCell[binNum];
505 for (binIndex = binNum; binIndex >= 0; binIndex--)
553 _Cell *firstFree = binsFirstFreeCell[binNum];
555 binsFirstFreeCell[binNum] = q;

Completed in 242 milliseconds