Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DReplicaManager3.h273 static const int RM3_NUM_OUTPUT_BITSTREAM_CHANNELS=8; variable
278 RakNet::BitStream bitStream[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS];
279 bool indicesToSend[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS];
305 RakNet::BitStream outputBitstream[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS];
309 RakNet::BitStream* lastSentBitstream[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS];
319 PRO pro[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS];
340 RakNet::BitStream serializationBitstream[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS];
341 bool bitstreamWrittenTo[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS];
472RM3_NUM_OUTPUT_BITSTREAM_CHANNELS], RakNet::BitStream serializationData[RM3_NUM_OUTPUT_BITSTREAM_C…
H A DReplicaManager3.cpp572 bool allIndices[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS]; in AutoConstructByQuery()
690 for (int i=0; i < RM3_NUM_OUTPUT_BITSTREAM_CHANNELS; i++) in Update()
998 for (int z=0; z < RM3_NUM_OUTPUT_BITSTREAM_CHANNELS; z++) in OnSerialize()
1137 bool allIndices[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS]; in OnLocalConstructionAccepted()
1298 for (int z=0; z < RM3_NUM_OUTPUT_BITSTREAM_CHANNELS; z++) in SendSerialize()
1390 for (int z=0; z < RM3_NUM_OUTPUT_BITSTREAM_CHANNELS; z++) in SendSerializeIfChanged()
1398 for (int i=0; i < RM3_NUM_OUTPUT_BITSTREAM_CHANNELS; i++) in SendSerializeIfChanged()
1425 for (int z=0; z < RM3_NUM_OUTPUT_BITSTREAM_CHANNELS; z++) in SendSerializeIfChanged()
1439 bool allIndices[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS]; in SendSerializeIfChanged()
1467 bool indicesToSend[RM3_NUM_OUTPUT_BITSTREAM_CHANNELS]; in SendSerializeIfChanged()
[all …]