Searched refs:xlate (Results 1 – 7 of 7) sorted by relevance
/external/srec/config/en.us/dictionary/ |
D | cmu2nuance.cpp | 33 static const char* xlate(const char* phone, const char* cmu, const char* nuance) { in xlate() function 80 (next=xlate(p, "AA1 R", ")r")) || // odd AA D in main() 81 (next=xlate(p, "AA0", "o")) || // odd AA D in main() 82 (next=xlate(p, "AA1", "o")) || // odd AA D in main() 83 (next=xlate(p, "AA2", "o")) || // odd AA D in main() 85 (next=xlate(p, "AE0", "a")) || // at AE T in main() 86 (next=xlate(p, "AE1", "a")) || // at AE T in main() 87 (next=xlate(p, "AE2", "a")) || // at AE T in main() 90 (next=xlate(p, "AH0 N", "~")) || // hut HH AH T - from jean in main() 91 (next=xlate(p, "AH0 M", "}")) || // hut HH AH T - from jean in main() [all …]
|
/external/openssl/crypto/bn/asm/ |
D | x86_64-mont.pl | 21 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 22 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 25 open STDOUT,"| $^X $xlate $output";
|
/external/openssl/crypto/rc4/asm/ |
D | rc4-x86_64.pl | 64 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 65 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 68 open STDOUT,"| $^X $xlate $output";
|
/external/openssl/crypto/sha/asm/ |
D | sha1-x86_64.pl | 35 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 36 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 39 open STDOUT,"| $^X $xlate $output";
|
D | sha512-x86_64.pl | 46 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 47 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 50 open STDOUT,"| $^X $xlate $output";
|
/external/e2fsprogs/lib/ext2fs/ |
D | dir_iterate.c | 90 struct xlate { struct 104 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument 120 struct xlate xl; in ext2fs_dir_iterate()
|
D | block.c | 398 struct xlate { struct 414 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument 429 struct xlate xl; in ext2fs_block_iterate()
|