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

  /external/llvm/test/MC/ARM/
coff-relocations.s 46 addr32: label
53 @ CHECK-ENCODING-LABEL: addr32
  /external/skia/include/core/
SkPixmap.h 89 const uint32_t* addr32() const { function in class:SkPixmap
115 const uint32_t* addr32(int x, int y) const { function in class:SkPixmap
118 return (const uint32_t*)((const char*)this->addr32() + y * fRowBytes + (x << 2));
140 return const_cast<uint32_t*>(this->addr32(x, y));
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1619 addr32(unsigned char* view, Address value, Overflow_check overflow) function in class:__anon75344::Powerpc_relocate_functions
    [all...]

Completed in 698 milliseconds