HomeSort by relevance Sort by last modified time
    Searched refs:aout (Results 1 - 25 of 492) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/emulparams/
hp300bsd.sh 1 SCRIPT_NAME=aout
pdp11.sh 1 SCRIPT_NAME=aout
vax.sh 1 SCRIPT_NAME=aout
hp3hpux.sh 1 SCRIPT_NAME=aout
i386nbsd.sh 1 SCRIPT_NAME=aout
news.sh 1 SCRIPT_NAME=aout
sparcnbsd.sh 1 SCRIPT_NAME=aout
vaxnbsd.sh 1 SCRIPT_NAME=aout
armnbsd.sh 1 SCRIPT_NAME=aout
i386aout.sh 1 SCRIPT_NAME=aout
i386bsd.sh 1 SCRIPT_NAME=aout
i386linux.sh 1 SCRIPT_NAME=aout
m68k4knbsd.sh 1 SCRIPT_NAME=aout
m68kaout.sh 1 SCRIPT_NAME=aout
m68klinux.sh 1 SCRIPT_NAME=aout
m68knbsd.sh 1 SCRIPT_NAME=aout
pc532macha.sh 1 SCRIPT_NAME=aout
sparclinux.sh 1 SCRIPT_NAME=aout
sun4.sh 1 SCRIPT_NAME=aout
vsta.sh 1 SCRIPT_NAME=aout
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBlend.java 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) {
47 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
50 forEach(id, ain, aout, null, opt);
57 * @param aout The destination buffer
59 public void forEachClear(Allocation ain, Allocation aout) {
60 forEachClear(ain, aout, null);
67 * @param aout The destination buffer
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
71 blend(0, ain, aout, opt);
88 * @param aout The destination buffe
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlend.java 54 private void blend(int id, Allocation ain, Allocation aout) {
58 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
61 forEach(id, ain, aout, null);
68 * @param aout The destination buffer
70 public void forEachClear(Allocation ain, Allocation aout) {
71 blend(0, ain, aout);
88 * @param aout The destination buffer
90 public void forEachSrc(Allocation ain, Allocation aout) {
91 blend(1, ain, aout);
109 * @param aout The destination buffe
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
barrier-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
expr2.d 3 #xfail: rs6000-*-aix* arm-*-*aout
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 178 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
179 aout.setAutoPadding(true);
180 reduce(mExportReduceIdx_my_half_0, new Allocation[]{ain1}, aout, sc);
181 return new result_int(aout);
211 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
212 aout.setAutoPadding(true);
213 reduce(mExportReduceIdx_my_half_1, new Allocation[]{ain1}, aout, sc);
214 return new result_int(aout);
244 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
245 aout.setAutoPadding(true)
    [all...]

Completed in 284 milliseconds

1 2 3 4 5 6 7 8 91011>>