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

  /libcore/ojluni/src/main/java/java/util/zip/
ZipUtils.java 137 public static final long get32(byte b[], int off) { method in class:ZipUtils
146 return get32(b, off) | (get32(b, off+4) << 32);
  /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 43 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { function
70 return get32(trie->newTrie, c, TRUE);
84 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));
  /prebuilts/ndk/r11/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 769 milliseconds

1 2 3 4 5 6 7