HomeSort by relevance Sort by last modified time
    Searched full:fromle (Results 1 - 1 of 1) sorted by null

  /system/extras/verity/
VerityVerifier.java 99 private static int fromle(int value) { method in class:VerityVerifier
108 private static int fromle(short value) { method in class:VerityVerifier
109 return fromle(value << 16);
163 int magic = fromle(img.readShort());
170 long blocksCountLo = fromle(img.readInt());
173 long logBlockSize = fromle(img.readInt());
176 long blocksCountHi = fromle(img.readInt());
270 int magic = fromle(img.readInt());
276 int version = fromle(img.readInt());
285 int tableSize = fromle(img.readInt())
    [all...]

Completed in 52 milliseconds