| /external/vixl/benchmarks/aarch32/ |
| D | asm-disasm-speed-test.cc | 59 #define __ assembler-> macro 201 __ bind(&l_0000); in Generate_1() 202 __ push(Narrow, RegisterList(0x40f8)); in Generate_1() 203 __ mov(Narrow, r7, r2); in Generate_1() 204 __ ldr(Narrow, r6, MemOperand(r7)); in Generate_1() 205 __ mov(Narrow, r4, r0); in Generate_1() 206 __ movs(Narrow, r3, 0U); in Generate_1() 207 __ movs(Narrow, r5, 1U); in Generate_1() 208 __ ldr(Narrow, r2, &l_00a8); in Generate_1() 209 __ movs(Narrow, r0, 4U); in Generate_1() [all …]
|
| /external/vixl/test/aarch64/ |
| D | test-assembler-fp-aarch64.cc | 57 __ Mov(x17, src_base); in TEST() 58 __ Mov(x18, dst_base); in TEST() 59 __ Mov(x19, src_base); in TEST() 60 __ Mov(x20, dst_base); in TEST() 61 __ Mov(x21, src_base); in TEST() 62 __ Mov(x22, dst_base); in TEST() 63 __ Ldr(s0, MemOperand(x17, sizeof(src[0]))); in TEST() 64 __ Str(s0, MemOperand(x18, sizeof(dst[0]), PostIndex)); in TEST() 65 __ Ldr(s1, MemOperand(x19, sizeof(src[0]), PostIndex)); in TEST() 66 __ Str(s1, MemOperand(x20, 2 * sizeof(dst[0]), PreIndex)); in TEST() [all …]
|
| D | test-trace-aarch64.cc | 47 #define __ masm-> macro 57 __ adc(w3, w4, w5); in GenerateTestSequenceBase() 58 __ adc(x6, x7, x8); in GenerateTestSequenceBase() 59 __ adcs(w9, w10, w11); in GenerateTestSequenceBase() 60 __ adcs(x12, x13, x14); in GenerateTestSequenceBase() 61 __ add(w15, w16, w17); in GenerateTestSequenceBase() 62 __ add(x18, x19, x20); in GenerateTestSequenceBase() 63 __ adds(w21, w22, w23); in GenerateTestSequenceBase() 64 __ adds(x24, x25, x26); in GenerateTestSequenceBase() 65 __ and_(w27, w28, w29); in GenerateTestSequenceBase() [all …]
|
| D | test-api-movprfx-aarch64.cc | 38 #define __ assm. macro 108 __ movprfx(z0.VnB(), p0.Merging(), z9.VnB()); in TEST() 109 __ abs(z0.VnB(), p0.Merging(), z0.VnB()); in TEST() 111 __ movprfx(z1, z17); in TEST() 112 __ add(z1.VnH(), p2.Merging(), z1.VnH(), z1.VnH()); in TEST() 114 __ movprfx(z12, z13); in TEST() 115 __ and_(z12.VnD(), p5.Merging(), z12.VnD(), z12.VnD()); in TEST() 117 __ movprfx(z2, z4); in TEST() 118 __ asr(z2.VnS(), p2.Merging(), z2.VnS(), z2.VnS()); in TEST() 120 __ movprfx(z10, z18); in TEST() [all …]
|
| D | test-assembler-aarch64.cc | 57 __ Mov(x29, sp); in TEST() 60 __ Mov(x0, 0x1000); in TEST() 61 __ Mov(sp, 0x1004); in TEST() 64 __ Add(x1, x0, 0x1f7de); in TEST() 65 __ Add(w2, w0, 0xffffff1); in TEST() 66 __ Adds(x3, x0, 0x18001); in TEST() 67 __ Adds(w4, w0, 0xffffff1); in TEST() 68 __ Sub(x5, x0, 0x1f7de); in TEST() 69 __ Sub(w6, w0, 0xffffff1); in TEST() 70 __ Subs(x7, x0, 0x18001); in TEST() [all …]
|
| D | test-assembler-neon-aarch64.cc | 57 __ Mov(x17, src_base); in TEST() 58 __ Mov(x18, dst_base); in TEST() 59 __ Mov(x19, src_base); in TEST() 60 __ Mov(x20, dst_base); in TEST() 61 __ Mov(x21, src_base); in TEST() 62 __ Mov(x22, dst_base); in TEST() 63 __ Ldr(b0, MemOperand(x17, sizeof(src[0]))); in TEST() 64 __ Str(b0, MemOperand(x18, sizeof(dst[0]), PostIndex)); in TEST() 65 __ Ldr(b1, MemOperand(x19, sizeof(src[0]), PostIndex)); in TEST() 66 __ Str(b1, MemOperand(x20, 2 * sizeof(dst[0]), PreIndex)); in TEST() [all …]
|
| D | test-simulator-sve2-aarch64.cc | 64 __ dci(0x441182b2); // uhadd z18.b, p0/m, z18.b, z21.b in TEST_SVE() 66 __ dci(0x441382f3); // uhsub z19.b, p0/m, z19.b, z23.b in TEST_SVE() 68 __ dci(0x449383fb); // uhsub z27.s, p0/m, z27.s, z31.s in TEST_SVE() 70 __ dci(0x441283fa); // shsub z26.b, p0/m, z26.b, z31.b in TEST_SVE() 72 __ dci(0x44928372); // shsub z18.s, p0/m, z18.s, z27.s in TEST_SVE() 74 __ dci(0x44d2827a); // shsub z26.d, p0/m, z26.d, z19.d in TEST_SVE() 76 __ dci(0x4492823b); // shsub z27.s, p0/m, z27.s, z17.s in TEST_SVE() 78 __ dci(0x44978239); // uhsubr z25.s, p0/m, z25.s, z17.s in TEST_SVE() 80 __ dci(0x4493827d); // uhsub z29.s, p0/m, z29.s, z19.s in TEST_SVE() 82 __ dci(0x449782f9); // uhsubr z25.s, p0/m, z25.s, z23.s in TEST_SVE() [all …]
|
| /external/rust/crates/serde_json/src/ |
| D | read.rs | 791 const __: bool = false; // allow unescaped constant 796 __, __, QU, __, __, __, __, __, __, __, __, __, __, __, __, __, // 2 797 __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, // 3 798 __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, // 4 799 __, __, __, __, __, __, __, __, __, __, __, __, BS, __, __, __, // 5 800 __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, // 6 801 __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, // 7 802 __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, // 8 803 __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, // 9 804 __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, // A [all …]
|
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| D | ControlFlow.cpp | 22 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Src0, Immediate(Value0)); \ in TEST_F() 23 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Src1, Immediate(Value1)); \ in TEST_F() 24 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Dest, Immediate(0xBEEF)); \ in TEST_F() 25 __ cmp(IceType_i32, GPRRegister::Encoded_Reg_##Src0, \ in TEST_F() 27 __ j(Cond::Br_##C, &ShouldBeTaken, NearJmp); \ in TEST_F() 28 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Dest, Immediate(0xC0FFEE)); \ in TEST_F() 29 __ bind(&ShouldBeTaken); \ in TEST_F() 75 __ call(Immediate(16)); in TEST_F() 76 __ hlt(); in TEST_F() 77 __ hlt(); in TEST_F() [all …]
|
| /external/vixl/test/aarch32/ |
| D | test-assembler-aarch32.cc | 93 #define __ masm. macro 112 __ Hlt(0); \ 113 __ FinalizeCode(); 129 __ Push(r4); \ 130 __ Push(r5); \ 131 __ Push(r6); \ 132 __ Push(r7); \ 133 __ Push(r8); \ 134 __ Push(r9); \ 135 __ Push(r10); \ [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/docs/Status/ |
| D | Cxx17Issues.csv | 2 "`2016 <https://wg21.link/LWG2016>`__","Allocators must be no-throw swappable","Urbana","|Complete|… 3 "`2118 <https://wg21.link/LWG2376>`__","``unique_ptr``\ for array does not support cv qualificatio… 4 "`2170 <https://wg21.link/LWG2170>`__","Aggregates cannot be ``DefaultConstructible``\ ","Urbana","… 5 "`2308 <https://wg21.link/LWG2308>`__","Clarify container destructor requirements w.r.t. ``std::arr… 6 "`2340 <https://wg21.link/LWG2340>`__","Replacement allocation functions declared as inline","Urban… 7 "`2354 <https://wg21.link/LWG2354>`__","Unnecessary copying when inserting into maps with braced-in… 8 "`2377 <https://wg21.link/LWG2377>`__","``std::align``\ requirements overly strict","Urbana","|Com… 9 "`2396 <https://wg21.link/LWG2396>`__","``underlying_type``\ doesn't say what to do for an incompl… 10 "`2399 <https://wg21.link/LWG2399>`__","``shared_ptr``\ 's constructor from ``unique_ptr``\ should… 11 "`2400 <https://wg21.link/LWG2400>`__","``shared_ptr``\ 's ``get_deleter()``\ should use ``address… [all …]
|
| D | Cxx2bIssues.csv | 2 "`2839 <https://wg21.link/LWG2839>`__","Self-move-assignment of library types, again","November 202… 3 "`3117 <https://wg21.link/LWG3117>`__","Missing ``packaged_task`` deduction guides","November 2020"… 4 "`3143 <https://wg21.link/LWG3143>`__","``monotonic_buffer_resource`` growth policy is unclear","No… 5 "`3195 <https://wg21.link/LWG3195>`__","What is the stored pointer value of an empty ``weak_ptr``?"… 6 "`3211 <https://wg21.link/LWG3211>`__","``std::tuple<>`` should be trivially constructible","Novemb… 7 "`3236 <https://wg21.link/LWG3236>`__","Random access iterator requirements lack limiting relationa… 8 …k/LWG3265>`__","``move_iterator``'s conversions are more broken after P1207","November 2020","Fixe… 9 "`3435 <https://wg21.link/LWG3435>`__","``three_way_comparable_with<reverse_iterator<int*>, reverse… 10 "`3432 <https://wg21.link/LWG3432>`__","Missing requirement for ``comparison_category``","November … 11 "`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have d… [all …]
|
| D | Cxx14Issues.csv | 2 "`1214 <https://wg21.link/lwg1214>`__","Insufficient/inconsistent key immutability requirements for… 3 "`2009 <https://wg21.link/lwg2009>`__","Reporting out-of-bound values on numeric string conversions… 4 "`2010 <https://wg21.link/lwg2010>`__","``is_*``\ traits for binding operations can't be meaningfu… 5 "`2015 <https://wg21.link/lwg2015>`__","Incorrect pre-conditions for some type traits","Kona","|Com… 6 "`2021 <https://wg21.link/lwg2021>`__","Further incorrect usages of result_of","Kona","|Complete|" 7 "`2028 <https://wg21.link/lwg2028>`__","messages_base::catalog overspecified","Kona","|Complete|" 8 "`2033 <https://wg21.link/lwg2033>`__","Preconditions of reserve, shrink_to_fit, and resize functio… 9 "`2039 <https://wg21.link/lwg2039>`__","Issues with std::reverse and std::copy_if","Kona","|Complet… 10 "`2044 <https://wg21.link/lwg2044>`__","No definition of ""Stable"" for copy algorithms","Kona","|C… 11 "`2045 <https://wg21.link/lwg2045>`__","forward_list::merge and forward_list::splice_after with une… [all …]
|
| D | Cxx20Issues.csv | 2 …G2070>`__","``allocate_shared``\ should use ``allocator_traits<A>::construct``\ ","Toronto","Reso… 3 "`2444 <https://wg21.link/LWG2444>`__","Inconsistent complexity for ``std::sort_heap``\ ","Toronto"… 4 "`2593 <https://wg21.link/LWG2593>`__","Moved-from state of Allocators","Toronto","","" 5 "`2597 <https://wg21.link/LWG2597>`__","``std::log``\ misspecified for complex numbers","Toronto",… 6 "`2783 <https://wg21.link/LWG2783>`__","``stack::emplace()``\ and ``queue::emplace()``\ should re… 7 "`2932 <https://wg21.link/LWG2932>`__","Constraints on parallel algorithm implementations are under… 8 "`2937 <https://wg21.link/LWG2937>`__","Is ``equivalent(""existing_thing"", ""not_existing_thing"")… 9 "`2940 <https://wg21.link/LWG2940>`__","``result_of``\ specification also needs a little cleanup",… 10 "`2942 <https://wg21.link/LWG2942>`__","LWG 2873's resolution missed ``weak_ptr::owner_before``\ ",… 11 "`2954 <https://wg21.link/LWG2954>`__","Specialization of the convenience variable templates should… [all …]
|
| D | Cxx20Papers.csv | 2 "`P0463R1 <https://wg21.link/P0463R1>`__","LWG","Endian just Endian","Toronto","|Complete|","7.0" 3 "`P0674R1 <https://wg21.link/P0674R1>`__","LWG","Extending make_shared to Support Arrays","Toronto"… 5 "`P0020R6 <https://wg21.link/P0020R6>`__","LWG","Floating Point Atomic","Albuquerque","","" 6 "`P0053R7 <https://wg21.link/P0053R7>`__","LWG","C++ Synchronized Buffered Ostream","Albuquerque","… 7 "`P0202R3 <https://wg21.link/P0202R3>`__","LWG","Add constexpr modifiers to functions in <algorithm… 8 "`P0415R1 <https://wg21.link/P0415R1>`__","LWG","Constexpr for ``std::complex``\ ","Albuquerque","|… 9 "`P0439R0 <https://wg21.link/P0439R0>`__","LWG","Make ``std::memory_order``\ a scoped enumeration"… 10 "`P0457R2 <https://wg21.link/P0457R2>`__","LWG","String Prefix and Suffix Checking","Albuquerque","… 11 "`P0550R2 <https://wg21.link/P0550R2>`__","LWG","Transformation Trait ``remove_cvref``\ ","Albuquer… 12 "`P0600R1 <https://wg21.link/P0600R1>`__","LWG","nodiscard in the Library","Albuquerque","|Complete… [all …]
|
| D | Cxx17Papers.csv | 2 "`N3911 <https://wg21.link/n3911>`__","LWG","TransformationTrait Alias ``void_t``\ .","Urbana","|Co… 3 "`N4089 <https://wg21.link/n4089>`__","LWG","Safe conversions in ``unique_ptr<T[]>``\ .","Urbana","… 4 "`N4169 <https://wg21.link/n4169>`__","LWG","A proposal to add invoke function template","Urbana","… 5 "`N4190 <https://wg21.link/n4190>`__","LWG","Removing auto_ptr, random_shuffle(), And Old <function… 6 "`N4258 <https://wg21.link/n4258>`__","LWG","Cleaning-up noexcept in the Library.","Urbana","|In Pr… 7 "`N4259 <https://wg21.link/n4259>`__","CWG","Wording for std::uncaught_exceptions","Urbana","|Compl… 8 "`N4277 <https://wg21.link/n4277>`__","LWG","TriviallyCopyable ``reference_wrapper``\ .","Urbana","… 9 "`N4279 <https://wg21.link/n4279>`__","LWG","Improved insertion interface for unique-key maps.","Ur… 10 "`N4280 <https://wg21.link/n4280>`__","LWG","Non-member size() and more","Urbana","|Complete|","3.6" 11 "`N4284 <https://wg21.link/n4284>`__","LWG","Contiguous Iterators.","Urbana","|Complete|","3.6" [all …]
|
| D | Cxx2bPapers.csv | 2 "`P0881R7 <https://wg21.link/P0881R7>`__","LWG","A Proposal to add stacktrace library","Autumn 2020… 3 "`P0943R6 <https://wg21.link/P0943R6>`__","LWG","Support C atomics in C++","Autumn 2020","|Complete… 4 "`P1048R1 <https://wg21.link/P1048R1>`__","LWG","A proposal for a type trait to detect scoped enume… 5 "`P1679R3 <https://wg21.link/P1679R3>`__","LWG","string contains function","Autumn 2020","|Complete… 7 "`P1682R3 <https://wg21.link/P1682R3>`__","LWG","std::to_underlying for enumerations","February 202… 8 "`P2017R1 <https://wg21.link/P2017R1>`__","LWG","Conditionally borrowed ranges","February 2021","",… 9 "`P2160R1 <https://wg21.link/P2160R1>`__","LWG","Locks lock lockables","February 2021","","" 10 "`P2162R2 <https://wg21.link/P2162R2>`__","LWG","Inheriting from std::variant","February 2021","|Co… 11 "`P2212R2 <https://wg21.link/P2212R2>`__","LWG","Relax Requirements for time_point::clock","Februar… 12 "`P2259R1 <https://wg21.link/P2259R1>`__","LWG","Repairing input range adaptors and counted_iterato… [all …]
|
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
| D | ControlFlow.cpp | 24 __ mov(IceType_i32, Encoded_GPR_##Src0(), Immediate(Value0)); \ in TEST_F() 25 __ mov(IceType_i32, Encoded_GPR_##Src1(), Immediate(Value1)); \ in TEST_F() 26 __ mov(IceType_i32, Encoded_GPR_##Dest(), Immediate(0xBEEF)); \ in TEST_F() 27 __ cmp(IceType_i32, Encoded_GPR_##Src0(), Encoded_GPR_##Src1()); \ in TEST_F() 28 __ j(Cond::Br_##C, &ShouldBeTaken, NearJmp); \ in TEST_F() 29 __ mov(IceType_i32, Encoded_GPR_##Dest(), Immediate(0xC0FFEE)); \ in TEST_F() 30 __ bind(&ShouldBeTaken); \ in TEST_F() 95 __ call(Immediate(16)); in TEST_F() 96 __ hlt(); in TEST_F() 97 __ hlt(); in TEST_F() [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 7.11.rst | 70 - `Bug 25871 <https://bugs.freedesktop.org/show_bug.cgi?id=25871>`__ - 72 - `Bug 29162 <https://bugs.freedesktop.org/show_bug.cgi?id=29162>`__ - 74 - `Bug 30080 <https://bugs.freedesktop.org/show_bug.cgi?id=30080>`__ - 76 - `Bug 30217 <https://bugs.freedesktop.org/show_bug.cgi?id=30217>`__ - 78 - `Bug 30266 <https://bugs.freedesktop.org/show_bug.cgi?id=30266>`__ - 80 - `Bug 31561 <https://bugs.freedesktop.org/show_bug.cgi?id=31561>`__ - 83 - `Bug 31744 <https://bugs.freedesktop.org/show_bug.cgi?id=31744>`__ - 85 - `Bug 32308 <https://bugs.freedesktop.org/show_bug.cgi?id=32308>`__ - 89 - `Bug 32309 <https://bugs.freedesktop.org/show_bug.cgi?id=32309>`__ - 91 - `Bug 32459 <https://bugs.freedesktop.org/show_bug.cgi?id=32459>`__ - [all …]
|
| D | 18.0.0.rst | 48 - `Bug 85564 <https://bugs.freedesktop.org/show_bug.cgi?id=85564>`__ - 50 - `Bug 90311 <https://bugs.freedesktop.org/show_bug.cgi?id=90311>`__ - 52 - `Bug 92363 <https://bugs.freedesktop.org/show_bug.cgi?id=92363>`__ - 54 - `Bug 94739 <https://bugs.freedesktop.org/show_bug.cgi?id=94739>`__ - 57 - `Bug 97532 <https://bugs.freedesktop.org/show_bug.cgi?id=97532>`__ - 60 - `Bug 97852 <https://bugs.freedesktop.org/show_bug.cgi?id=97852>`__ - 62 - `Bug 100438 <https://bugs.freedesktop.org/show_bug.cgi?id=100438>`__ 66 - `Bug 101378 <https://bugs.freedesktop.org/show_bug.cgi?id=101378>`__ 68 - `Bug 101442 <https://bugs.freedesktop.org/show_bug.cgi?id=101442>`__ 71 - `Bug 101560 <https://bugs.freedesktop.org/show_bug.cgi?id=101560>`__ [all …]
|
| D | 13.0.0.rst | 59 - `Bug 61907 <https://bugs.freedesktop.org/show_bug.cgi?id=61907>`__ - 61 - `Bug 69622 <https://bugs.freedesktop.org/show_bug.cgi?id=69622>`__ - 63 - `Bug 71759 <https://bugs.freedesktop.org/show_bug.cgi?id=71759>`__ - 66 - `Bug 83036 <https://bugs.freedesktop.org/show_bug.cgi?id=83036>`__ - 68 - `Bug 89599 <https://bugs.freedesktop.org/show_bug.cgi?id=89599>`__ - 71 - `Bug 90513 <https://bugs.freedesktop.org/show_bug.cgi?id=90513>`__ - 73 - `Bug 91342 <https://bugs.freedesktop.org/show_bug.cgi?id=91342>`__ - 76 - `Bug 92306 <https://bugs.freedesktop.org/show_bug.cgi?id=92306>`__ - 78 - `Bug 94148 <https://bugs.freedesktop.org/show_bug.cgi?id=94148>`__ - 81 - `Bug 94354 <https://bugs.freedesktop.org/show_bug.cgi?id=94354>`__ - [all …]
|
| D | 12.0.0.rst | 68 - `Bug 42187 <https://bugs.freedesktop.org/show_bug.cgi?id=42187>`__ - 70 - `Bug 71789 <https://bugs.freedesktop.org/show_bug.cgi?id=71789>`__ - 72 - `Bug 81585 <https://bugs.freedesktop.org/show_bug.cgi?id=81585>`__ - 76 - `Bug 83036 <https://bugs.freedesktop.org/show_bug.cgi?id=83036>`__ - 78 - `Bug 89607 <https://bugs.freedesktop.org/show_bug.cgi?id=89607>`__ - 80 - `Bug 90513 <https://bugs.freedesktop.org/show_bug.cgi?id=90513>`__ - 82 - `Bug 91526 <https://bugs.freedesktop.org/show_bug.cgi?id=91526>`__ - 84 - `Bug 92363 <https://bugs.freedesktop.org/show_bug.cgi?id=92363>`__ - 86 - `Bug 92628 <https://bugs.freedesktop.org/show_bug.cgi?id=92628>`__ - 88 - `Bug 92743 <https://bugs.freedesktop.org/show_bug.cgi?id=92743>`__ - [all …]
|
| D | 10.3.rst | 66 - `Bug 50754 <https://bugs.freedesktop.org/show_bug.cgi?id=50754>`__ - 68 - `Bug 53617 <https://bugs.freedesktop.org/show_bug.cgi?id=53617>`__ - 70 - `Bug 54372 <https://bugs.freedesktop.org/show_bug.cgi?id=54372>`__ - 72 - `Bug 56127 <https://bugs.freedesktop.org/show_bug.cgi?id=56127>`__ - 74 - `Bug 66184 <https://bugs.freedesktop.org/show_bug.cgi?id=66184>`__ - 77 - `Bug 66452 <https://bugs.freedesktop.org/show_bug.cgi?id=66452>`__ - 79 - `Bug 68365 <https://bugs.freedesktop.org/show_bug.cgi?id=68365>`__ - 82 - `Bug 70441 <https://bugs.freedesktop.org/show_bug.cgi?id=70441>`__ - 85 - `Bug 73846 <https://bugs.freedesktop.org/show_bug.cgi?id=73846>`__ - 87 - `Bug 74005 <https://bugs.freedesktop.org/show_bug.cgi?id=74005>`__ - [all …]
|
| D | 17.0.0.rst | 45 - `Bug 70623 <https://bugs.freedesktop.org/show_bug.cgi?id=70623>`__ - 47 - `Bug 72902 <https://bugs.freedesktop.org/show_bug.cgi?id=72902>`__ - 50 - `Bug 73778 <https://bugs.freedesktop.org/show_bug.cgi?id=73778>`__ - 52 - `Bug 77662 <https://bugs.freedesktop.org/show_bug.cgi?id=77662>`__ - 54 - `Bug 89043 <https://bugs.freedesktop.org/show_bug.cgi?id=89043>`__ - 56 - `Bug 91281 <https://bugs.freedesktop.org/show_bug.cgi?id=91281>`__ - 58 - `Bug 92234 <https://bugs.freedesktop.org/show_bug.cgi?id=92234>`__ - 60 - `Bug 92634 <https://bugs.freedesktop.org/show_bug.cgi?id=92634>`__ - 62 - `Bug 92760 <https://bugs.freedesktop.org/show_bug.cgi?id=92760>`__ - 64 - `Bug 92925 <https://bugs.freedesktop.org/show_bug.cgi?id=92925>`__ - [all …]
|
| D | 18.1.0.rst | 44 - `Bug 90311 <https://bugs.freedesktop.org/show_bug.cgi?id=90311>`__ - 46 - `Bug 91808 <https://bugs.freedesktop.org/show_bug.cgi?id=91808>`__ - 48 - `Bug 95009 <https://bugs.freedesktop.org/show_bug.cgi?id=95009>`__ - 52 - `Bug 95012 <https://bugs.freedesktop.org/show_bug.cgi?id=95012>`__ - 54 - `Bug 98281 <https://bugs.freedesktop.org/show_bug.cgi?id=98281>`__ - 56 - `Bug 99549 <https://bugs.freedesktop.org/show_bug.cgi?id=99549>`__ - 58 - `Bug 100259 <https://bugs.freedesktop.org/show_bug.cgi?id=100259>`__ 60 - `Bug 101408 <https://bugs.freedesktop.org/show_bug.cgi?id=101408>`__ 62 - `Bug 101442 <https://bugs.freedesktop.org/show_bug.cgi?id=101442>`__ 65 - `Bug 102342 <https://bugs.freedesktop.org/show_bug.cgi?id=102342>`__ [all …]
|