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

  /external/swiftshader/src/Common/
Types.hpp 46 typedef ALIGN(16, uint64_t) xword[2]; member in namespace:sw
  /external/syslinux/com32/chain/
mangle.c 112 uint32_t xword = 0; local
113 memcpy(&xword, chkhead, data->size & 3);
114 *checksum += xword;

Completed in 104 milliseconds