Searched refs:bit_index (Results 1 – 1 of 1) sorted by relevance
3011 UINT bit_index; in _nx_crypto_ec_fp_fixed_multiple() local3038 bit_index = (UINT)i; in _nx_crypto_ec_fp_fixed_multiple()3042 value = expanded_d.nx_crypto_huge_number_data[bit_index >> (HN_SIZE_SHIFT + 3)]; in _nx_crypto_ec_fp_fixed_multiple()3043 transpose_d |= (((value >> (bit_index & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))) & 1) << j); in _nx_crypto_ec_fp_fixed_multiple()3044 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()3064 bit_index = (UINT)(i + (INT)fixed_points -> nx_crypto_ec_fixed_points_e); in _nx_crypto_ec_fp_fixed_multiple()3067 value = expanded_d.nx_crypto_huge_number_data[bit_index >> (HN_SIZE_SHIFT + 3)]; in _nx_crypto_ec_fp_fixed_multiple()3068 transpose_d |= (((value >> (bit_index & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))) & 1) << j); in _nx_crypto_ec_fp_fixed_multiple()3069 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()