HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 50 // final weight even if the state is non-final to mark it as
166 state->final = w;
205 // Is the final weight of state s cached?
228 Weight Final(StateId s) const {
230 return state->final;
312 static const uint32 kCacheFinal = 0x0001; // Final weight has been cached
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
361 Weight final; // Final weigh member in struct:fst::CacheState
    [all...]
const-fst.h 58 Weight Final(StateId s) const { return states_[s].final; }
91 Weight final; // Final weight member in struct:fst::ConstFstImpl::State
96 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
141 states_[s].final = fst.Final(s);
243 virtual Weight Final(StateId s) const { return impl_->Final(s); }
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_none.c 213 int final,
tls.h 302 * Caller is responsible for freeing returned output data. If the final
495 * @final: 1 = FinalPhaseFinished, 0 = IntermediatePhaseFinished
504 void *tls_ctx, struct tls_connection *conn, int final,
508 * tls_connection_ia_final_phase_finished - Has final phase been completed
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 474 MachineBasicBlock *final = start; local
523 final = F->CreateMachineBasicBlock(LLVM_BB);
525 F->insert(It, final);
527 start->addSuccessor(final);
528 final->addSuccessor(exit);
529 final->addSuccessor(start);
540 final->moveAfter(start);
541 exit->moveAfter(final);
547 BuildMI(final, dl, TII->get(MBlaze::SWX))
552 BuildMI(final, dl, TII->get(MBlaze::ADDIC), CHK
    [all...]
  /cts/
CtsBuild.mk 18 # directory before creating the final CTS distribution.
  /external/clang/test/SemaCXX/
destructor.cpp 185 struct F final: B {}; // expected-warning {{has virtual functions but non-virtual destructor}} struct in namespace:dnvd
194 struct VF final: VB {}; struct in namespace:dnvd
  /external/openfst/src/include/fst/
vector-fst.h 57 Weight Final(StateId s) const { return states_[s]->final; }
65 void SetFinal(StateId s, Weight w) { states_[s]->final = w; }
171 VectorState() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
173 Weight final; // Final weight member in struct:fst::VectorState
219 Weight ow = BaseImpl::Final(s);
306 BaseImpl::SetFinal(s, fst.Final(s));
338 typename A::Weight final; local
339 if (!final.Read(strm)) break
    [all...]
const-fst.h 78 Weight Final(StateId s) const { return states_[s].final; }
113 Weight final; // Final weight member in struct:fst::ConstFstImpl::State
118 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
182 states_[s].final = fst.Final(s);
371 state.final = fst.Final(siter.Value());
shortest-path.h 49 // path to a final state. That path is the shortest path
142 if (ifst.Final(s) != Weight::Zero()) {
143 Weight w = Times(sd, ifst.Final(s));
193 ofst->SetFinal(s_p, ifst.Final(f_parent));
254 // 'distance' must contain the shortest distance from each state to a final
262 // the single final state.
306 // distance from 'superfinal' to the final state is 'Weight::One()',
326 StateId final = ofst->AddState();
327 ofst->SetFinal(final, Weight::One());
328 while (pairs.size() <= final)
    [all...]
determinize.h 116 Label subsequential_label; // Label used for residual final output
188 Weight Final(StateId s) {
190 Weight final = ComputeFinal(s); local
191 SetFinal(s, final);
193 return CacheImpl<A>::Final(s);
324 Weight final = Weight::Zero(); local
329 final = Plus(final, Times(element.weight,
330 GetFst().Final(element.state_id)));
331 if (!final.Member()
    [all...]
cache.h 93 // must set the final weight even if the state is non-final to mark it as
230 state->final = w;
324 // Is the final weight of state s cached?
346 Weight Final(StateId s) const {
348 return state->final;
451 static const uint32 kCacheFinal = 0x0001; // Final weight has been cached
492 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
500 Weight final; // Final weigh member in struct:fst::CacheState
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 10 final combined CRC = 0xA212ABF8
  /external/webkit/Tools/QtTestBrowser/
webview.cpp 215 QFinalState* final = new QFinalState(m_machine); local
216 s3->addTransition(s3, SIGNAL(propertiesAssigned()), final);
  /external/llvm/utils/release/
test-release.sh 46 echo " -final The final release candidate."
72 -final | --final )
73 RC=final
  /ndk/build/core/
default-build-commands.mk 13 # must appear on the final static linker command (order is important).
17 # libraries. This ensures that any libgcc function used by the final
  /device/moto/stingray/self-extractors/
generate-packages.sh 139 echo \ \ Generating final archive
  /device/moto/wingray/self-extractors/
generate-packages.sh 140 echo \ \ Generating final archive
  /device/samsung/crespo/self-extractors/
generate-packages.sh 140 echo \ \ Generating final archive
  /device/samsung/crespo4g/self-extractors/
generate-packages.sh 138 echo \ \ Generating final archive
  /device/samsung/maguro/self-extractors/
generate-packages.sh 142 echo \ \ Generating final archive
  /device/samsung/toro/self-extractors/
generate-packages.sh 154 echo \ \ Generating final archive
  /device/ti/panda/self-extractors/
generate-packages.sh 87 echo \ \ Generating final archive
  /external/e2fsprogs/e2fsck/
profile.c 140 unsigned int final:1; /* Indicate don't search next file */ member in struct:profile_node
744 state->current_section->final = 1;
759 state->current_section->final = 1;
821 state->current_section->final = 1;
830 node->final = 1;
936 cb(p->final ? "*" : "", data);
953 cb(p->final ? "*" : "", data);
1396 if (p->final)
    [all...]
  /external/v8/test/mjsunit/
regexp-UC16.js 30 // "\u03a3\u03c2\u03c3\u039b\u03bb" - Sigma, final sigma, sigma, Lambda, lamda

Completed in 1358 milliseconds

1 2 3 45 6 7 8 9