HomeSort by relevance Sort by last modified time
    Searched defs:follow (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/ltrace/
options.h 45 int follow; /* trace child processes */ member in struct:options_t
  /external/svox/pico/lib/
picobase.c 57 picoos_uint8 follow; local
63 follow = 0;
65 if (follow > 0) {
68 follow--;
77 follow = 3;
80 follow = 2;
83 follow = 1;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
actions.c 624 Ins *follow = (Ins*) &i[1]; local
625 optimize(follow);
626 if(follow->i.tag == GOTO && follow->i.link == follow){
630 i->i.link = follow;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 54 static void * match (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
56 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
58 static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow);
64 static void * recoverFromMismatchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
65 static void * recoverFromMismatchedSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow);
66 static ANTLR3_BOOLEAN recoverFromMismatchedElement(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow);
80 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow);
412 /// symbols that can follow rule ref.
416 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow)
478 matchedSymbol = recognizer->recoverFromMismatchedToken(recognizer, ttype, follow);
1622 pANTLR3_BITSET follow; local
    [all...]
  /external/smack/src/org/xbill/DNS/
Lookup.java 385 follow(Name name, Name oldname) { method in class:Lookup
435 follow(cname.getTarget(), name);
439 follow(name.fromDNAME(dname), name);
  /ndk/sources/host-tools/nawk-20071023/
b.c 138 cfoll(f, p1); /* set up follow sets */
339 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */
359 follow(v); /* computes setvec and setcnt */
361 overflo("out of space building follow set");
427 void follow(Node *v) /* collects leaves that can follow v into setvec */ function
438 follow(p);
443 follow(p);
449 follow(p);
453 follow(p)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 442 WnnWord follow = followFzksi.next(); local
443 if (connectible(word.partOfSpeech.right, follow.partOfSpeech.left)) {
444 fzks.add(new WnnWord(key, key, new WnnPOS(word.partOfSpeech.left, follow.partOfSpeech.right)));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 136 /* Recurse to loop through follow groups */
152 /* Recurse to loop through follow groups */
181 bin_group *follow, *group_temp; local
182 TAILQ_FOREACH_SAFE(follow, &group->follow_groups, link, group_temp)
183 bin_group_destroy(follow);
398 /* Following sections have to follow this one,
460 /* Following sections have to follow this one,
606 /* Recurse to loop through follow groups */
642 /* Recurse to loop through follow groups */
730 /* Recurse to loop through follow groups *
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 714 // Sort by loop. Use a stable sort so that constants follow non-constants and
783 // Sort by loop. Use a stable sort so that constants follow non-constants.
1829 bool follow(const SCEV *S) { function in struct:__anon29474::SCEVFindUnsafe
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 1421 void follow(const SUnit *SU) { function in class:__anon29567::SchedDAGReverseDFS
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 551 * Like Grosch I implemented local FOLLOW sets that are combined at run-time
560 System.out.println("compute FOLLOW "+grammar.name+"."+referencedElementNode.toString()+
566 LookaheadSet follow = null; local
568 // compute follow for this element and, as side-effect, track
570 follow = grammar.FIRST(followingNFAState);
573 if ( follow==null ) {
574 ErrorManager.internalError("no follow state or cannot compute follow");
575 follow = new LookaheadSet();
577 if ( follow.member(Label.EOF) )
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 1640 opus_val16 follow=-QCONST16(10.0f,DB_SHIFT); local
    [all...]
  /external/libopus/celt/
celt_encoder.c 1640 opus_val16 follow=-QCONST16(10.0f,DB_SHIFT); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 612 int follow; member in struct:PioctlData
  /development/ndk/platforms/android-3/include/linux/
coda.h 578 int follow; member in struct:PioctlData
  /development/ndk/platforms/android-L/include/linux/
coda.h 612 int follow; member in struct:PioctlData
  /external/kernel-headers/original/uapi/linux/
coda.h 3 follow at your discretion.
724 int follow; member in struct:PioctlData
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
coda.h 3 follow at your discretion.
719 int follow; member in struct:PioctlData
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coda.h 3 follow at your discretion.
719 int follow; member in struct:PioctlData
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
coda.h 578 int follow; member in struct:PioctlData
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
coda.h 578 int follow; member in struct:PioctlData
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
coda.h 578 int follow; member in struct:PioctlData
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
coda.h 578 int follow; member in struct:PioctlData
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
coda.h 578 int follow; member in struct:PioctlData
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
coda.h 578 int follow; member in struct:PioctlData

Completed in 2042 milliseconds

1 2 3 4