Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs11 protected static readonly sbyte maxByteVal = 127; field in PEAPI.CILInstruction
352 private static readonly sbyte maxByteVal = 127; field in PEAPI.CILInstructions
559 } else if ((i >= minByteVal) && (i <= maxByteVal)) { in PushInt()