Searched refs:swapc (Results 1 – 2 of 2) sorted by relevance
4 static inline uint32_t swapc(uint32_t x, int c) in swapc() function13 uint32_t b = 0, n = swapc(mo[2], sw); in __mo_lookup()14 uint32_t o = swapc(mo[3], sw); in __mo_lookup()15 uint32_t t = swapc(mo[4], sw); in __mo_lookup()21 uint32_t ol = swapc(mo[o+2*(b+n/2)], sw); in __mo_lookup()22 uint32_t os = swapc(mo[o+2*(b+n/2)+1], sw); in __mo_lookup()27 uint32_t tl = swapc(mo[t+2*(b+n/2)], sw); in __mo_lookup()28 uint32_t ts = swapc(mo[t+2*(b+n/2)+1], sw); in __mo_lookup()
600 int swapc = bg; in onDraw() local602 fg = swapc; in onDraw()