HomeSort by relevance Sort by last modified time
    Searched defs:get16 (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /libcore/ojluni/src/main/java/java/util/jar/
JarOutputStream.java 122 if (get16(edata, i) == JAR_MAGIC) {
125 i += get16(edata, i + 2) + 4;
137 private static int get16(byte[] b, int off) { method in class:JarOutputStream
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 89 protected int get16(int offset) { method in class:Sector
  /external/libunwind_llvm/src/
AddressSpace.hpp 119 uint16_t get16(pint_t addr) { function in class:libunwind::LocalAddressSpace
230 result = get16(addr);
249 result = (pint_t)(int16_t)get16(addr);
489 uint16_t get16(pint_t addr);
511 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) { function in class:libunwind::OtherAddressSpace
512 return P::E::get16(*(uint16_t *)localCopy(addr));
  /libcore/ojluni/src/main/java/java/util/zip/
ZipInputStream.java 294 flag = get16(tmpbuf, LOCFLG);
296 int len = get16(tmpbuf, LOCNAM);
313 e.method = get16(tmpbuf, LOCHOW);
326 len = get16(tmpbuf, LOCEXT);
335 int sz = get16(bb, off + 2);
336 if (get16(bb, off) == ZIP64_EXTID) {
446 private static final int get16(byte b[], int off) { method in class:ZipInputStream
455 return (get16(b, off) | ((long)get16(b, off+2) << 16)) & 0xffffffffL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 112 uint16_t get16(pint_t addr) { function in class:libunwind::LocalAddressSpace
223 result = get16(addr);
242 result = (pint_t)(int16_t)get16(addr);
475 uint16_t get16(pint_t addr);
497 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) { function in class:libunwind::OtherAddressSpace
498 return P::E::get16(*(uint16_t *)localCopy(addr));
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 84 public int get16() { method in class:Big001
    [all...]
Big002.java 84 public int get16() { method in class:Big002
    [all...]
Big003.java 84 public int get16() { method in class:Big003
    [all...]
Big004.java 84 public int get16() { method in class:Big004
    [all...]
Big005.java 84 public int get16() { method in class:Big005
    [all...]
Big006.java 84 public int get16() { method in class:Big006
    [all...]
Big007.java 84 public int get16() { method in class:Big007
    [all...]
Big008.java 84 public int get16() { method in class:Big008
    [all...]
Big009.java 84 public int get16() { method in class:Big009
    [all...]
Big010.java 84 public int get16() { method in class:Big010
    [all...]
Big011.java 84 public int get16() { method in class:Big011
    [all...]
Big012.java 84 public int get16() { method in class:Big012
    [all...]
Big013.java 84 public int get16() { method in class:Big013
    [all...]
Big014.java 84 public int get16() { method in class:Big014
    [all...]
Big015.java 84 public int get16() { method in class:Big015
    [all...]
Big016.java 84 public int get16() { method in class:Big016
    [all...]
Big017.java 84 public int get16() { method in class:Big017
    [all...]
Big018.java 84 public int get16() { method in class:Big018
    [all...]
Big019.java 84 public int get16() { method in class:Big019
    [all...]
Big020.java 84 public int get16() { method in class:Big020
    [all...]

Completed in 1176 milliseconds

1 2 3 4 5 6 7