Home
last modified time | relevance | path

Searched refs:flabel (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-filter.h484 const Label &flabel = f2.GetState(); in SetState() local
488 if (flabel != kNoLabel) { // Have a lookahead label? in SetState()
489 GetMatcher1()->AddMultiEpsLabel(flabel); // Yes, make it a multi-epsilon in SetState()
490 GetMatcher2()->AddMultiEpsLabel(flabel); // label so that it matches the in SetState()
500 const Label &flabel = f2.GetState(); in FilterArc() local
501 if (flabel != kNoLabel) // Have a lookahead label? in FilterArc()
502 return LookAheadOutput() ? PushedLabelFilterArc(arc1, arc2, flabel) : in FilterArc()
503 PushedLabelFilterArc(arc2, arc1, flabel); in FilterArc()
523 const Label &flabel = f2.GetState(); in FilterFinal() local
524 if (flabel != kNoLabel) in FilterFinal()
[all …]
/external/iproute2/tc/
Df_rsvp.c101 __u32 flabel; in get_addr_and_pi() local
103 if (get_u32(&flabel, *argv, 0)) in get_addr_and_pi()
108 pi->key = htonl(flabel) & pi->mask; in get_addr_and_pi()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc409 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch() local
413 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
437 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
449 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
467 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc481 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch() local
484 __ B(vs, flabel); in AssembleArchBranch()
508 __ B(vs, flabel); in AssembleArchBranch()
520 __ B(vs, flabel); in AssembleArchBranch()
538 if (!fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc455 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch() local
458 __ b(vs, flabel); in AssembleArchBranch()
482 __ b(vs, flabel); in AssembleArchBranch()
494 __ b(vs, flabel); in AssembleArchBranch()
512 if (!fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc631 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch() local
635 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
659 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
671 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch()
689 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel. in AssembleArchBranch()