Searched refs:bottomup (Results 1 – 15 of 15) sorted by relevance
/external/libjpeg-turbo/ |
D | bmp.h | 35 int bottomup); 38 int bottomup);
|
D | bmp.c | 169 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/ |
D | Simplify.g3 | 15 public override IAstRuleReturnScope Bottomup() { return bottomup(); } 23 bottomup
|
D | Reduce.g3 | 16 public override IAstRuleReturnScope Bottomup() { return bottomup(); } 21 bottomup
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeFilter.java | 126 bottomup(); 134 public void bottomup() throws RecognitionException {;} in bottomup() method in TreeFilter
|
D | TreeRewriter.java | 112 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/ |
D | ANTLRTreeRewriter.m | 92 aRuleSel = @selector(bottomup); 112 aRuleSel = @selector(bottomup); 226 return [self bottomup]; 239 - (id) bottomup
|
D | ANTLRTreeRewriter.h | 72 - (id) bottomup;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeRewriter.h | 70 - (ANTLRTreeRewriter *) bottomup;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeRewriter.h | 70 - (ANTLRTreeRewriter *) bottomup;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeRewriter.h | 70 - (ANTLRTreeRewriter *) bottomup;
|
/external/llvm/test/CodeGen/X86/ |
D | misched-new.ll | 2 ; RUN: -misched=shuffle -misched-bottomup -verify-machineinstrs \
|
D | handle-move.ll | 1 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup …
|
D | misched-aa-colored.ll | 1 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffl…
|
/external/llvm/test/Transforms/ObjCARC/ |
D | path-overflow.ll | 10 ; total bottomup/topdown paths and when we multiply them together at the end.
|