Searched defs:lo16 (Results 1 – 3 of 3) sorted by relevance
219 inline static uint16_t lo16(uint64_t x) { return x & 0xffff; } lo16() function
607 uint32_t lo16 = extractBits(val, 17, 2); in relocate() local
988 uint16_t lo16; member