Searched defs:unsignedShiftRightOf (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java164 public abstract IntegerValue unsignedShiftRightOf(IntegerValue other); method in class:IntegerValue
179 public abstract LongValue unsignedShiftRightOf(LongValue other); method in class:IntegerValue
374 public IntegerValue unsignedShiftRightOf(UnknownIntegerValue other) method in class:IntegerValue
376 return unsignedShiftRightOf((IntegerValue)other);
399 public LongValue unsignedShiftRightOf(UnknownLongValue other) method in class:IntegerValue
401 return unsignedShiftRightOf((LongValue)other);
618 public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other) method in class:IntegerValue
620 return unsignedShiftRightOf((IntegerValue)other);
643 public LongValue unsignedShiftRightOf(SpecificLongValue other) method in class:IntegerValue
645 return unsignedShiftRightOf((LongValu
862 public IntegerValue unsignedShiftRightOf(ParticularIntegerValue other) method in class:IntegerValue
887 public LongValue unsignedShiftRightOf(ParticularLongValue other) method in class:IntegerValue
[all...]
H A DParticularIntegerValue.java173 return other.unsignedShiftRightOf(this);
176 public IntegerValue unsignedShiftRightOf(IntegerValue other) method in class:ParticularIntegerValue
191 public LongValue unsignedShiftRightOf(LongValue other) method in class:ParticularIntegerValue
304 public IntegerValue unsignedShiftRightOf(ParticularIntegerValue other) method in class:ParticularIntegerValue
319 public LongValue unsignedShiftRightOf(ParticularLongValue other) method in class:ParticularIntegerValue
H A DSpecificIntegerValue.java141 return other.unsignedShiftRightOf(this);
144 public IntegerValue unsignedShiftRightOf(IntegerValue other) method in class:SpecificIntegerValue
159 public LongValue unsignedShiftRightOf(LongValue other) method in class:SpecificIntegerValue
276 public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other) method in class:SpecificIntegerValue
291 public LongValue unsignedShiftRightOf(SpecificLongValue other) method in class:SpecificIntegerValue
H A DUnknownIntegerValue.java146 public IntegerValue unsignedShiftRightOf(IntegerValue other) method in class:UnknownIntegerValue
161 public LongValue unsignedShiftRightOf(LongValue other) method in class:UnknownIntegerValue
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 125 milliseconds