Searched refs:nBcaSlots (Results 1 – 1 of 1) sorted by relevance
88 static SCSIZE nBcaSlots = BCA_SLOTS_DEFINE; variable118 static SCSIZE nBcaSlots = initSlotDistribution( aSlotDistribution, nBcaSlotsRow) * BCA_SLOTS_COL; variable488 ppSlots = new ScBroadcastAreaSlot* [ nBcaSlots ]; in TableSlots()489 memset( ppSlots, 0 , sizeof( ScBroadcastAreaSlot* ) * nBcaSlots ); in TableSlots()495 for ( ScBroadcastAreaSlot** pp = ppSlots + nBcaSlots; --pp >= ppSlots; /* nothing */ ) in ~TableSlots()547 return nBcaSlots - 1; in ComputeSlotOffset()659 if (nOff == 0 && nEnd == nBcaSlots-1) in EndListeningArea()750 if (nOff == 0 && nEnd == nBcaSlots-1) in DelBroadcastAreasInRange()790 if (nOff == 0 && nEnd == nBcaSlots-1) in UpdateBroadcastAreas()
Completed in 64 milliseconds