Searched refs:quanta (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | base64.py | 148 quanta, leftover = divmod(len(s), 5) 152 quanta += 1 153 for i in range(quanta): 203 quanta, leftover = divmod(len(s), 8)
|
/external/python/cpython3/Lib/ |
D | base64.py | 225 quanta = s[i: i + 8] 228 for c in quanta:
|
/external/libopus/celt/ |
D | celt_decoder.c | 993 int width, quanta; local 999 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width)); 1009 boost += quanta; 1010 total_bits -= quanta;
|
D | celt_encoder.c | 1921 int width, quanta; in celt_encode_with_ec() local 1928 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width)); in celt_encode_with_ec() 1940 boost += quanta; in celt_encode_with_ec() 1941 total_boost += quanta; in celt_encode_with_ec()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|