Home
last modified time | relevance | path

Searched refs:bz (Results 1 – 25 of 72) 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/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)
85 n-i-bz exp-sgcheck asserts on gcc-4.6.2 generated Dwarf3
DMERGE_3_10_1.txt178 //2992 arm64: Implement "fcvtpu w, s". n-i-bz.
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
Dquat.js216 bx = b[0], by = b[1], bz = b[2], bw = b[3];
218 out[0] = ax * bw + aw * bx + ay * bz - az * by;
219 out[1] = ay * bw + aw * by + az * bx - ax * bz;
220 out[2] = az * bw + aw * bz + ax * by - ay * bx;
221 out[3] = aw * bw - ax * bx - ay * by - az * bz;
296 bz = Math.sin(rad), bw = Math.cos(rad);
298 out[0] = ax * bw + ay * bz;
299 out[1] = ay * bw - ax * bz;
300 out[2] = az * bw + aw * bz;
301 out[3] = aw * bw - az * bz;
[all …]
Dvec3.js390 bx = b[0], by = b[1], bz = b[2];
392 out[0] = ay * bz - az * by;
393 out[1] = az * bx - ax * bz;
/external/valgrind/
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 …]
DNEWS16 n-i-bz Improved thread startup time significantly on non-Linux platforms.
22 The following bugs have been fixed or resolved. Note that "n-i-bz"
214 The following bugs have been fixed or resolved. Note that "n-i-bz"
437 n-i-bz Provide implementations of certain compiler builtins to support
439 n-i-bz Old STABS code is still being compiled, but never used. Remove it.
440 n-i-bz Fix compilation on distros with glibc < 2.5
441 n-i-bz (vex 3098) Avoid generation of Neon insns on non-Neon hosts
442 n-i-bz Enable rt_sigpending syscall on ppc64 linux.
443 n-i-bz mremap did not work properly on shared memory
444 n-i-bz Fix incorrect sizeof expression in syswrap-xen.c reported by Coverity
[all …]
DREADME_DEVELOPERS_processes44 If a bug is not entered in bugzilla (not encouraged), use "n-i-bz"
/external/skia/src/pathops/
DSkPathOpsConic.cpp155 double bz = 2 * dz - (az + cz) / 2; in subDivide() local
156 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}}, in subDivide()
157 SkDoubleToScalar(bz / sqrt(az * cz)) }; in subDivide()
/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/clang/test/PCH/
Dcxx0x-default-delete.cpp36 baz bz; // expected-error{{deleted function}} expected-note@16{{deleted here}} variable
/external/libpcap/
Dpcap-bpf.c314 struct bpf_zbuf bz; in pcap_next_zbuf() local
349 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
396 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
1513 struct bpf_zbuf bz; local
1736 memset(&bz, 0, sizeof(bz)); /* bzero() deprecated, replaced with memset() */
1737 bz.bz_bufa = pb->zbuf1;
1738 bz.bz_bufb = pb->zbuf2;
1739 bz.bz_buflen = pb->zbufsize;
1740 if (ioctl(fd, BIOCSETZBUF, (caddr_t)&bz) < 0) {
/external/openssh/
DChangeLog69 first_kex_follows; fix from Matt Johnston va bz#2515
421 bz#2423; ok jmc@
439 authorized_keys; bz#2045, ok dtucker@
450 CKA_ID; patch by Jakub Jelen via bz#2429; ok markus
461 in bz#2427 ok markus@
496 PROTOCOL description. bz#2421 from Daniel Black
507 via the mux channel; bz#2422 patch from Daniel Black
526 bz#2428, ok djm@
877 reported by Jakub Jelen; bz#2419
1021 bz#2361; ok dtucker@
[all …]
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
Dgl-matrix.js2890 bx = b[0], by = b[1], bz = b[2], bw = b[3];
2892 out[0] = ax * bw + aw * bx + ay * bz - az * by;
2893 out[1] = ay * bw + aw * by + az * bx - ax * bz;
2894 out[2] = az * bw + aw * bz + ax * by - ay * bx;
2895 out[3] = aw * bw - ax * bx - ay * by - az * bz;
2970 bz = Math.sin(rad), bw = Math.cos(rad);
2972 out[0] = ax * bw + ay * bz;
2973 out[1] = ay * bw - ax * bz;
2974 out[2] = az * bw + aw * bz;
2975 out[3] = aw * bw - az * bz;
[all …]
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
DMat33.java234 float bz = ey.x * ez.y - ey.y * ez.x; in getSymInverse33() local
235 float det = ex.x * bx + ex.y * by + ex.z * bz; in getSymInverse33()
/external/pdfium/third_party/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/ImageMagick/PerlMagick/t/reference/jpeg/
Dread_plane_interlaced.miff16bz�\YkE���������������������������XR<ZS@YQ>UI9TG7XK;[K<YI9RCHh^�on��Ԉ�Ԅu��c�kCw�EY�7H�;F�GJ�BA�=9…

123