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

  /external/chromium_org/third_party/skia/include/core/
Sk64.h 38 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; } function in struct:Sk64
  /external/skia/include/core/
Sk64.h 38 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; } function in struct:Sk64
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 93 protected long get32(int offset) { method in class:Sector
  /external/chromium_org/third_party/icu/source/common/
utrie2.cpp 37 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { function
64 return get32(trie->newTrie, c, TRUE);
78 return get32(trie->newTrie, c, FALSE);
  /external/icu4c/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/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 110 private static int get32(byte[] b, int off) { method in class:HttpZipLocator
197 if (get32(table, offset) != CENSIG){
229 entry.length = get32(table, offset + CENLEN);
230 entry.compSize = get32(table, offset + CENSIZ);
231 entry.offset = get32(table, offset + CENOFF);
280 // if (get32(header, 0) != ENDSIG){
299 && get32(header, i) == ENDSIG){
309 tableLength = get32(header, offset + ENDSIZ);
310 tableOffset = get32(header, offset + ENDOFF);
  /external/qemu/
i386-dis.c 175 static bfd_signed_vma get32 (void);
5255 get32 (void) function
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/valgrind/main/perf/
tinycc.c 18782 static uint32_t get32(unsigned char *p) function
    [all...]

Completed in 415 milliseconds