Searched defs:get32 (Results 1 - 4 of 4) sorted by path

/external/icu/icu4c/source/common/
H A Dutrie2.cpp43 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { function
70 return get32(trie->newTrie, c, TRUE);
84 return get32(trie->newTrie, c, FALSE);
/external/libpng/contrib/tools/
H A Dpngfix.c2953 get32(png_bytep buffer, int offset) function
3031 png_uint_32 next_length = get32(buffer, nused);
3035 png_uint_32 next_type = get32(buffer, nused+4);
/external/libunwind_llvm/src/
H A DAddressSpace.hpp124 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));
/external/valgrind/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 469 milliseconds