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

1 2 3 4 5 6 7

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 93 protected long get32(int offset) { method in class:Sector
  /external/icu/icu4c/source/common/
utrie2.cpp 41 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { function
68 return get32(trie->newTrie, c, TRUE);
82 return get32(trie->newTrie, c, FALSE);
  /external/libunwind_llvm/src/
AddressSpace.hpp 124 uint32_t get32(pint_t addr) { function in class:libunwind::LocalAddressSpace
162 return get32(addr);
235 result = get32(addr);
255 result = (pint_t)(int32_t)get32(addr);
490 uint32_t get32(pint_t addr);
515 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) { function in class:libunwind::OtherAddressSpace
516 return P::E::get32(*(uint32_t *)localCopy(addr));
  /libcore/ojluni/src/main/java/java/util/zip/
ZipInputStream.java 290 if (get32(tmpbuf, 0) != LOCSIG) {
314 e.time = get32(tmpbuf, LOCTIM);
322 e.crc = get32(tmpbuf, LOCCRC);
323 e.csize = get32(tmpbuf, LOCSIZ);
324 e.size = get32(tmpbuf, LOCLEN);
383 long sig = get32(tmpbuf, 0);
391 e.crc = get32(tmpbuf, ZIP64_EXTCRC);
397 long sig = get32(tmpbuf, 0);
400 e.csize = get32(tmpbuf, EXTSIZ - EXTCRC);
401 e.size = get32(tmpbuf, EXTLEN - EXTCRC)
454 private static final long get32(byte b[], int off) { method in class:ZipInputStream
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 117 uint32_t get32(pint_t addr) { function in class:libunwind::LocalAddressSpace
155 return get32(addr);
228 result = get32(addr);
248 result = (pint_t)(int32_t)get32(addr);
476 uint32_t get32(pint_t addr);
501 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) { function in class:libunwind::OtherAddressSpace
502 return P::E::get32(*(uint32_t *)localCopy(addr));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 626 public float get32() { return (float) mValue; } method in class:Target.Floaty
  /external/libpng/contrib/tools/
pngfix.c 2953 get32(png_bytep buffer, int offset) function
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 148 public int get32() { method in class:Big001
    [all...]
Big002.java 148 public int get32() { method in class:Big002
    [all...]
Big003.java 148 public int get32() { method in class:Big003
    [all...]
Big004.java 148 public int get32() { method in class:Big004
    [all...]
Big005.java 148 public int get32() { method in class:Big005
    [all...]
Big006.java 148 public int get32() { method in class:Big006
    [all...]
Big007.java 148 public int get32() { method in class:Big007
    [all...]
Big008.java 148 public int get32() { method in class:Big008
    [all...]
Big009.java 148 public int get32() { method in class:Big009
    [all...]
Big010.java 148 public int get32() { method in class:Big010
    [all...]
Big011.java 148 public int get32() { method in class:Big011
    [all...]
Big012.java 148 public int get32() { method in class:Big012
    [all...]
Big013.java 148 public int get32() { method in class:Big013
    [all...]
Big014.java 148 public int get32() { method in class:Big014
    [all...]
Big015.java 148 public int get32() { method in class:Big015
    [all...]
Big016.java 148 public int get32() { method in class:Big016
    [all...]
Big017.java 148 public int get32() { method in class:Big017
    [all...]
Big018.java 148 public int get32() { method in class:Big018
    [all...]

Completed in 1765 milliseconds

1 2 3 4 5 6 7