OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xlate
(Results
1 - 7
of
7
) 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/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/bn/asm/
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
23
die "can't locate x86_64-
xlate
.pl";
25
open STDOUT,"| $^X $
xlate
$output";
/external/openssl/crypto/rc4/asm/
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
66
die "can't locate x86_64-
xlate
.pl";
68
open STDOUT,"| $^X $
xlate
$output";
/external/openssl/crypto/sha/asm/
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
37
die "can't locate x86_64-
xlate
.pl";
39
open STDOUT,"| $^X $
xlate
$output";
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
48
die "can't locate x86_64-
xlate
.pl";
50
open STDOUT,"| $^X $
xlate
$output";
Completed in 150 milliseconds