Searched refs:b_shift (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | lbitlib.c | 86 static int b_shift (lua_State *L, b_uint r, int i) { in b_shift() function 104 return b_shift(L, luaL_checkunsigned(L, 1), luaL_checkint(L, 2)); in b_lshift() 109 return b_shift(L, luaL_checkunsigned(L, 1), -luaL_checkint(L, 2)); in b_rshift() 117 return b_shift(L, r, -i); in b_arshift()
|
/external/libvncserver/libvncserver/ |
D | tight.c | 1433 int r_shift, g_shift, b_shift; in Pack24() local 1440 b_shift = fmt->blueShift; in Pack24() 1444 b_shift = 24 - fmt->blueShift; in Pack24() 1451 *buf++ = (char)(pix >> b_shift); in Pack24()
|