| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | hash_longest_match_quickly_inc.h | 34 help create backward references to previous data. 78 system to find accidentally good backward references here and there. */ 139 /* Find a longest backward match of &data[cur_ix & ring_buffer_mask] 191 size_t backward; local in function:FN 196 backward = cur_ix - prev_ix; 201 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { 208 const score_t score = BackwardReferenceScore(len, backward); 211 out->distance = backward; 225 size_t backward; local in function:FN [all...] |
| H A D | hash_forgetful_chain_inc.h | 12 help create backward references to previous data. 180 /* Find a longest backward match of &data[cur_ix] up to the length of 215 const size_t backward = (size_t)distance_cache[i]; local in function:FN 216 size_t prev_ix = (cur_ix - backward); 219 if (prev_ix >= cur_ix || backward > max_backward) { 235 out->distance = backward; 244 size_t backward = 0; local in function:FN 251 backward += delta; 252 if (backward > max_backward || (CAPPED_CHAINS && !delta)) break; 253 prev_ix = (cur_ix - backward) [all...] |
| H A D | hash_longest_match64_inc.h | 11 help create backward references to previous data. 35 /* Only block_size_ newest backward references are kept, 56 /* Buckets containing block_size_ of backward references. */ 151 /* Find a longest backward match of &data[cur_ix] up to the length of 182 const size_t backward = (size_t)distance_cache[i]; local in function:FN 183 size_t prev_ix = (size_t)(cur_ix - backward); 187 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { 203 a few unnecessary binary logarithms in backward reference score, 212 out->distance = backward; 228 const size_t backward local in function:FN [all...] |
| H A D | hash_longest_match_inc.h | 11 help create backward references to previous data. 34 /* Only block_size_ newest backward references are kept, 53 /* Buckets containing block_size_ of backward references. */ 147 /* Find a longest backward match of &data[cur_ix] up to the length of 178 const size_t backward = (size_t)distance_cache[i]; local in function:FN 179 size_t prev_ix = (size_t)(cur_ix - backward); 183 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { 199 a few unnecessary binary logarithms in backward reference score, 208 out->distance = backward; 223 const size_t backward local in function:FN [all...] |
| H A D | hash_to_binary_tree_inc.h | 144 const size_t backward = cur_ix - prev_ix; local in function:FN 146 if (backward == 0 || backward > max_backward || depth_remaining == 0) { 165 InitBackwardMatch(matches++, backward, len); 194 /* Finds all backward matches of &data[cur_ix & ring_buffer_mask] up to the 220 const size_t backward = cur_ix - prev_ix; local in function:FN 221 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { 235 InitBackwardMatch(matches++, backward, len);
|
| H A D | hash_rolling_inc.h | 180 /* The cast to 32-bit makes backward distances up to 4GB work even 182 size_t backward = (uint32_t)(cur_ix - found_ix); local in function:FN 183 if (backward <= max_backward) { 189 score_t score = BackwardReferenceScore(len, backward); 192 out->distance = backward;
|
| H A D | hash.h | 8 help create backward references to previous data. */ 103 /* Usually, we always choose the longest backward reference. This function 106 If we choose a backward reference that is further away, it will 114 This function is used to sometimes discard a longer backward reference 142 size_t backward; local in function:TestStaticDictionaryItem 158 backward = max_backward + 1 + word_idx + 161 if (backward > max_distance) { 164 score = BackwardReferenceScore(matchlen, backward); 170 out->distance = backward;
|
| H A D | backward_references_hq.c | 7 /* Function to find backward reference copies. */ 449 const size_t backward = local in function:UpdateNodes 451 size_t prev_ix = cur_ix - backward; 457 if (BROTLI_PREDICT_FALSE(backward > dictionary_start + gap)) { 461 if (backward <= max_distance) { 462 /* Regular backward reference. */ 492 UpdateZopfliNode(nodes, pos, start, l, l, backward, j + 1, cost);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.c | 277 bool forward, backward; local in function:nouveau_vpe_mb_mv_header 289 backward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD; 291 assert(!backward || dec->future < 8); 304 if (backward && forward) { 309 } else assert(!backward); 326 if (backward && forward) 330 else assert(!backward); 346 if (backward) 363 if (backward) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.c | 277 bool forward, backward; local in function:nouveau_vpe_mb_mv_header 289 backward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD; 291 assert(!backward || dec->future < 8); 304 if (backward && forward) { 309 } else assert(!backward); 326 if (backward && forward) 330 else assert(!backward); 346 if (backward) 363 if (backward) {
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | gettext.m4 | 338 dnl For backward compatibility. Some packages may be using this. 361 dnl For backward compatibility. Some configure.ins may be using this. 365 dnl For backward compatibility. Some Makefiles may be using this. 369 dnl For backward compatibility. Some Makefiles may be using this. 373 dnl For backward compatibility. Some Makefiles may be using this. 377 dnl For backward compatibility. Some Makefiles may be using this. 389 dnl For backward compatibility. Some Makefiles may be using this.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.5.3.rst | 28 OpenGL applications. Since OpenGL 2.x is backward compatible with OpenGL
|
| H A D | 19.1.8.rst | 124 - meson: re-add incorrect pkg-config files with GLVND for backward
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | i915_structs.h | 111 unsigned backward:1; member in struct:i915_3dmpeg_macroblock_header::__anonea2082430708
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | i915_structs.h | 111 unsigned backward:1; member in struct:i915_3dmpeg_macroblock_header::__anona54546770708
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | i915_structs.h | 129 unsigned backward : 1; member in struct:i915_3dmpeg_macroblock_header::__anon8e8c39660808
|
| /xsrc/external/mit/libX11/dist/ |
| H A D | README.md | 161 * Fixes the "Unknown sequence number" error by allowing backward jumps
|
| /xsrc/external/mit/libpthread-stubs/dist/ |
| H A D | aclocal.m4 | 492 # For better backward compatibility. To be removed once Automake 1.9.x 587 dnl backward compatibility and to allow trailing 'dnl'-style comments 810 # For backward compatibility. 1041 [# Always define AMTAR for backward compatibility. Yes, it's still used
|
| /xsrc/external/mit/util-macros/dist/ |
| H A D | aclocal.m4 | 198 # For better backward compatibility. To be removed once Automake 1.9.x 279 dnl backward compatibility and to allow trailing 'dnl'-style comments 626 [# Always define AMTAR for backward compatibility. Yes, it's still used
|
| /xsrc/external/mit/freetype/dist/docs/reference/assets/fonts/ |
| H A D | font-awesome.css | 4 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url("specimen/FontAwesome.woff2") format("woff2"),url("specimen/FontAwesome.woff") format("woff"),url("specimen/FontAwesome.ttf") format("truetype")}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:b (…)
|
| /xsrc/external/mit/xcb-proto/dist/ |
| H A D | aclocal.m4 | 235 # For better backward compatibility. To be removed once Automake 1.9.x 330 dnl backward compatibility and to allow trailing 'dnl'-style comments 1038 [# Always define AMTAR for backward compatibility. Yes, it's still used
|
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | ltoptions.m4 | 412 [dnl Continue to support --with-pic and --without-pic, for backward
|
| /xsrc/external/mit/libXrender/dist/m4/ |
| H A D | ltoptions.m4 | 412 [dnl Continue to support --with-pic and --without-pic, for backward
|
| /xsrc/external/mit/libxshmfence/dist/m4/ |
| H A D | ltoptions.m4 | 412 [dnl Continue to support --with-pic and --without-pic, for backward
|
| /xsrc/external/mit/mesa-demos/dist/ |
| H A D | aclocal.m4 | 772 # For better backward compatibility. To be removed once Automake 1.9.x 853 dnl backward compatibility and to allow trailing 'dnl'-style comments 1088 # For backward compatibility. 1319 [# Always define AMTAR for backward compatibility. Yes, it's still used
|