OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Arcs
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.h
53
CObjectVector<CArc>
Arcs
;
63
IInArchive *GetArchive() const { return
Arcs
.Back().Archive; }
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Arcs.java
28
public class
Arcs
extends GraphicsActivity {
/external/openfst/src/include/fst/
const-fst.h
19
// Simple concrete immutable FST whose states and
arcs
are each stored
41
// States and
arcs
each implemented by single arrays, templated on the
92
A *
Arcs
(StateId s) { return arcs_ + states_[s].pos; }
103
data->
arcs
= arcs_ + states_[s].pos;
111
// States implemented by array *states_ below,
arcs
by (single) *arcs_.
114
Unsigned pos; // Start of state's
arcs
in *arcs_
115
Unsigned narcs; // Number of
arcs
(per state)
132
MappedFile *arcs_region_; // Mapped file for
arcs
134
A *arcs_; //
Arcs
representation
136
size_t narcs_; // Number of
arcs
(per FST
[
all
...]
rmepsilon.h
83
// Compute
arcs
and final weight for state 's'
86
// Returns
arcs
of expanded state.
87
vector<Arc> &
Arcs
() { return arcs_; }
138
// in the
arcs
vector of the state being expanded. 'e' corresponds
146
vector<Arc> arcs_; //
Arcs
of state being expanded
302
vector<Arc> &
arcs
= rmeps_state.
Arcs
();
local
303
fst->ReserveArcs(state,
arcs
.size());
304
while (!
arcs
.empty()) {
305
fst->AddArc(state,
arcs
.back())
483
vector<A> &
arcs
= rmeps_state_.Arcs();
local
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
870
unsigned
Arcs
=
873
Builder.getInt32(
Arcs
),
[
all
...]
Completed in 354 milliseconds