OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finalid
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/grxmlcompile/
sub_grph.cpp
172
int ii,
finalId
, endLoc, blockCount;
189
finalId
= lastId + (arg2 - 1) * blockCount;
192
(void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount,
finalId
);
195
(void) CreateArc (NONE_LABEL, NONE_LABEL, startId,
finalId
); // start to end
198
lastId=
finalId
;
206
finalId
= lastId + (arg1 - 1) * blockCount;
209
CopyFastArcs (this, arcLoc, endLoc, blockCount, startId,
finalId
, lastId,
finalId
);
213
(void) CreateArc (NONE_LABEL, NONE_LABEL, startId,
finalId
);
225
finalId
= lastId + blockCount
[
all
...]
sub_base.cpp
217
void SubGraph::RemoveUnvisitedArcs (int initialId, int
finalId
)
229
if (
finalId
>= 0)
230
ReverseDepthData (
finalId
, reverseDepth, 1);
sub_grph.h
241
void RemoveUnvisitedArcs (int initialId, int
finalId
);
/external/llvm/lib/CodeGen/
Passes.cpp
265
AnalysisID
FinalID
= overridePass(&ID, TargetID);
266
if (
FinalID
== &NoPassID)
267
return
FinalID
;
269
Pass *P = Pass::createPass(
FinalID
);
273
return
FinalID
;
/external/icu4c/common/
uloc.c
534
#define _ConvertBCP47(
finalID
, id, buffer, length,err) \
536
finalID
=id; \
538
finalID
=buffer; \
[
all
...]
Completed in 342 milliseconds