Searched refs:cyclic (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java112 /** While building the DFA, track max lookahead depth if not cyclic */
121 protected boolean cyclic = false; field in class:DFA
246 // must be after verify as it computes cyclic, needed by this routine
270 * of integers starting from 0. Only cyclic DFA can have unused positions
546 " dec "+s.dfa.decisionNumber+" cyclic="+s.dfa.isCyclic());
722 /** Is this DFA cyclic? That is, are there any loops? If not, then
729 return cyclic && getUserMaxLookahead()==0;
786 // not cyclic; don't worry about termination
868 /** Compute cyclic w/o relying on state computed during analysis. just check. */
870 boolean cyclic
[all...]
/external/qemu/telephony/
H A Dsim_card.c187 SimFileEFCyclicRec cyclic; member in union:__anon11814
231 /* byte 8 is RFU, except bit 7 for cyclic files, which indicates
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
H A DCurvesHelper.java224 boolean cyclic = (((Number) nurb.getFieldValue("flagu")).intValue() & 0x01) != 0;
229 if (cyclic) {
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm92 ;# 4 iterations of the cyclic transform 0->1->2->3->4->5->6->7->0.
95 ;# before we are done referencing the old contents, the cyclic transform
236 ;# This can be accomplished by 4 iterations of the cyclic transform
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas118 /// Used currently only after a cyclic DFA and just before starting
364 /// When walking ahead with cyclic DFA for syntactic predicates, we
H A DAntlr.Runtime.Tree.pas1875 /// When walking ahead with cyclic DFA or for syntactic predicates,
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex296 There are 32 and 64-bit cyclic rotations as well:

Completed in 1108 milliseconds