Home
last modified time | relevance | path

Searched refs:bottomup (Results 1 – 15 of 15) sorted by relevance

/external/libjpeg-turbo/
Dbmp.h35 int bottomup);
38 int bottomup);
Dbmp.c169 int dstpf, int bottomup) in loadbmp() argument
233 if(bottomup) outbuf=&(*buf)[((*h)-row-1)*(*w)*dstps]; in loadbmp()
235 pixelconvert(src->buffer[i], srcpf, 0, outbuf, dstpf, bottomup, *w, in loadbmp()
252 int bottomup) in savebmp() argument
321 if(bottomup) inbuf=&buf[(h-row-1)*w*srcps]; in savebmp()
323 pixelconvert(inbuf, srcpf, bottomup, dst->buffer[i], dstpf, 0, w, in savebmp()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DSimplify.g315 public override IAstRuleReturnScope Bottomup() { return bottomup(); }
23 bottomup
DReduce.g316 public override IAstRuleReturnScope Bottomup() { return bottomup(); }
21 bottomup
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeFilter.java126 bottomup();
134 public void bottomup() throws RecognitionException {;} in bottomup() method in TreeFilter
DTreeRewriter.java112 public Object rule() throws RecognitionException { return bottomup(); }
119 public Object bottomup() throws RecognitionException { return null; } in bottomup() method in TreeRewriter
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeRewriter.m92 aRuleSel = @selector(bottomup);
112 aRuleSel = @selector(bottomup);
226 return [self bottomup];
239 - (id) bottomup
DANTLRTreeRewriter.h72 - (id) bottomup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeRewriter.h70 - (ANTLRTreeRewriter *) bottomup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeRewriter.h70 - (ANTLRTreeRewriter *) bottomup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeRewriter.h70 - (ANTLRTreeRewriter *) bottomup;
/external/llvm/test/CodeGen/X86/
Dmisched-new.ll2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
Dhandle-move.ll1 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup
Dmisched-aa-colored.ll1 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffl…
/external/llvm/test/Transforms/ObjCARC/
Dpath-overflow.ll10 ; total bottomup/topdown paths and when we multiply them together at the end.