Home
last modified time | relevance | path

Searched refs:phrasebook (Results 1 – 7 of 7) sorted by relevance

/external/tremolo/Tremolo/
Dres012.c117 codebook *phrasebook=ci->book_param+info->groupbook; in res_inverse() local
119 int partitions_per_word=phrasebook->dim; in res_inverse()
161 int temp=vorbis_book_decode(phrasebook,&vd->opb); in res_inverse()
234 temp=vorbis_book_decode(phrasebook,&vd->opb); in res_inverse()
/external/python/cpython2/Modules/
Dunicodename_db.h4993 static unsigned char phrasebook[] = { variable
Dunicodedata.c953 word = phrasebook[offset] - phrasebook_short; in _getucname()
955 word = (word << 8) + phrasebook[offset+1]; in _getucname()
958 word = phrasebook[offset++]; in _getucname()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py660 phrasebook = [0]
666 phrasebook_offset[char] = len(phrasebook)
670 phrasebook.append(i)
673 phrasebook.append((i>>8) + short)
674 phrasebook.append(i&255)
676 assert getsize(phrasebook) == 1
714 Array("phrasebook", phrasebook).dump(fp, trace)
/external/python/cpython3/Modules/
Dunicodename_db.h7942 static unsigned char phrasebook[] = { variable
Dunicodedata.c1014 word = phrasebook[offset] - phrasebook_short; in _getucname()
1016 word = (word << 8) + phrasebook[offset+1]; in _getucname()
1019 word = phrasebook[offset++]; in _getucname()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py692 phrasebook = [0]
698 phrasebook_offset[char] = len(phrasebook)
702 phrasebook.append(i)
705 phrasebook.append((i>>8) + short)
706 phrasebook.append(i&255)
708 assert getsize(phrasebook) == 1
746 Array("phrasebook", phrasebook).dump(fp, trace)