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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrBackendProcessorFactory.h63 uint32_t get32(int index) const { function in class:GrProcessorKey
/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl19 our $reg32_href = { extract => \&get32, format => "0x%8.8x" };
24 our $float32_href = { extract => \&get32, format => "0x%8.8x" };
1053 printf(" 0x%8.8x", get32(\@_));
1231 printf(" ( 0x%8.8x )", get32(\@_));
1454 sub get32 subroutine
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/libcxxabi/src/Unwind/
H A DAddressSpace.hpp98 uint32_t get32(pint_t addr) { function in class:libunwind::LocalAddressSpace
135 return get32(addr);
208 result = get32(addr);
228 result = (pint_t)(int32_t)get32(addr);
385 uint32_t get32(pint_t addr);
409 template <typename P> uint32_t OtherAddressSpace<P>::get32(pint_t addr) { function in class:libunwind::OtherAddressSpace
410 return P::E::get32(*(uint32_t *)localCopy(addr));
/external/libpng/contrib/tools/
H A Dpngfix.c2946 get32(png_bytep buffer, int offset) function
3024 png_uint_32 next_length = get32(buffer, nused);
3028 png_uint_32 next_type = get32(buffer, nused+4);
/external/qemu/disas/
H A Di386.c175 static bfd_signed_vma get32 (void);
5320 get32 (void) function
5511 op = get32 ();
5566 op = get32 ();
5696 offset = get32 ();
5722 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 407 milliseconds