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

1 2 3 4 5 6 7 8

  /external/strace/tests/
add_key.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (add_key -a30 -s12); do not edit.
4 run_strace_match_diff -a30 -s12
lchown.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (lchown -a30 ); do not edit.
4 run_strace_match_diff -a30
access.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (access -a30 -P access_sample); do not edit.
4 run_strace_match_diff -a30 -P access_sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
s390_pci_mmio_read_write.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (s390_pci_mmio_read_write -e trace=s390_pci_mmio_read,s390_pci_mmio_write -a30); do not edit.
4 run_strace_match_diff -e trace=s390_pci_mmio_read,s390_pci_mmio_write -a30
lseek.test 9 run_strace -a30 -elseek $args > "$EXP"
prctl-pdeathsig.test 9 run_strace -a30 -eprctl $args > "$EXP"
  /external/strace/tests-m32/
add_key.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (add_key -a30 -s12); do not edit.
4 run_strace_match_diff -a30 -s12
lchown.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (lchown -a30 ); do not edit.
4 run_strace_match_diff -a30
access.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (access -a30 -P access_sample); do not edit.
4 run_strace_match_diff -a30 -P access_sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
s390_pci_mmio_read_write.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (s390_pci_mmio_read_write -e trace=s390_pci_mmio_read,s390_pci_mmio_write -a30); do not edit.
4 run_strace_match_diff -e trace=s390_pci_mmio_read,s390_pci_mmio_write -a30
lseek.test 9 run_strace -a30 -elseek $args > "$EXP"
prctl-pdeathsig.test 9 run_strace -a30 -eprctl $args > "$EXP"
  /external/strace/tests-mx32/
add_key.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (add_key -a30 -s12); do not edit.
4 run_strace_match_diff -a30 -s12
lchown.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (lchown -a30 ); do not edit.
4 run_strace_match_diff -a30
access.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (access -a30 -P access_sample); do not edit.
4 run_strace_match_diff -a30 -P access_sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
s390_pci_mmio_read_write.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (s390_pci_mmio_read_write -e trace=s390_pci_mmio_read,s390_pci_mmio_write -a30); do not edit.
4 run_strace_match_diff -e trace=s390_pci_mmio_read,s390_pci_mmio_write -a30
lseek.test 9 run_strace -a30 -elseek $args > "$EXP"
prctl-pdeathsig.test 9 run_strace -a30 -eprctl $args > "$EXP"
  /art/test/1932-monitor-events-misc/
jvm-expected.patch 1 29a30
  /external/libxaac/decoder/
ixheaacd_dsp_fft32x32s.c 35 WORD32 a0, a1, a2, a3, a00, a10, a20, a30; local
49 a30 = ixheaacd_add32_sat(y[5], y[13]);
54 x[1] = ixheaacd_add32_sat(a20, a30);
55 x[5] = ixheaacd_sub32_sat(a20, a30);
71 a30 = ixheaacd_add32_sat(y[7], y[15]);
76 x[9] = ixheaacd_add32_sat(a20, a30);
77 x[13] = ixheaacd_sub32_sat(a20, a30);
110 a30 = ixheaacd_add32_sat(x[7], vi);
113 imag[3] = ixheaacd_add32_sat(a10, a30);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-predicate.s 20 [B2] abs .L1 a30,a31
  /external/aac/libFDK/include/
fft.h 143 FIXP_DBL a00, a10, a20, a30, tmp0, tmp1; local
148 a30 = (x[3] + x[7]) >> 1; /* Im C + Im D */
151 x[1] = a20 + a30; /* Im A' = Im A + Im B + Im C + Im D */
157 x[5] = a20 - a30; /* Im C' = Im A + Im B - Im C - Im D */
160 a30 = a30 - x[7]; /* Im C - Im D */
162 x[2] = tmp0 + a30; /* Re B' = Re A - Re B + Im C - Im D */
163 x[6] = tmp0 - a30; /* Re D' = Re A - Re B - Im C + Im D */
174 FIXP_DBL a00, a10, a20, a30; local
180 a30 = x[5] + x[13]
    [all...]

Completed in 366 milliseconds

1 2 3 4 5 6 7 8