Home
last modified time | relevance | path

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

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_SpyboticsLinker.cpp59 for(i=0; i<kRCX_ChunkTypeCount; ++i) fSectionStarts[i] = -1; in RCX_SpyboticsLinker()
136 PASSERT(type >= 0 && type < kRCX_ChunkTypeCount); in PlaceChunks()
H A DRCX_Target.h52 Range fRanges[kRCX_ChunkTypeCount];
H A DRCX_SpyboticsLinker.h67 int fSectionStarts[kRCX_ChunkTypeCount];
H A DRCX_Target.cpp156 if (type<0 || type>= kRCX_ChunkTypeCount) return 0; in GetChunkLimit()
H A DRCX_Constants.h264 kRCX_ChunkTypeCount // must be last entry enumerator
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DProgram.cpp47 for(int i=0; i<kRCX_ChunkTypeCount; ++i) in Program()
137 if (type < kRCX_SoundChunk || type >= kRCX_ChunkTypeCount) in AddResource()
H A DProgram.h158 int fChunkNumbers[kRCX_ChunkTypeCount];