Searched defs:tab2 (Results 1 - 8 of 8) sorted by relevance

/external/annotation-tools/asmx/src/org/objectweb/asm/util/
H A DTraceMethodVisitor.java64 protected String tab2 = " "; field in class:TraceMethodVisitor
147 text.add(tab2 + "default=");
163 buf.append(tab2).append('@');
186 buf.append(tab2).append(OPCODES[opcode]).append('\n');
196 buf.append(tab2)
212 buf.append(tab2)
226 buf.append(tab2).append(OPCODES[opcode]).append(' ');
247 buf.append(tab2).append(OPCODES[opcode]).append(' ');
266 buf.append(tab2).append(OPCODES[opcode]).append(' ');
294 buf.append(tab2)
[all...]
/external/opencv/cxcore/src/
H A Dcxarithm.cpp1873 int tab1[256], tab2[256]; local
1884 tab2[j] = cvRound(gamma);
1889 t0 = (tab1[0] + tab2[0]) >> shift;
1890 t1 = (tab1[0] + tab2[255]) >> shift;
1891 t2 = (tab1[255] + tab2[0]) >> shift;
1892 t3 = (tab1[255] + tab2[255]) >> shift;
1904 t0 = CV_FAST_CAST_8U((tab1[src1[i]] + tab2[src2[i]]) >> shift);
1905 t1 = CV_FAST_CAST_8U((tab1[src1[i+1]] + tab2[src2[i+1]]) >> shift);
1910 t0 = CV_FAST_CAST_8U((tab1[src1[i+2]] + tab2[src2[i+2]]) >> shift);
1911 t1 = CV_FAST_CAST_8U((tab1[src1[i+3]] + tab2[src
[all...]
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2617 const LogicVRegister* tab2,
2621 const LogicVRegister* tab[4] = {tab1, tab2, tab3, tab4};
2650 const LogicVRegister& tab2,
2652 return Table(vform, dst, ind, true, &tab, &tab2);
2659 const LogicVRegister& tab2,
2662 return Table(vform, dst, ind, true, &tab, &tab2, &tab3);
2669 const LogicVRegister& tab2,
2673 return Table(vform, dst, ind, true, &tab, &tab2, &tab3, &tab4);
2688 const LogicVRegister& tab2,
2690 return Table(vform, dst, ind, false, &tab, &tab2);
2612 Table(VectorFormat vform, LogicVRegister dst, const LogicVRegister& ind, bool zero_out_of_bounds, const LogicVRegister* tab1, const LogicVRegister* tab2, const LogicVRegister* tab3, const LogicVRegister* tab4) argument
2647 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) argument
2656 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) argument
2666 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) argument
2685 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) argument
2694 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) argument
2704 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-util-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/util/ASMifiable.class " package org.objectweb.asm ...
/external/sqlite/dist/orig/
H A Dsqlite3.c121147 int tab1, tab2; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c121147 int tab1, tab2; local
[all...]
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 869 milliseconds