Home
last modified time | relevance | path

Searched refs:IndSize (Results 1 – 3 of 3) sorted by relevance

/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins/Mono.Addins.Serialization/
H A DBinaryXmlReader.cs468 const int IndSize = 2; field in Mono.Addins.Serialization.BinaryXmlReader
489 DumpElement (ind + IndSize); in Dump()
498 Dump (ind + IndSize); in DumpElement()
520 DumpElement (ind + IndSize); in DumpValue()
528 Console.Write (new string (' ', ind + IndSize) + n + ": "); in DumpValue()
529 DumpValue (ind + IndSize*2); in DumpValue()
538 Console.Write (new string (' ', ind + IndSize) + "key: "); in DumpValue()
539 DumpValue (ind + IndSize*2); in DumpValue()
541 Console.Write (new string (' ', ind + IndSize) + "val: "); in DumpValue()
542 DumpValue (ind + IndSize*2); in DumpValue()
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DAcornGUI.cc311 int IndSize, Pos; in LoadATemplate() local
318 IndSize = (int)Indirect; Indirect = new char[IndSize]; in LoadATemplate()
320 Wimp_LoadTemplate(&Desc,&Indirect,Indirect+IndSize,(char*)-1,TempName,&Pos); in LoadATemplate()
/dports/devel/asl/asl-current/
H A Dcode96c141.c548 Byte IndReg, IndSize; in DecodeAdrMem() local
560 BaseReg = IndReg = BaseSize = IndSize = 0xff; in DecodeAdrMem()
695 IndSize = HSize; in DecodeAdrMem()
854 AdrVals[0] = 3 + (IndSize << 2); in DecodeAdrMem()