OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tch
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
ecs.c
210
void mkechar(
tch
, fwd, bck )
211
int
tch
, fwd[], bck[];
217
if ( fwd[
tch
] != NIL )
218
bck[fwd[
tch
]] = bck[
tch
];
220
if ( bck[
tch
] != NIL )
221
fwd[bck[
tch
]] = fwd[
tch
];
223
fwd[
tch
] = NIL;
224
bck[
tch
] = NIL
[
all
...]
dfa.c
1017
int
tch
, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
local
1036
tch
= transchar[ns];
1038
if (
tch
!= SYM_EPSILON )
1040
if (
tch
< -lastccl ||
tch
>= csize )
1046
if (
tch
>= 0 )
1048
int ec = ecgroup[
tch
];
1056
tch
= -
tch
;
1058
lenccl = ccllen[
tch
];
[
all
...]
/dalvik/vm/analysis/
CodeVerify.cpp
6422
char
tch
;
local
[
all
...]
Completed in 24 milliseconds