HomeSort by relevance Sort by last modified time
    Searched full:bottomup (Results 1 - 25 of 33) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
Simplify.g3 15 public override IAstRuleReturnScope Bottomup() { return bottomup(); }
23 bottomup
  /external/libjpeg-turbo/
bmp.h 35 int bottomup);
38 int bottomup);
bmp.c 162 int dstpf, int bottomup)
226 if(bottomup) outbuf=&(*buf)[((*h)-row-1)*(*w)*dstps];
228 pixelconvert(src->buffer[i], srcpf, 0, outbuf, dstpf, bottomup, *w,
245 int bottomup)
314 if(bottomup) inbuf=&buf[(h-row-1)*w*srcps];
316 pixelconvert(inbuf, srcpf, bottomup, dst->buffer[i], dstpf, 0, w,
tjbench.c 714 printf("-bottomup = Test bottom-up compression/decompression\n");
831 if(!strcasecmp(argv[i], "-bottomup")) flags|=TJFLAG_BOTTOMUP;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.m 92 aRuleSel = @selector(bottomup);
112 aRuleSel = @selector(bottomup);
226 return [self bottomup];
239 - (id) bottomup
242 @throw [ANTLRRecognitionException newException:@"BottomUp exception"];
ANTLRTreeRewriter.h 72 - (id) bottomup;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeFilter.cs 83 ApplyOnce( o, Bottomup );
95 protected virtual void Bottomup()
TreeRewriter.cs 59 bottomup_func = () => Bottomup();
127 public virtual IAstRuleReturnScope Bottomup()
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 51 bottomup_func = () => Bottomup();
109 public virtual IAstRuleReturnScope<TTree> Bottomup() {
TreeFilter.cs 128 ApplyOnce( o, Bottomup );
140 protected virtual void Bottomup()
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 112 public Object rule() throws RecognitionException { return bottomup(); }
119 public Object bottomup() throws RecognitionException { return null; } method in class:TreeRewriter
TreeFilter.java 126 bottomup();
134 public void bottomup() throws RecognitionException {;} method in class:TreeFilter
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 70 - (ANTLRTreeRewriter *) bottomup;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 70 - (ANTLRTreeRewriter *) bottomup;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 70 - (ANTLRTreeRewriter *) bottomup;
  /external/v8/test/mjsunit/tools/
profile.js 159 'pre enter/bottomUp');
164 'post enter/bottomUp');
175 assertEquals(preBottomUpNodes, postBottomUpNodes, 'stay/bottomUp');
  /external/llvm/test/CodeGen/X86/
handle-move.ll 1 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup -verify-machineinstrs < %s
misched-new.ll 2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
misched-aa-colored.ll 1 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffle -enable-aa-sched-mi | FileCheck %s
  /external/libvncserver/test/
tjbench.c 478 printf("-bottomup = Test bottom-up compression/decompression\n");
582 if(!strcasecmp(argv[i], "-bottomup")) flags|=TJFLAG_BOTTOMUP;
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 162 .Case("llvm.arc.annotation.bottomup.bbstart",
164 .Case("llvm.arc.annotation.bottomup.bbend",
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.cpp 268 static void bottomup( btDbvt* pdbvt, function
363 bottomup(pdbvt,leaves);
447 bottomup(this,leaves);
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 617 System.out.println("-bottomup = Test bottom-up compression/decompression");
734 if (argv[i].equalsIgnoreCase("-bottomup"))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 225 "-misched-topdown incompatible with -misched-bottomup");
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 41 cl::opt<bool> ForceBottomUp("misched-bottomup", cl::Hidden,
    [all...]

Completed in 743 milliseconds

1 2