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

1 2

  /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: $!";
x86_64cpuid.pl 10 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
11 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or
12 die "can't locate x86_64-xlate.pl";
14 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/chromium_org/third_party/boringssl/src/crypto/
cpu-x86_64-asm.pl 10 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
11 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or
12 die "can't locate x86_64-xlate.pl";
14 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 90 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
91 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
92 die "can't locate ppc-xlate.pl";
94 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
x86_64-gf2m.pl 30 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
31 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
32 die "can't locate x86_64-xlate.pl";
34 open OUT,"| \"$^X\" $xlate $flavour $output";
ppc-mont.pl 74 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
75 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
76 die "can't locate ppc-xlate.pl";
78 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
modexp512-x86_64.pl 67 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
68 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
69 die "can't locate x86_64-xlate.pl";
71 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
x86_64-mont5.pl 27 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
28 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
29 die "can't locate x86_64-xlate.pl";
31 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/e2fsprogs/lib/ext2fs/
dir_iterate.c 134 struct xlate { struct
148 struct xlate *xl = (struct xlate *) priv_data;
164 struct xlate xl;
block.c 612 struct xlate { struct
628 struct xlate *xl = (struct xlate *) priv_data;
643 struct xlate xl;
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 42 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
43 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
44 die "can't locate ppc-xlate.pl";
46 open STDOUT,"| $^X $xlate $flavour ".shift || 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 OUT,"| \"$^X\" $xlate $flavour $output";
sha512-ppc.pl 60 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
61 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
62 die "can't locate ppc-xlate.pl";
64 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
  /external/chromium_org/third_party/boringssl/src/crypto/rc4/asm/
rc4-md5-x86_64.pl 49 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
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 OUT,"| \"$^X\" $xlate $flavour $output";
rc4-x86_64.pl 111 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
112 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
113 die "can't locate x86_64-xlate.pl";
115 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 49 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
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 OUT,"| \"$^X\" $xlate $flavour $output";
rc4-x86_64.pl 111 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
112 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
113 die "can't locate x86_64-xlate.pl";
115 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/chromium_org/third_party/boringssl/src/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 OUT,"| \"$^X\" $xlate $flavour $output";
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 118 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
119 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
120 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
121 die "can't locate x86_64-xlate.pl";
123 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 49 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
50 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
51 die "can't locate x86_64-xlate.pl";
53 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
vpaes-x86_64.pl 55 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
56 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
57 die "can't locate x86_64-xlate.pl";
59 open OUT,"| \"$^X\" $xlate $flavour $output";
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
modexp512-x86_64.pl 67 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
68 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
69 die "can't locate x86_64-xlate.pl";
71 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 58 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
59 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
60 die "can't locate x86_64-xlate.pl";
72 open OUT,"| \"$^X\" $xlate $flavour $output";
vpaes-x86_64.pl 55 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
56 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
57 die "can't locate x86_64-xlate.pl";
59 open OUT,"| \"$^X\" $xlate $flavour $output";

Completed in 764 milliseconds

1 2