HomeSort by relevance Sort by last modified time
    Searched refs:get16 (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 105 private static int get16(byte[] b, int off) { method in class:HttpZipLocator
201 int nameLen = get16(table, offset + CENNAM);
202 int extraLen = get16(table, offset + CENEXT);
203 int commentLen = get16(table, offset + CENCOM);
206 int flags = get16(table, offset + CENFLG);
212 int method = get16(table, offset + CENHOW);
308 numEntries = get16(header, offset + ENDTOT);
  /external/qemu/
i386-dis.c 177 static int get16 (void);
5284 get16 (void) function
    [all...]

Completed in 41 milliseconds