Home
last modified time | relevance | path

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

/external/srec/config/en.us/dictionary/
Dcmu2nuance.cpp33 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/
Dx86_64-mont.pl21 ( $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/
Drc4-x86_64.pl64 ( $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/
Dsha1-x86_64.pl35 ( $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";
Dsha512-x86_64.pl46 ( $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/
Ddir_iterate.c90 struct xlate { struct
104 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument
120 struct xlate xl; in ext2fs_dir_iterate()
Dblock.c398 struct xlate { struct
414 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() argument
429 struct xlate xl; in ext2fs_block_iterate()