OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NONE_LABEL
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/grxmlcompile/
sub_phon.cpp
60
arcOne= CreateArc (
NONE_LABEL
,
NONE_LABEL
, arc[ii]->GetFromId(), newId);
61
arcOne->AssignCentre (
NONE_LABEL
);
65
arcOne->AssignCentre (
NONE_LABEL
);
66
// (void) CreateArc (-wordId,
NONE_LABEL
, arc[ii]->GetFromId(), newId);
67
arcOne= CreateArc (WB_LABEL,
NONE_LABEL
, nextId, arc[ii]->GetToId());
68
arcOne->AssignCentre (
NONE_LABEL
);
83
arcOne= CreateArc (phoneId,
NONE_LABEL
, currId, newId);
91
arcOne->AssignCentre (
NONE_LABEL
);
101
arc[ii]->AssignLeft (
NONE_LABEL
);
[
all
...]
sub_grph.cpp
180
(void) CreateArc (
NONE_LABEL
,
NONE_LABEL
, startId, lastId); // start to end
192
(void) CreateArc (
NONE_LABEL
,
NONE_LABEL
, lastId + (ii - 1) * blockCount, finalId);
195
(void) CreateArc (
NONE_LABEL
,
NONE_LABEL
, startId, finalId); // start to end
213
(void) CreateArc (
NONE_LABEL
,
NONE_LABEL
, startId, finalId);
232
(void) CreateArc (
NONE_LABEL
,
NONE_LABEL
, startId, finalId)
[
all
...]
sub_base.cpp
73
assert (!(iLabel ==
NONE_LABEL
&& from == to));
336
if (arc[ii]->GetInput() < 0 && arc[ii]->GetInput() >
NONE_LABEL
)
345
arc[ii]->AssignOutput (
NONE_LABEL
);
netw_dump.cpp
65
case
NONE_LABEL
: // Null transition
134
case
NONE_LABEL
: // Null transition
211
case
NONE_LABEL
: // Null transition
285
case
NONE_LABEL
: // Null transition
sub_grph.h
39
#define
NONE_LABEL
-100000 // Null transition
Completed in 284 milliseconds