HomeSort by relevance Sort by last modified time
    Searched full:swapword (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/qtools/
read_elf.cpp 23 #define SwapWord(a) (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) | ((a & 0x000000ff) << 24))
24 #define SwapAddr(a) SwapWord(a)
25 #define SwapOff(a) SwapWord(a)
38 hdr->e_version = SwapWord(hdr->e_version);
42 hdr->e_flags = SwapWord(hdr->e_flags);
53 shdr->sh_name = SwapWord(shdr->sh_name);
54 shdr->sh_type = SwapWord(shdr->sh_type);
55 shdr->sh_flags = SwapWord(shdr->sh_flags);
58 shdr->sh_size = SwapWord(shdr->sh_size);
59 shdr->sh_link = SwapWord(shdr->sh_link)
    [all...]
  /external/icu4c/layout/
LESwaps.h 21 * A convenience macro which invokes the swapWord member function
26 #define SWAPW(value) LESwaps::swapWord((const le_uint16 &) (value))
58 static le_uint16 swapWord(const le_uint16 &value)

Completed in 207 milliseconds