Home
last modified time | relevance | path

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

123456789

/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
D3_12_BUGSTATUS.txt47 n-i-bz Remove limit on strd's negative immediates
456 n-i-bz major perf problems w/ stack registration + stack recycling
514 n-i-bz Remove limit on strd's negative immediates
/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/capstone/suite/MC/Mips/
Dtest_cbranch.s.cs7 0x47,0x00,0x00,0x20 = bz.b $w0, 128
8 0x47,0x21,0x00,0x40 = bz.h $w1, 256
9 0x47,0x42,0x00,0x80 = bz.w $w2, 512
10 0x47,0x63,0xff,0x00 = bz.d $w3, -1024
11 0x45,0x60,0x00,0x01 = bz.v $w0, 4
/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 …]
DNEWS129 The following bugs have been fixed or resolved. Note that "n-i-bz"
253 n-i-bz Fix pub_tool_basics.h build issue with g++ 4.4.7.
362 The following bugs have been fixed or resolved. Note that "n-i-bz"
511 n-i-bz Fix incorrect (or infinite loop) unwind on RHEL7 x86 and amd64
512 n-i-bz massif --pages-as-heap=yes does not report peak caused by mmap+munmap
513 n-i-bz false positive leaks due to aspacemgr merging heap & non heap segments
514 n-i-bz Fix ppoll_alarm exclusion on OS X
515 n-i-bz Document brk segment limitation, reference manual in limit reached msg.
516 n-i-bz Fix clobber list in none/tests/amd64/xacq_xrel.c [valgrind r15737]
517 n-i-bz Bump allowed shift value for "add.w reg, sp, reg, lsl #N" [vex r3206]
[all …]
/external/skqp/src/pathops/
DSkPathOpsConic.cpp158 double bz = 2 * dz - (az + cz) / 2; in subDivide() local
159 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}} in subDivide()
161 SkDoubleToScalar(bz / sqrt(az * cz)) }; in subDivide()
/external/skia/src/pathops/
DSkPathOpsConic.cpp158 double bz = 2 * dz - (az + cz) / 2; in subDivide() local
159 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}} in subDivide()
161 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.c332 struct bpf_zbuf bz; in pcap_next_zbuf() local
367 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
414 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) { in pcap_next_zbuf()
1649 struct bpf_zbuf bz; local
1957 memset(&bz, 0, sizeof(bz)); /* bzero() deprecated, replaced with memset() */
1958 bz.bz_bufa = pb->zbuf1;
1959 bz.bz_bufb = pb->zbuf2;
1960 bz.bz_buflen = pb->zbufsize;
1961 if (ioctl(fd, BIOCSETZBUF, (caddr_t)&bz) < 0) {
/external/python/cpython2/Lib/test/
Dtest_cookielib.py26 bz = time2isoz(500000)
27 for text in (az, bz):
30 "bad time2isoz format: %s %s" % (az, bz))
46 bz = time2netscape(500000)
47 for text in (az, bz):
52 "bad time2netscape format: %s %s" % (az, bz))
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py29 bz = time2isoz(500000)
30 for text in (az, bz):
32 "bad time2isoz format: %s %s" % (az, bz))
48 bz = time2netscape(500000)
49 for text in (az, bz):
54 "bad time2netscape format: %s %s" % (az, bz))
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D0d202f0a1d50fcd894ce4916a5d4ae0b.00000a77.honggfuzz.cov28 …�V�|^�0d�Wa�h��v���H��8f ���>�F��N�T���$=w�y'v鰦pv�wI�Y��������i`yk�bzΡ�[�=I�Eh&���I{?���]…
D4d8bf091a4fe2c2a52eb9716647d75d9.00000a77.honggfuzz.cov28 …�V�|^�0d�Wa�h��v���H��8f ���>�F��N�T���$=w�y'v鰦pv�wI�Y��������i`yk�bzΡ�[�=I�Eh&���I{?���]…
D21f7bee405b8aa5db631a925d26854fd.00000c28.honggfuzz.cov10 ��"$������ݖH��)��q��G����1~��C��2���gӡy=+,Dzc:߁�bzO��%p��nr�[O|Sn�_ȯ��<Yt嘣�+]�!A��…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D21f7bee405b8aa5db631a925d26854fd.00000c28.honggfuzz.cov10 ��"$������ݖH��)��q��G����1~��C��2���gӡy=+,Dzc:߁�bzO��%p��nr�[O|Sn�_ȯ��<Yt嘣�+]�!A��…

123456789