Searched refs:bit_shift (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis.cc317 int bit_shift = 8 - static_cast<int>( local
322 *row <<= bit_shift; local
360 int bit_shift = 0; local
362 bit_shift = static_cast<int>(
371 target_row[c] = (grad_x * grad_x + grad_y * grad_y) >> bit_shift;
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Dmath.c638 int bit_shift = num_bits & 31; local
641 x->v32[i] = x->v32[i+word_shift] << bit_shift;
/external/srtp/crypto/math/
H A Dmath.c638 int bit_shift = num_bits & 31; local
641 x->v32[i] = x->v32[i+word_shift] << bit_shift;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c4313 UINT8 bit_shift = 0; local
4353 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 :0;
4459 p_dev_rec->sec_flags &= ~((BTM_SEC_LINK_KEY_KNOWN | BTM_SEC_LINK_KEY_AUTHED) << bit_shift);
4489 p_dev_rec->sec_flags &= ~ (BTM_SEC_LE_LINK_KEY_KNOWN << bit_shift);
4578 BTM_SEC_ENCRYPTED | BTM_SEC_ROLE_SWITCHED) << bit_shift);
4581 p_dev_rec->sec_flags |= ((BTM_SEC_AUTHENTICATED | BTM_SEC_ENCRYPTED) << bit_shift);
4584 p_dev_rec->sec_flags |= (BTM_SEC_AUTHENTICATED << bit_shift);

Completed in 180 milliseconds