Home
last modified time | relevance | path

Searched refs:seg_uend (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Daudioop.c73 static PyInt16 seg_uend[8] = {0x3F, 0x7F, 0xFF, 0x1FF, variable
184 seg = search(pcm_val, seg_uend, 8); in st_14linear2ulaw()
/external/python/cpython3/Modules/
Daudioop.c62 static const int16_t seg_uend[8] = { variable
171 seg = search(pcm_val, seg_uend, 8); in st_14linear2ulaw()