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

1 2 3 4 5

  /external/libvpx/libvpx/vp8/encoder/mips/msa/
encodeopt_msa.c 21 v2i64 err1 = { 0 }; local
28 DPADD_SD2_SD(diff0, diff1, err0, err1);
34 err1 += __msa_splati_d(err1, 1);
36 err += __msa_copy_s_d(err1, 0);
50 v2i64 err0, err1; local
82 DOTP_SW2_SD(diff0, diff1, diff0, diff1, err0, err1);
85 DPADD_SD2_SD(diff0, diff1, err0, err1);
87 err1 += __msa_splati_d(err1, 1)
116 v2i64 err0, err1, err_dup0, err_dup1; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go 43 // declarations require heap allocation (e.g., err1).
46 err1 Errno
69 r1, r2, err1 = RawSyscall(SYS_FORK, 0, 0, 0)
70 if err1 != 0 {
72 return 0, err1
93 _, _, err1 = RawSyscall(SYS_PTRACE, uintptr(PTRACE_TRACEME), 0, 0)
94 if err1 != 0 {
101 _, _, err1 = RawSyscall(SYS_SETSID, 0, 0, 0)
102 if err1 != 0 {
110 _, _, err1 = RawSyscall(SYS_SETPGID, 0, uintptr(sys.Pgid), 0
    [all...]
exec_solaris.go 58 // declarations require heap allocation (e.g., err1).
61 err1 Errno
82 r1, err1 = forkx(0x1) // FORK_NOSIGCHLD
83 if err1 != 0 {
85 return 0, err1
98 _, err1 = setsid()
99 if err1 != 0 {
107 err1 = setpgid(0, uintptr(sys.Pgid))
108 if err1 != 0 {
116 r1, err1 = getpid(
    [all...]
exec_linux.go 61 // declarations require heap allocation (e.g., err1).
64 err1 Errno
99 r1, _, err1 = RawSyscall6(SYS_CLONE, 0, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0)
101 r1, _, err1 = RawSyscall6(SYS_CLONE, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0, 0)
103 if err1 != 0 {
105 return 0, err1
130 if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(p[1]), 0, 0); err1 != 0 {
133 r1, _, err1 = RawSyscall(SYS_READ, uintptr(p[0]), uintptr(unsafe.Pointer(&err2)), unsafe.Sizeof(err2))
134 if err1 != 0
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
exec_bsd.go 43 // declarations require heap allocation (e.g., err1).
46 err1 Errno
69 r1, r2, err1 = RawSyscall(SYS_FORK, 0, 0, 0)
70 if err1 != 0 {
72 return 0, err1
93 _, _, err1 = RawSyscall(SYS_PTRACE, uintptr(PTRACE_TRACEME), 0, 0)
94 if err1 != 0 {
101 _, _, err1 = RawSyscall(SYS_SETSID, 0, 0, 0)
102 if err1 != 0 {
110 _, _, err1 = RawSyscall(SYS_SETPGID, 0, uintptr(sys.Pgid), 0
    [all...]
exec_solaris.go 58 // declarations require heap allocation (e.g., err1).
61 err1 Errno
82 r1, err1 = forkx(0x1) // FORK_NOSIGCHLD
83 if err1 != 0 {
85 return 0, err1
98 _, err1 = setsid()
99 if err1 != 0 {
107 err1 = setpgid(0, uintptr(sys.Pgid))
108 if err1 != 0 {
116 r1, err1 = getpid(
    [all...]
exec_linux.go 61 // declarations require heap allocation (e.g., err1).
64 err1 Errno
99 r1, _, err1 = RawSyscall6(SYS_CLONE, 0, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0)
101 r1, _, err1 = RawSyscall6(SYS_CLONE, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0, 0)
103 if err1 != 0 {
105 return 0, err1
130 if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(p[1]), 0, 0); err1 != 0 {
133 r1, _, err1 = RawSyscall(SYS_READ, uintptr(p[0]), uintptr(unsafe.Pointer(&err2)), unsafe.Sizeof(err2))
134 if err1 != 0
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_error_neon.c 32 const int32x4_t err1 = vmlal_s16(err0, diff_hi, diff_hi); local
33 const int64x2_t err2 = vaddl_s32(vget_low_s32(err1), vget_high_s32(err1));
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 492 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
494 PrintStream err2= new PrintStream(err1);
498 Assert.assertEquals(err1.toString(), "");
507 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
509 PrintStream err2= new PrintStream(err1);
514 Assert.assertEquals(err1.toString(), "");
523 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
525 PrintStream err2= new PrintStream(err1);
530 Assert.assertEquals(err1.toString(), "");
539 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
564 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
597 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
618 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
640 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
670 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
692 ByteArrayOutputStream err1= new ByteArrayOutputStream(); local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
sendfile_linux.go 51 n, err1 := syscall.Sendfile(dst, src, nil, n)
56 if n == 0 && err1 == nil {
59 if err1 == syscall.EAGAIN {
60 if err1 = c.pd.waitWrite(); err1 == nil {
64 if err1 != nil {
68 err = err1
sendfile_solaris.go 78 n, err1 := syscall.Sendfile(dst, src, &pos1, n)
79 if err1 == syscall.EAGAIN || err1 == syscall.EINTR {
83 err1 = nil
91 if n == 0 && err1 == nil {
94 if err1 == syscall.EAGAIN {
95 if err1 = c.pd.waitWrite(); err1 == nil {
99 if err1 == syscall.EINTR {
102 if err1 != nil
    [all...]
sendfile_dragonfly.go 74 n, err1 := syscall.Sendfile(dst, src, &pos1, n)
80 if n == 0 && err1 == nil {
83 if err1 == syscall.EAGAIN {
84 if err1 = c.pd.waitWrite(); err1 == nil {
88 if err1 == syscall.EINTR {
91 if err1 != nil {
95 err = err1
sendfile_freebsd.go 74 n, err1 := syscall.Sendfile(dst, src, &pos1, n)
80 if n == 0 && err1 == nil {
83 if err1 == syscall.EAGAIN {
84 if err1 = c.pd.waitWrite(); err1 == nil {
88 if err1 == syscall.EINTR {
91 if err1 != nil {
95 err = err1
  /prebuilts/go/linux-x86/src/net/
sendfile_linux.go 51 n, err1 := syscall.Sendfile(dst, src, nil, n)
56 if n == 0 && err1 == nil {
59 if err1 == syscall.EAGAIN {
60 if err1 = c.pd.waitWrite(); err1 == nil {
64 if err1 != nil {
68 err = err1
sendfile_solaris.go 78 n, err1 := syscall.Sendfile(dst, src, &pos1, n)
79 if err1 == syscall.EAGAIN || err1 == syscall.EINTR {
83 err1 = nil
91 if n == 0 && err1 == nil {
94 if err1 == syscall.EAGAIN {
95 if err1 = c.pd.waitWrite(); err1 == nil {
99 if err1 == syscall.EINTR {
102 if err1 != nil
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_error_msa.c 22 v2i64 err0, err_dup0, err1, err_dup1; \
31 DOTP_SW2_SD(diff_r, diff_l, diff_r, diff_l, err0, err1); \
39 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
51 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
59 DPADD_SD2_SD(diff_r, diff_l, err0, err1); \
73 err_dup1 = __msa_splati_d(err1, 1); \
75 err1 += err_dup1; \
77 err += __msa_copy_s_d(err1, 0); \
  /prebuilts/go/darwin-x86/src/os/
path.go 53 dir, err1 := Lstat(path)
54 if err1 == nil && dir.IsDir() {
100 names, err1 := fd.Readdirnames(100)
102 err1 := RemoveAll(path + string(PathSeparator) + name)
104 err = err1
107 if err1 == io.EOF {
112 err = err1
123 err1 := Remove(path)
124 if err1 == nil || IsNotExist(err1) {
    [all...]
  /prebuilts/go/linux-x86/src/os/
path.go 53 dir, err1 := Lstat(path)
54 if err1 == nil && dir.IsDir() {
100 names, err1 := fd.Readdirnames(100)
102 err1 := RemoveAll(path + string(PathSeparator) + name)
104 err = err1
107 if err1 == io.EOF {
112 err = err1
123 err1 := Remove(path)
124 if err1 == nil || IsNotExist(err1) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
codeop.py 78 err = err1 = err2 = None
88 except SyntaxError, err1:
98 if not code1 and repr(err1) == repr(err2):
99 raise SyntaxError, err1
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
88 except SyntaxError, err1:
98 if not code1 and repr(err1) == repr(err2):
99 raise SyntaxError, err1
  /prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
88 except SyntaxError, err1:
98 if not code1 and repr(err1) == repr(err2):
99 raise SyntaxError, err1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
88 except SyntaxError, err1:
98 if not code1 and repr(err1) == repr(err2):
99 raise SyntaxError, err1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
88 except SyntaxError, err1:
98 if not code1 and repr(err1) == repr(err2):
99 raise SyntaxError, err1
  /prebuilts/go/darwin-x86/src/strconv/
fp_test.go 37 e, err1 := strconv.Atoi(a[1])
38 if err1 != nil {
82 e, err1 := strconv.Atoi(a[1])
83 if err1 != nil {
89 f64, err1 := strconv.ParseFloat(s, 32)
91 if err1 != nil {
  /prebuilts/go/linux-x86/src/strconv/
fp_test.go 37 e, err1 := strconv.Atoi(a[1])
38 if err1 != nil {
82 e, err1 := strconv.Atoi(a[1])
83 if err1 != nil {
89 f64, err1 := strconv.ParseFloat(s, 32)
91 if err1 != nil {

Completed in 836 milliseconds

1 2 3 4 5