Searched refs:curr_bits (Results 1 – 3 of 3) sorted by relevance
/external/python/oauth2client/oauth2client/ |
D | _pure_python_crypt.py | 58 curr_bits = bit_list[start:start + 8] 60 for val, digit in zip(_POW2, curr_bits))
|
/external/python/google-auth-library-python/google/auth/crypt/ |
D | _python_rsa.py | 56 curr_bits = bit_list[start : start + 8] 57 char_val = sum(val * digit for val, digit in six.moves.zip(_POW2, curr_bits))
|
/external/libopus/celt/ |
D | bands.c | 950 int curr_bits; in quant_partition() local 1039 curr_bits = pulses2bits(m, i, LM, q); in quant_partition() 1040 ctx->remaining_bits -= curr_bits; in quant_partition() 1045 ctx->remaining_bits += curr_bits; in quant_partition() 1047 curr_bits = pulses2bits(m, i, LM, q); in quant_partition() 1048 ctx->remaining_bits -= curr_bits; in quant_partition()
|