HomeSort by relevance Sort by last modified time
    Searched refs:xlate (Results 1 - 16 of 16) sorted by null

  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 33 static const char* xlate(const char* phone, const char* cmu, const char* nuance) { function
80 (next=xlate(p, "AA1 R", ")r")) || // odd AA D
81 (next=xlate(p, "AA0", "o")) || // odd AA D
82 (next=xlate(p, "AA1", "o")) || // odd AA D
83 (next=xlate(p, "AA2", "o")) || // odd AA D
85 (next=xlate(p, "AE0", "a")) || // at AE T
86 (next=xlate(p, "AE1", "a")) || // at AE T
87 (next=xlate(p, "AE2", "a")) || // at AE T
89 // (next=xlate(p, "AH0 L", "L")) || // drops accuracy by 1%
90 (next=xlate(p, "AH0 N", "~")) || // hut HH AH T - from jea
    [all...]
  /external/openssl/crypto/
ppccpuid.pl 6 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f $xlate) or
8 die "can't locate ppc-xlate.pl";
10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 73 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
74 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
75 die "can't locate ppc-xlate.pl";
77 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
x86_64-mont.pl 25 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
26 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
27 die "can't locate x86_64-xlate.pl";
29 open STDOUT,"| $^X $xlate $flavour $output";
ppc-mont.pl 73 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
74 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
75 die "can't locate ppc-xlate.pl";
77 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
ppc.pl 155 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
156 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
157 die "can't locate ppc-xlate.pl";
159 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dir_iterate.c 90 struct xlate { struct
104 struct xlate *xl = (struct xlate *) priv_data;
120 struct xlate xl;
block.c 398 struct xlate { struct
414 struct xlate *xl = (struct xlate *) priv_data;
429 struct xlate xl;
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 40 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
41 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
42 die "can't locate ppc-xlate.pl";
44 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
sha1-x86_64.pl 39 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
40 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
41 die "can't locate x86_64-xlate.pl";
43 open STDOUT,"| $^X $xlate $flavour $output";
sha512-ppc.pl 58 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
59 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
60 die "can't locate ppc-xlate.pl";
62 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
sha512-x86_64.pl 50 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
51 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
52 die "can't locate x86_64-xlate.pl";
54 open STDOUT,"| $^X $xlate $flavour $output";
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 117 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
118 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
119 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
120 die "can't locate x86_64-xlate.pl";
123 open STDOUT,"| $^X $xlate $flavour $output";
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 68 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
69 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
70 die "can't locate x86_64-xlate.pl";
72 open STDOUT,"| $^X $xlate $flavour $output";
  /external/openssl/crypto/aes/asm/
aes-ppc.pl 47 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
48 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
49 die "can't locate ppc-xlate.pl";
51 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
    [all...]
aes-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
37 die "can't locate x86_64-xlate.pl";
39 open STDOUT,"| $^X $xlate $flavour $output";
    [all...]

Completed in 393 milliseconds