| /third_party/openGLES/extensions/OES/ |
| D | OES_fixed_point.txt | 51 fixed-point format, i.e., a scaled-integer format. There are 57 and will already be using some form of fixed-point representation. 58 This extension solves the problem by adding new ``fixed', and 59 ``clamp fixed'' data types based on a a two's complement 61 with an 'x' suffix that take fixed or clampx parameters. 80 * Are enums converted to fixed by scaling by 2^16. 86 NOTE: `T' expands to 'const fixed*' or `fixed' as appropriate 94 void RectxOES(fixed x1, fixed y1, fixed x2, fixed y2); 95 void RectxvOES(const fixed v1[2], const fixed v2[2]); 98 void LoadMatrixxOES(const fixed m[16]); [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_fixed_point.txt | 41 fixed-point format, i.e., a scaled-integer format. There are 47 and will already be using some form of fixed-point representation. 48 This extension solves the problem by adding new ``fixed', and 49 ``clamp fixed'' data types based on a a two's complement 51 with an 'x' suffix that take fixed or clampx parameters. 70 * Are enums converted to fixed by scaling by 2^16. 76 NOTE: `T' expands to 'const fixed*' or `fixed' as appropriate 84 void RectxOES(fixed x1, fixed y1, fixed x2, fixed y2); 85 void RectxvOES(const fixed v1[2], const fixed v2[2]); 88 void LoadMatrixxOES(const fixed m[16]); [all …]
|
| /third_party/e2fsprogs/tests/f_badorphan/ |
| D | expect.1 | 10 Inode 13 was part of the orphaned inode list. FIXED. 11 Inode 17 was part of the orphaned inode list. FIXED. 14 Inode 19 was part of the orphaned inode list. FIXED. 15 Inode 22 was part of the orphaned inode list. FIXED. 16 Inode 23 was part of the orphaned inode list. FIXED. 17 Inode 24 was part of the orphaned inode list. FIXED. 18 Inode 25 was part of the orphaned inode list. FIXED. 19 Inode 26 was part of the orphaned inode list. FIXED. 20 Inode 27 was part of the orphaned inode list. FIXED. 21 Inode 28 was part of the orphaned inode list. FIXED. [all …]
|
| /third_party/FatFs/documents/ |
| D | updates.txt | 3 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared… 4 …Fixed creating a sub-directory in the fragmented sub-directory on the exFAT volume collapses FAT c… 5 …Fixed f_getcwd() cause output buffer overrun when the buffer has a valid drive number. (appeared a… 10 …Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appea… 11 Fixed f_setlabel() does not reject some invalid characters. (appeared at R0.09b) 17 …Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0… 18 …Fixed f_unlink() can cause lost clusters at fragmented file on the exFAT volume. (appeared at R0.1… 19 Fixed f_setlabel() rejects some valid characters for exFAT volume. (appeared at R0.12) 28 …Fixed archive attribute is left not set when a file on the exFAT volume is renamed. (appeared at R… 29 …Fixed exFAT FAT entry can be collapsed when write or lseek operation to the existing file is done.… [all …]
|
| /third_party/boost/libs/multiprecision/performance/ |
| D | performance_test-msvc-10.log | 185 cpp_int(unsigned, fixed)64 + 0.00232166 186 cpp_int(unsigned, fixed)64 - 0.00234506 187 cpp_int(unsigned, fixed)64 * 0.00470304 188 cpp_int(unsigned, fixed)64 / 0.0714786 189 cpp_int(unsigned, fixed)64 str 0.00256457 190 cpp_int(unsigned, fixed)64 +(int)0.00162053 191 cpp_int(unsigned, fixed)64 -(int)0.00163617 192 cpp_int(unsigned, fixed)64 *(int)0.00236511 193 cpp_int(unsigned, fixed)64 /(int)0.0299559 194 cpp_int(unsigned, fixed)64 construct0.00111299 [all …]
|
| D | performance_test-gcc-linux.log | 188 cpp_int(fixed) 128 + 0.0183948 189 cpp_int(fixed) 128 - 0.0182905 190 cpp_int(fixed) 128 * 0.0201727 191 cpp_int(fixed) 128 / 0.206852 192 cpp_int(fixed) 128 str 0.000630107 193 cpp_int(fixed) 128 +(int)0.00967714 194 cpp_int(fixed) 128 -(int)0.00810627 195 cpp_int(fixed) 128 *(int)0.0183201 196 cpp_int(fixed) 128 /(int)0.111309 197 cpp_int(fixed) 128 % 0.204164 [all …]
|
| /third_party/FatFs/source/ |
| D | 00history.txt | 21 Fixed a problem on small (<32M) partition. 41 Fixed f_mkdir() creates incorrect directory on FAT32. 59 Fixed an endian sensitive code in f_mkfs(). 67 Fixed DBCS name can result FR_INVALID_NAME. 68 Fixed short seek (<= csize) collapses the file object. 75 Fixed f_mkfs() on FAT32 creates incorrect FSINFO. 76 Fixed f_mkdir() on FAT32 creates incorrect directory. 83 Fixed off by one error at FAT sub-type determination. 84 Fixed btr in f_read() can be mistruncated. 85 Fixed cached sector is not flushed when create and close without write. [all …]
|
| /third_party/boost/libs/wave/ |
| D | ChangeLog | 22 - Fixed TRAC #10733: Hooks not called for expanding specific predefined macros 23 - Fixed #58: C++11 long long literals must use consistent case 30 - Fixed TRAC #7822: waveidl sample does not use the IDL lexer 31 - Fixed TRAC #9874: Turning off 'include_next' support breaks include 32 - Fixed a typedef shadowing a class (MSVC warning 4458) - Conrad Poelman 38 - Fixed #8848: Wave driver improperly processes 0xFFFFui64 token 39 - Fixed #9098: Wave driver option --c++0x invalid 42 - Fixed #8478: Make Boost.wave compatible with Clang's -Wimplicit-fallthrough 46 - Fixed a problem with context<>::add_macro_definition which sometimes 52 - Fixed an obscure problem when preprocessing directives wouldn't be recognized [all …]
|
| /third_party/libsoup/ |
| D | NEWS | 67 * Several memory leaks fixed in tests, examples, and parsing code [Claudio Saavedra] 241 * Code cleanups and warnings fixed [Michael Catanzaro] 424 * CVE-2017-2885: Fixed a chunked decoding buffer overrun that 442 * Fixed SoupContentSniffer behavior on XML files with no 446 * Fixed a bug with cancelling async requests [#773257, Carlos 459 * Fixed an out-of-bounds read in SoupURI parsing [#785042] 461 * Fixed a spurious (debug-level) error message in 464 * Fixed introspection annotations on 467 * Fixed a flake in tests/header-parsing [#777258] 473 * Fixed examples/get to not accidentally break https [all …]
|
| /third_party/EGL/extensions/EXT/ |
| D | EGL_EXT_surface_compression.txt | 46 platforms may support framebuffer compression at fixed bitrates. Such 51 This extension enables applications to opt-in to fixed-rate compression 101 EGL_SURFACE_COMPRESSION_EXT specifies the fixed-rate compression that may 103 If its value is EGL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT, then fixed-rate 109 implementation may enable fixed-rate compression with a bitrate of at 112 implementation may enable fixed-rate compression with a bitrate of at 115 implementation may enable fixed-rate compression with a bitrate of at 118 implementation may enable fixed-rate compression with a bitrate of at 121 implementation may enable fixed-rate compression with a bitrate of at 124 implementation may enable fixed-rate compression with a bitrate of at [all …]
|
| /third_party/boost/libs/phoenix/ |
| D | ChangeLog | 43 This seemed already fixed but is not doing well in tests. 131 - Fixed name clash by renaming 'at' to be 'at_' because the name 'at' is 134 - Fixed an unused typedef in phoenix/scope/let.hpp 170 - Fixed bug in example/container_actor.cpp in end() function. 171 - Fixed bug4853 and 5626 - added header <utility> for std::forward. 172 - Fixed bug4853 - added header <iostream> for gcc 4.9 test 191 Fixed reference for FC++ in two locations. 192 Fixed example for nested let (#8564) 193 - Fixed #9113 warnings on -Wshadow 194 Fixed all warnings [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| D | ChangeLog | 11 - fixed PMKSA caching with OKC 16 * fixed WPS UPnP SUBSCRIBE handling of invalid operations 18 * fixed PMF disconnection protection bypass 21 * fixed various issues in experimental support for EAP-TEAP server 28 * fixed EAP-FAST server with TLS GCM/CCM ciphers 31 * fixed OWE key derivation with groups 20 and 21; this breaks backwards 55 * fixed FT-EAP initial mobility domain association using PMKSA caching 57 * fixed FILS to and RSNE into (Re)Association Response frames 58 * fixed DPP bootstrapping URI parser of channel list 68 * fixed an ECDH operation corner case with OpenSSL [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| D | ChangeLog | 12 * fixed FT-EAP initial mobility domain association using PMKSA caching 14 * fixed FILS to and RSNE into (Re)Association Response frames 15 * fixed DPP bootstrapping URI parser of channel list 25 * fixed an ECDH operation corner case with OpenSSL 43 - fixed confirm message validation in error cases 63 * fixed build with LibreSSL 65 * fixed KEK2 derivation for FILS+FT 75 * fixed FT and SA Query Action frame with AP-MLME-in-driver cases 80 * fixed PTK rekeying with FILS and FT 83 * fixed WPA packet number reuse with replayed messages and key [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 7.0.2.rst | 33 - Fixed a vertex buffer wrapping issue (bug 9962) 37 - Fixed a blending/banding issue (bug 11931) 38 - Fixed a GLU matrix inversion bug (#6748) 39 - Fixed problem with large glDrawArrays calls and indirect rendering 41 - Fixed an assortment of i965 driver bugs 42 - Fixed x86-64 vertex transformation bug (12216) 43 - Fixed X server crash caused by multiple indirect rendering clients 46 - Fixed a glCopyPixels/glPixelZoom bug (12417) 47 - Fixed a bug when using glMaterial in display lists (bug 10604) 48 - Fixed a few GLUT/Fortran issues (Bill Mitchell) [all …]
|
| D | 7.8.2.rst | 42 - Fixed Gallium glDrawPixels(GL_DEPTH_COMPONENT). 43 - Fixed Gallium Cell driver to buildable, runable state 44 - Fixed bad error checking for 46 - Fixed incorrect Z coordinate handling in "meta" glDraw/CopyPixels. 67 - Fixed texture LOD clamping in i915 driver. `Bug 72 - Fixed hangs in etracer on 830 and 845 chipsets. `Bug 74 - Fixed tiling of small textures on all Intel drivers. 75 - Fixed crash in Savage driver when using ``_mesa_CopyTexImage2D``. 79 - Fixed ``__glXInitializeVisualConfigFromTags``'s handling of 81 - Fixed regression with ``GLX_USE_GL``. [all …]
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/ |
| D | Fixed1616.java | 20 * Fixed 16.16 integer utilities. 25 public static int integral(int fixed) { in integral() argument 26 return (fixed >> 16) & 0xffff; in integral() 29 public static int fractional(int fixed) { in fractional() argument 30 return fixed & 0xffff; in fractional() 33 public static int fixed(int integral, int fractional) { in fixed() method in Fixed1616 38 * @param fixed the number to convert 41 public static double doubleValue(int fixed) { in doubleValue() argument 42 return fixed / 65536.0; // shift the decimal 16 bits in doubleValue() 45 public static String toString(int fixed) { in toString() argument [all …]
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/ |
| D | Fixed1616.java | 20 * Fixed 16.16 integer utilities. 25 public static int integral(int fixed) { in integral() argument 26 return (fixed >> 16) & 0xffff; in integral() 29 public static int fractional(int fixed) { in fractional() argument 30 return fixed & 0xffff; in fractional() 33 public static int fixed(int integral, int fractional) { in fixed() method in Fixed1616 38 * @param fixed the number to convert 41 public static double doubleValue(int fixed) { in doubleValue() argument 42 return fixed / 65536.0; // shift the decimal 16 bits in doubleValue() 45 public static String toString(int fixed) { in toString() argument [all …]
|
| /third_party/ffmpeg/tests/fate/ |
| D | aac.mak | 81 FATE_AAC_FIXED += fate-aac-fixed-al04_44 82 fate-aac-fixed-al04_44: CMD = pcm -c aac_fixed -i $(TARGET_SAMPLES)/aac/al04_44.mp4 83 fate-aac-fixed-al04_44: REF = $(SAMPLES)/aac/al04_44.s16 85 FATE_AAC_FIXED += fate-aac-fixed-al05_44 86 fate-aac-fixed-al05_44: CMD = pcm -c aac_fixed -i $(TARGET_SAMPLES)/aac/al05_44.mp4 87 fate-aac-fixed-al05_44: REF = $(SAMPLES)/aac/al05_44.s16 89 FATE_AAC_FIXED += fate-aac-fixed-al06_44 90 fate-aac-fixed-al06_44: CMD = pcm -c aac_fixed -i $(TARGET_SAMPLES)/aac/al06_44.mp4 91 fate-aac-fixed-al06_44: REF = $(SAMPLES)/aac/al06_44_reorder.s16 93 FATE_AAC_FIXED += fate-aac-fixed-al15_44 [all …]
|
| /third_party/boost/libs/spirit/classic/ |
| D | change_log.html | 13 <li>Fixed <tt>position_iterator</tt> forming reference to local when the 27 <li>Fixed a regression introduced in 35 <li>Fixed <tt>remove_reference</tt> usage without a namespace in Phoenix. 37 <li>Fixed <tt>std::complex</tt> usage without the include. 39 <li>Fixed compilation of <tt>match<T&></tt>. 41 <li>Fixed compilation with <tt>BOOST_DISABLE_THREADS</tt> defined. 82 …<li>Fixed a integer overflow bug preventing to fail parsing on certain large integers. This bug wa… 91 <li>Fixed no_actions bug where no_action is applied recursively.</li> 92 <li>Fixed the regex_p parser for Boost >= V1.33.0 </li> 94 <li>Fixed bug in tree match policies that prevented using gen_pt/ast_node_d, [all …]
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_texture_storage_compression.txt | 43 platforms may support framebuffer compression at fixed bitrates. Such 100 "Querying <pname> SURFACE_COMPRESSION_EXT returns the fixed-rate 135 SURFACE_COMPRESSION_EXT specifies if fixed-rate compression can be 137 If its value is SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT then fixed-rate 143 implementation may enable fixed-rate compression with a bitrate of at 146 implementation may enable fixed-rate compression with a bitrate of at 149 implementation may enable fixed-rate compression with a bitrate of at 152 implementation may enable fixed-rate compression with a bitrate of at 155 implementation may enable fixed-rate compression with a bitrate of at 158 implementation may enable fixed-rate compression with a bitrate of at [all …]
|
| /third_party/boost/libs/spirit/test/karma/ |
| D | real3.cpp | 49 fixed_type const fixed = fixed_type(); in main() local 51 BOOST_TEST(test("0.0", fixed, 0.0)); in main() 52 BOOST_TEST(test("1.0", fixed, 1.0)); in main() 54 BOOST_TEST(test("0.0", fixed, 0.000012345)); in main() 55 BOOST_TEST(test("0.0", fixed, 0.00012345)); in main() 56 BOOST_TEST(test("0.001", fixed, 0.0012345)); in main() 57 BOOST_TEST(test("0.012", fixed, 0.012345)); in main() 58 BOOST_TEST(test("0.123", fixed, 0.12345)); in main() 59 BOOST_TEST(test("1.234", fixed, 1.2345)); in main() 60 BOOST_TEST(test("12.345", fixed, 12.345)); in main() [all …]
|
| /third_party/boost/libs/locale/doc/ |
| D | changelog.txt | 15 - Fixed test problem with ICU >60.1 17 - Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround 19 - Fixed bugs 6851, 12572, 12453 20 - Fixed missing throw in case of failure in icu/date_time 21 - Fixed build agains Boost.Thread v4 22 - Fixed Year of week instead of year ICU backend formatting 23 - Fixed formatting test for ICU 56.1 and above 27 …- Fixed issues 10017 (sun redefinition on SunOS), 11163 (set_default_messages_domain incorrect beh… 29 - Fixed tests for latest ICU versions 35 - 7734 - fixed missing documentation, caused by a error in Doxygen formatting [all …]
|
| /third_party/boost/libs/asio/doc/ |
| D | history.qbk | 19 * Fixed `experimental::as_single` to work with handler hook deprecation. 23 * Fixed work tracking for `io_context` and `thread_pool` executors when move-assigned. 25 * Fixed I/O object move-assignment to ensure the executor is left in a valid state. 26 * Fixed detection of compiler support for defaulted template argument on functions with MSVC. 72 * Fixed the `executor` concept to test for a const-qualified `execute()`. 73 * Fixed `any_executor` support for builds without RTTI support. 74 * Fixed the `thread_pool` unit test to work without RTTI support. 75 * Fixed C++20 coroutines compatibility with clang on Windows. 76 * Fixed some compatibility issues with Windows Runtime. 77 * Fixed shadow name warnings caused by addition of `asio::query`. [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | ChangeLog | 13 * fixed FT-EAP initial mobility domain association using PMKSA caching 16 * fixed a regression in OpenSSL 1.1+ engine loading 18 * fixed DPP bootstrapping URI parser of channel list 23 * fixed Hotspot 2.0 credential selection based on roaming consortium 27 * fixed a regression in WMM parameter configuration for a TDLS peer 28 * fixed a regression in operation with drivers that offload 802.1X 30 * fixed an ECDH operation corner case with OpenSSL 40 - fixed some association cases where both SAE and FT-SAE were enabled 44 - fixed FT-SAE when SAE PMKSA caching is used 61 * fixed CONFIG_IEEE80211R=y (FT) build without CONFIG_FILS=y [all …]
|
| /third_party/e2fsprogs/doc/RelNotes/ |
| D | v1.42.txt | 4 Fixed a potential buffer overflow while closing a file system in 7 Fixed a bug which could cause e2fsck to corrupt Hurd file systems. 10 Fixed a deadlock which occurs when using systemd and e2fsck.conf's 13 Fixed a bug which could cause programs using libext2's inode table 17 Fixed dumpe2fs so it won't crash if the user doesn't specify a block 20 Fixed e2fsck so if it notices unexpected HTREE blocks in pass 2, it 33 Fixed a bug which could cause badblocks to crash if there are millions 36 Fixed some use-after-free bug in resize2fs and e2fsck. 38 Fixed a memory leak in tune2fs. 40 Fixed some bigendian bugs that had crept into both indirect and extent [all …]
|