Searched defs:get32 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSk64.h38 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; } function in struct:Sk64
/external/skia/include/core/
H A DSk64.h38 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; } function in struct:Sk64
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2.cpp37 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/
H A Dutrie2.cpp41 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/
H A DHttpZipLocator.java110 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/
H A Di386-dis.c175 static bfd_signed_vma get32 (void);
5255 get32 (void) function
5446 op = get32 ();
5501 op = get32 ();
5631 offset = get32 ();
5657 off = get32 ();
/external/valgrind/main/perf/
H A Dtinycc.c18784 static uint32_t get32(unsigned char *p)
19624 put32(p + 2, get32(p + 2) + s1->got->sh_addr);
19625 put32(p + 8, get32(p + 8) + s1->got->sh_addr);
19628 put32(p + 2, get32(p + 2) + s1->got->sh_addr);
19636 put32(p + 12, x + get32(p + 12) + s1->plt->data - p);
18782 static uint32_t get32(unsigned char *p) function

Completed in 3874 milliseconds