Home
last modified time | relevance | path

Searched refs:phrasebook (Results 1 – 4 of 4) 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.c949 word = phrasebook[offset] - phrasebook_short; in _getucname()
951 word = (word << 8) + phrasebook[offset+1]; in _getucname()
954 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)