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

  /external/llvm/test/MC/ARM/
coff-relocations.s 46 addr32: label
53 @ CHECK-ENCODING-LABEL: addr32
  /external/openssh/
addrmatch.c 41 u_int32_t addr32[4]; member in union:xaddr::__anon28111
47 #define addr32 xa.addr32 macro
135 n->addr32[i] = 0xffffffffU;
137 n->addr32[i] = htonl((0xffffffff << (32 - l)) &
165 dst->addr32[i] &= b->addr32[i];
247 n->addr32[i] = ~n->addr32[i];
281 if (a->addr32[i] != 0
    [all...]
  /external/skia/include/core/
SkPixmap.h 120 const uint32_t* addr32() const { function in class:SkPixmap
146 const uint32_t* addr32(int x, int y) const { function in class:SkPixmap
149 return (const uint32_t*)((const char*)this->addr32() + y * fRowBytes + (x << 2));
174 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:__anon108414::Powerpc_relocate_functions
    [all...]

Completed in 515 milliseconds