Home
last modified time | relevance | path

Searched refs:RCX_ChunkType (Results 1 – 20 of 20) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_SpyboticsLinker.cpp29 static const RCX_ChunkType sChunkOrder[] = {
63 for(i=0; i<sizeof(sChunkOrder) / sizeof(RCX_ChunkType); ++i) in RCX_SpyboticsLinker()
71 for(i=0; i<sizeof(sChunkOrder) / sizeof(RCX_ChunkType); ++i) in RCX_SpyboticsLinker()
73 RCX_ChunkType type = sChunkOrder[i]; in RCX_SpyboticsLinker()
134 RCX_ChunkType type = c.GetType(); in PlaceChunks()
169 RCX_ChunkType type = fSlots[i].fType; in GenerateSlots()
H A DRCX_Disasm.h65 RCX_ChunkType type, int ChunkNum, const UByte *code, int length);
68 RCX_ChunkType type, int ChunkNum, const UByte *code, int length,
93 void LASMOutputHeader(RCX_Printer *dst, string name, RCX_ChunkType type, int ChunkNum);
94 void LASMOutputFooter(RCX_Printer *dst, RCX_ChunkType type, UShort pc);
103 RCX_ChunkType fCurType;
H A DRCX_Image.h73 void AddChunk(RCX_ChunkType type, UByte number,
92 RCX_ChunkType GetType() const { return fType; } in GetType()
104 RCX_ChunkType fType;
119 const Chunk* FindChunk(RCX_ChunkType type, UByte number) const;
H A DRCX_Image.cpp40 static bool IsCodeChunkType(RCX_ChunkType type);
41 static void GetChunkTypeName(char *dst, RCX_ChunkType type);
43 RCX_ChunkType type, int ChunkNum, const UByte *data, int count);
63 void RCX_Image::AddChunk(RCX_ChunkType type, UByte number, const UByte *data, in AddChunk()
239 f->fType = (RCX_ChunkType)type; in Read()
383 const RCX_Image::Chunk* RCX_Image::FindChunk(RCX_ChunkType type, UByte number) const in FindChunk()
471 void GetChunkTypeName(char *dst, RCX_ChunkType type) in GetChunkTypeName()
496 bool IsCodeChunkType(RCX_ChunkType type) in IsCodeChunkType()
509 RCX_ChunkType type, int ChunkNum, const UByte *data, int count) in HexDump()
H A DRCX_Target.h64 int GetChunkLimit(RCX_ChunkType type) const;
H A DRCX_SpyboticsLinker.h53 RCX_ChunkType fType;
H A DRCX_Target.cpp154 int RCX_Target::GetChunkLimit(RCX_ChunkType type) const in GetChunkLimit()
H A DRCX_Link.h104 …RCX_Result DownloadChunk(RCX_ChunkType type, UByte taskNumber, const UByte *data, int length, int …
H A DRCX_Disasm.cpp773 void RCX_Disasm::LASMOutputHeader(RCX_Printer *dst, string name, RCX_ChunkType type, int ChunkNum) in LASMOutputHeader()
789 void RCX_Disasm::LASMOutputFooter(RCX_Printer *dst, RCX_ChunkType type, UShort pc) in LASMOutputFooter()
816 RCX_ChunkType type, int ChunkNum, const UByte *code, int length) in Print()
822 RCX_ChunkType type, int ChunkNum, const UByte *code, int length, in Print()
1122 bool ResourceType(RCX_ChunkType type) in ResourceType()
H A DRCX_Cmd.h97 RCX_Cmd* MakeBegin(RCX_ChunkType type, UByte taskNumber, UShort length);
H A DRCX_Link.cpp310 RCX_Result RCX_Link::DownloadChunk(RCX_ChunkType type, UByte number, const UByte *data, int length,… in DownloadChunk()
H A DRCX_Cmd.cpp184 RCX_Cmd* RCX_Cmd::MakeBegin(RCX_ChunkType type, UByte taskNumber, UShort length) in MakeBegin()
H A DRCX_Constants.h265 } RCX_ChunkType; typedef
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DResource.h57 void SetInfo(RCX_ChunkType type, Symbol *name);
62 RCX_ChunkType GetType() const { return fType; } in GetType()
69 RCX_ChunkType fType;
H A DResource.cpp34 void Resource::SetInfo(RCX_ChunkType type, Symbol *name) in SetInfo()
H A DFragment.h82 RCX_ChunkType GetChunkType() const { return fIsTask ? kRCX_TaskChunk : kRCX_SubChunk; } in GetChunkType()
H A DProgram.cpp135 RCX_ChunkType type = r->GetType(); in AddResource()
H A Dparse.y392 resource : RES expr ID '{' res_data '}' { $$=$5; $5->SetInfo((RCX_ChunkType)GetConstantValue($2), $…
H A Dparse.cpp1795 { yyval.fResource=yyvsp[-1].fResource; yyvsp[-1].fResource->SetInfo((RCX_ChunkType)GetConstantValue… in yyparse()
/dports/lang/nqc/nqc-3.1.r6_1/default/
H A Dparse.cpp1780 { yyval.fResource=yyvsp[-1].fResource; yyvsp[-1].fResource->SetInfo((RCX_ChunkType)GetConstantValue… in yyparse()