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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp960 UInt32 childCells; local
974 childCells = childAddressCells + childSizeCells;
976 bcopy( cellsIn, cell, sizeof(UInt32) * childCells );
1010 range += (childCells + addressCells) ) {
1016 endCell[childAddressCells - 1] += range[childCells + addressCells - 1];
1022 ok = (0 == cell[childCells - 1]);
1027 endCell[childAddressCells - 1] += cell[childCells - 1] - 1;
1031 lookRange += (childCells + addressCells) )
1037 if ((endDiff - cell[childCells - 1] + 1 + lookRange[childAddressCells + addressCells - 1])
1060 childCells
[all...]

Completed in 213 milliseconds