Home
last modified time | relevance | path

Searched refs:__width (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x.c684 static inline s32 comp2(s32 __x, s32 __width) in comp2() argument
686 if (__width == 32) in comp2()
689 return (__x >= (1 << (__width - 1))) ? (__x - (1 << __width)) : __x; in comp2()