Home
last modified time | relevance | path

Searched refs:bz (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/MC/Mips/msa/
Dtest_cbranch.s29 #CHECK: bz.b $w0, 128 # encoding: [0x47,0x00,0x00,0x20]
31 #CHECK: bz.h $w1, 256 # encoding: [0x47,0x21,0x00,0x40]
33 #CHECK: bz.w $w2, 512 # encoding: [0x47,0x42,0x00,0x80]
35 #CHECK: bz.d $w3, -1024 # encoding: [0x47,0x63,0xff,0x00]
37 #CHECK: bz.b $w0, SYMBOL0 # encoding: [0x47,0x00,A,A]
40 #CHECK: bz.h $w1, SYMBOL1 # encoding: [0x47,0x21,A,A]
43 #CHECK: bz.w $w2, SYMBOL2 # encoding: [0x47,0x42,A,A]
46 #CHECK: bz.d $w3, SYMBOL3 # encoding: [0x47,0x63,A,A]
50 #CHECK: bz.v $w0, 4 # encoding: [0x45,0x60,0x00,0x01]
52 #CHECK: bz.v $w0, SYMBOL0 # encoding: [0x45,0x60,A,A]
[all …]
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt2 n-i-bz = not in bugzilla
16 n-i-bz r6783/6784 x86_linux_REDIR_FOR_index() broken (Fri Jul 27)
18 n-i-bz vx1794 priv/guest-amd64/toIR.c:2512 (dis_op2_E_G): Assertion
21 n-i-bz vx1786,r6791 x86 INT insn (29 June) (INT (0xCD) 0x40 - 0x43)
23 n-i-bz r7195 Add sys_utimensat system call for Linux x86 platform
129 r6566 r6710 32 n-i-bz AT_FDCWD support for openat()
131 r6575 r6693 32 n-i-bz walk_type: unhandled base type 0xe PACKED
132 r6692 r6694 32 n-i-bz libmpiwrap.c: {REAL,INTEGER}{4,8}, 2INT
144 vx1761 vx1762 32 n-i-bz Missing amd64 x87 insns (FCOMP)
146 r6608 r6723 32 n-i-bz intercept for __memmove_chk
[all …]
D3_1_BUGSTATUS.txt2 n-i-bz = not in bugzilla
36 v5823 fixed n-i-bz Very long stabs strings crash m_debuginfo
37 vx1602 fixed n-i-bz amd64->IR: 0x66 0xF 0xF5 (pmaddwd)
48 fixed n-i-bz memcheck/tests/stack_changes
53 n-i-bz none/tests/x86/int patch (devs, 29 Apr)
54 v5880 fixed n-i-bz vectorise copy_address_range_state
55 n-i-bz mpicc -fpic bug (Goedeken Richard, inbox)
73 vx1554 pending n-i-bz re-add stfiwx support (PPC32)
81 v5262 v5446 n-i-bz fsub 3,3,3 in ppc32 dispatcher doesn't clear NaNs
82 v5270 v5447 n-i-bz ppc32: __NR_{set,get}priority
[all …]
D3_3_BUGSTATUS.txt4 n-i-bz = not in bugzilla
172 n-i-bz Fixd 8048 Make return types for some of the requests 64-bit clean
174 n-i-bz Fixd 8760 glibc 2.9 support
176 n-i-bz Fixd 8800 ignore unsafe .valgrindrc's (CVE-2008-4865)
178 n-i-bz Fixd 8812 MPI_Init(0,0) is valid but libmpiwrap.c segfaults
180 n-i-bz Fixd ???? Building in an env without gdb gives bogus gdb attach
264 r8058 r8059 Vfd n-i-bz Massif segfaults at exit
266 vx1832 vx1839 Vfd n-i-bz Memcheck asserts on Altivec code
268 r7299 r8081 Mgd n-i-bz fix sizeof bug in Helgrind
269 r7322 r8073 Mgd n-i-bz check fd on sys_llseek
[all …]
D3_0_BUGSTATUS.txt2 nb: "n-i-bz" == "not in Bugzilla"
79 n-i-bz Give more info about seginfo dropping.
222 n-i-bz Jeroen's XML-to-text FAQ.xml translator
236 n-i-bz Print a more user-friendly message when vex bombs out
315 n-i-bz Cachegrind shows incorrect miss rates when counts are
578 n-i-bz XML <unique> printing wrong
584 n-i-bz Dirk r4359 (amd64 syscalls from trunk)
590 n-i-bz Dirk r4360 (upd email addrs from trunk)
596 n-i-bz Nick r4384 (stub implementations of Addrcheck and Helgrind)
602 n-i-bz Nick (Cachegrind should not assert when it encounters a client
[all …]
D3_8_BUGSTATUS.txt17 (B38=12930) 12873 n-i-bz: Use -s USR1 instead of -10 to send SIGUSR1 signal
18 (B38=12931) 12874 n-i-bz: shmat of a segment > 4Gb does not work
19 (B38=12933) 12878 n-i-bz: On Darwin, use __NR_poll_nocancel rather than __NR_poll
25 (B38=12940) 12887 (n-i-bz: libmpiwrap.c fixes)
33 (B38=12944) 12894 (n-i-bz, exp-sgcheck memcpy)
37 (B38=12948) 12947 (n-i-bz: volatile in stack check, re clang)
39 (B38=2534) 2517/8 (n-i-bz: fix a couple of union tag-vs-field mixups)
88 n-i-bz exp-sgcheck asserts on gcc-4.6.2 generated Dwarf3
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
Dquat.js141 bx = b[0], by = b[1], bz = b[2], bw = b[3];
143 out[0] = ax * bw + aw * bx + ay * bz - az * by;
144 out[1] = ay * bw + aw * by + az * bx - ax * bz;
145 out[2] = az * bw + aw * bz + ax * by - ay * bx;
146 out[3] = aw * bw - ax * bx - ay * by - az * bz;
221 bz = Math.sin(rad), bw = Math.cos(rad);
223 out[0] = ax * bw + ay * bz;
224 out[1] = ay * bw - ax * bz;
225 out[2] = az * bw + aw * bz;
226 out[3] = aw * bw - az * bz;
[all …]
Dvec3.js360 bx = b[0], by = b[1], bz = b[2];
362 out[0] = ay * bz - az * by;
363 out[1] = az * bx - ax * bz;
/external/valgrind/main/
DNEWS.old12 The fixed bugs are as follows. Note that "n-i-bz" stands for "not in
19 n-i-bz Massif segfaults at exit
20 n-i-bz Memcheck asserts on Altivec code
21 n-i-bz fix sizeof bug in Helgrind
22 n-i-bz check fd on sys_llseek
23 n-i-bz update syscall lists to kernel 2.6.23.1
24 n-i-bz support sys_sync_file_range
25 n-i-bz handle sys_sysinfo, sys_getresuid, sys_getresgid on ppc64-linux
26 n-i-bz intercept memcpy in 64-bit ld.so's
27 n-i-bz Fix wrappers for sys_{futimesat,utimensat}
[all …]
DNEWS58 The following bugs have been fixed or resolved. Note that "n-i-bz"
138 n-i-bz Fix KVM_CREATE_IRQCHIP ioctl handling
139 n-i-bz s390x: Fix memory corruption for multithreaded applications
140 n-i-bz vex arm->IR: allow PC as basereg in some LDRD cases
141 n-i-bz internal error in Valgrind if vgdb transmit signals when ptrace invoked
142 n-i-bz Fix mingw64 support in valgrind.h (dev@, 9 May 2014)
314 The following bugs have been fixed or resolved. Note that "n-i-bz"
513 n-i-bz Some wrong command line options could be ignored
514 n-i-bz patch to allow fair-sched on android
515 n-i-bz report error for vgdb snapshot requested before execution
[all …]
DREADME_DEVELOPERS_processes41 If a bug is not entered in bugzilla (not encouraged), use "n-i-bz"
/external/linux-tools-perf/perf-3.12.0/arch/tile/lib/
Dmemcpy_32.S94 { bz r2, .Ldone; andi r4, r4, 3 }
165 { bz zero, .Lbig_loop2 }
187 { bz r4, .Lcopy_8_check; slti_u r8, r2, 8 }
194 { bz r4, .Lcopy_8_check; slti_u r8, r2, 8 }
201 { bz r4, .Lcopy_8_check; slti_u r8, r2, 8 }
348 { bz r4, .Ldest_is_word_aligned; add r18, r1, r2 }
363 { bz r3, .Lcheck_aligned_copy_size; addli r4, r2, -256 }
368 { slti_u r9, r2, 64; bz r8, .Ldest_is_L2_line_aligned }
468 { bz r2, .Lcopy_unaligned_done; slti_u r8, r2, 4 }
525 { move r3, r2; bz r2, 2f /* should be impossible, but handle it. */ }
/external/llvm/test/CodeGen/Mips/msa/
Dvecs10.ll32 %1 = tail call i32 @llvm.mips.bz.v(<16 x i8> %0)
41 declare i32 @llvm.mips.bz.v(<16 x i8>) nounwind
45 ; CHECK-DAG: bz.v [[R0]]
/external/bzip2/
DMakefile193 $(DISTNAME)/bz-common.xsl \
194 $(DISTNAME)/bz-fo.xsl \
195 $(DISTNAME)/bz-html.xsl \
205 MANUAL_SRCS= bz-common.xsl bz-fo.xsl bz-html.xsl bzip.css \
Dxmlproc.sh44 xsl_fo=bz-fo.xsl
45 xsl_html=bz-html.xsl
Dblocksort.c609 #define mnextswap(az,bz) \ argument
611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
Dbzip2.1.preformatted12 …bbzziipp22 [ −−ccddffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e…
14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ]
15 bbzziipp22rreeccoovveerr _f_i_l_e_n_a_m_e
57 filename.bz becomes filename
392 mentation. The bz* scripts are derived from those of GNU
/external/chromium_org/net/data/ssl/certificates/
Dweak_digest_md2_root.pem12 bQ4P22TlcVViAq56+bz/DFRabwBAZtndoawyn04r4Lo/3n/nEONeVTIqsixjN5Au
/external/clang/test/PCH/
Dcxx0x-default-delete.cpp36 baz bz; // expected-error{{deleted function}} expected-note@16{{deleted here}} variable
/external/libpcap/
Dpcap-bpf.c318 struct bpf_zbuf bz; in pcap_next_zbuf() local
353 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
400 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
1514 struct bpf_zbuf bz; local
1714 memset(&bz, 0, sizeof(bz)); /* bzero() deprecated, replaced with memset() */
1715 bz.bz_bufa = pb->zbuf1;
1716 bz.bz_bufb = pb->zbuf2;
1717 bz.bz_buflen = pb->zbufsize;
1718 if (ioctl(fd, BIOCSETZBUF, (caddr_t)&bz) < 0) {
/external/openssl/crypto/bn/asm/
Dsparcv8.S56 bz .L_bn_mul_add_words_tail
122 bz .L_bn_mul_add_words_return
134 bz .L_bn_mul_add_words_return
169 bz .L_bn_mul_words_tail
221 bz .L_bn_mul_words_return
231 bz .L_bn_mul_words_return
261 bz .L_bn_sqr_words_tail
308 bz .L_bn_sqr_words_return
317 bz .L_bn_sqr_words_return
364 bz .L_bn_add_words_tail
[all …]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
Dgl-matrix.js946 bx = b[0], by = b[1], bz = b[2];
948 out[0] = ay * bz - az * by;
949 out[1] = az * bx - ax * bz;
3533 bx = b[0], by = b[1], bz = b[2], bw = b[3];
3535 out[0] = ax * bw + aw * bx + ay * bz - az * by;
3536 out[1] = ay * bw + aw * by + az * bx - ax * bz;
3537 out[2] = az * bw + aw * bz + ax * by - ay * bx;
3538 out[3] = aw * bw - ax * bx - ay * by - az * bz;
3613 bz = Math.sin(rad), bw = Math.cos(rad);
3615 out[0] = ax * bw + ay * bz;
[all …]
/external/openssl/crypto/
Dsparccpuid.S352 bz .v9aligned
377 bz .v8aligned
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscnvrt.c186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; in ComputeBlackPointCompensation() local
206 bz = - cmsD50_XYZ()-> Z * (BlackPointOut->Z - BlackPointIn->Z) / tz; in ComputeBlackPointCompensation()
211 _cmsVEC3init(off, bx, by, bz); in ComputeBlackPointCompensation()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.cpp476 double bx, by, bz, bw; in slerp() local
482 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3]; in slerp()
484 angle = ax * bx + ay * by + az * bz + aw * bw; in slerp()
505 bz = -aw; in slerp()
513 cz = az * scale + bz * invscale; in slerp()

123