Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DRakNetDefines.h53 #ifndef BITSTREAM_STACK_ALLOCATION_SIZE
54 #define BITSTREAM_STACK_ALLOCATION_SIZE 256 macro
H A DBitStream_NoTemplate.cpp44 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE * 8; in BitStream()
60 if (initialBytesToAllocate <= BITSTREAM_STACK_ALLOCATION_SIZE) in BitStream()
63 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE * 8; in BitStream()
88 if (lengthInBytes < BITSTREAM_STACK_ALLOCATION_SIZE) in BitStream()
91 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE << 3; in BitStream()
120 if ( copyData && numberOfBitsAllocated > (BITSTREAM_STACK_ALLOCATION_SIZE << 3)) in ~BitStream()
694 if (amountToAllocate > BITSTREAM_STACK_ALLOCATION_SIZE) in AddBitsAndReallocate()
H A DBitStream.cpp56 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE * 8; in BitStream()
72 if (initialBytesToAllocate <= BITSTREAM_STACK_ALLOCATION_SIZE) in BitStream()
75 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE * 8; in BitStream()
100 if (lengthInBytes < BITSTREAM_STACK_ALLOCATION_SIZE) in BitStream()
103 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE << 3; in BitStream()
132 if ( copyData && numberOfBitsAllocated > (BITSTREAM_STACK_ALLOCATION_SIZE << 3)) in ~BitStream()
706 if (amountToAllocate > BITSTREAM_STACK_ALLOCATION_SIZE) in AddBitsAndReallocate()
H A DBitStream_NoTemplate.h32 #define BITSTREAM_STACK_ALLOCATION_SIZE 256 macro
921 unsigned char stackData[BITSTREAM_STACK_ALLOCATION_SIZE];
H A DBitStream.h900 unsigned char stackData[BITSTREAM_STACK_ALLOCATION_SIZE];
/dports/games/blobby/blobby-1.0/src/raknet/
H A DBitStream.cpp105 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE * 8; in BitStream()
115 if (initialBytesToAllocate <= BITSTREAM_STACK_ALLOCATION_SIZE) in BitStream()
118 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE * 8; in BitStream()
143 if (lengthInBytes < BITSTREAM_STACK_ALLOCATION_SIZE) in BitStream()
146 numberOfBitsAllocated = BITSTREAM_STACK_ALLOCATION_SIZE << 3; in BitStream()
175 if ( copyData && numberOfBitsAllocated > BITSTREAM_STACK_ALLOCATION_SIZE << 3) in ~BitStream()
1180 if (amountToAllocate > BITSTREAM_STACK_ALLOCATION_SIZE) in AddBitsAndReallocate()
H A DBitStream.h37 #define BITSTREAM_STACK_ALLOCATION_SIZE 256 macro
534 unsigned char stackData[BITSTREAM_STACK_ALLOCATION_SIZE];