OpenBarnyard
 
Loading...
Searching...
No Matches
TBitArray.cpp File Reference
#include "ToshiPCH.h"
#include "TBitArray.h"
#include "Core/TMemoryDebugOn.h"

Go to the source code of this file.

Namespaces

namespace  Toshi
 

Macros

#define MIN_NUM_BITS   ( 8 * sizeof( TUINT32 ) )
 
#define BIT_SUBNUM_MASK   ( MIN_NUM_BITS - 1 )
 

Macro Definition Documentation

◆ BIT_SUBNUM_MASK

#define BIT_SUBNUM_MASK   ( MIN_NUM_BITS - 1 )

Definition at line 13 of file TBitArray.cpp.

◆ MIN_NUM_BITS

#define MIN_NUM_BITS   ( 8 * sizeof( TUINT32 ) )

Definition at line 12 of file TBitArray.cpp.