Searched defs:hi20 (Results 1 – 2 of 2) sorted by relevance
123 static uint32_t hi20(uint32_t val) { return (val + 0x800) >> 12; } in hi20() function605 uint32_t hi20 = extractBits(val + (1 << 17), 37, 18); in relocate() local
84 static uint32_t hi20(uint32_t val) { return (val + 0x800) >> 12; } in hi20() function