| /xsrc/external/mit/freetype/dist/docs/reference/assets/fonts/ |
| 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{ (…) [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atibus.h | 26 # error missing #include "ati.h" before #include "atibus.h"
|
| ativgaio.h | 26 # error missing #include "ati.h" before #include "ativgaio.h"
|
| atiwonderio.h | 26 # error missing #include "ati.h" before #include "atiwonderio.h"
|
| /xsrc/external/mit/pixman/dist/test/ |
| radial-perf-test.c | 24 double before, after; local 36 before = gettime(); 39 before -= gettime(); 45 before += gettime(); 56 printf ("Average time to composite: %f\n", (after - before) / N_COMPOSITE);
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftutil.c | 271 FT_ListNode before; local 277 before = list->tail; 280 node->prev = before; 282 if ( before ) 283 before->next = node; 323 FT_ListNode before, after; local 329 before = node->prev; 332 if ( before ) 333 before->next = after; 338 after->prev = before; 350 FT_ListNode before, after; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 128-space-before-hash.c | 3 #pragma Testing spaces before hash
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 128-space-before-hash.c | 3 #pragma Testing spaces before hash
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mivalidate.h | 44 } before; member in union:_Validate
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mivalidate.h | 44 } before; member in union:_Validate
|
| /xsrc/external/mit/libepoxy/dist/include/epoxy/ |
| egl.h | 38 #error epoxy/egl.h must be included before (or in place of) GL/egl.h
|
| wgl.h | 41 #error epoxy/wgl.h must be included before (or in place of) wgl.h
|
| glx.h | 40 #error epoxy/glx.h must be included before (or in place of) GL/glx.h
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_opt_move_comparisons.c | 29 * This pass moves ALU comparison operations just before their first use. 46 * By moving the comparison just before the bcsel, the condition codes could 54 move_comparison_source(nir_src *src, nir_block *block, nir_instr *before) 67 if (before) 68 exec_node_insert_node_before(&before->node, &src_instr->node); 103 * Before walking instructions, we consider the if-condition at the 114 * but before this block. (Yes, that's between blocks). This means
|
| nir_opt_move_load_ubo.c | 30 * This pass moves load UBO operations just before their first use inside 34 move_load_ubo_source(nir_src *src, nir_block *block, nir_instr *before) 47 if (before) 48 exec_node_insert_node_before(&before->node, &src_instr->node);
|
| nir_control_flow.c | 37 * 2. Each if-statement and loop must have one basic block before it and one 178 * Takes a basic block and inserts a new empty basic block before it, making its 363 /* Splits a basic block at the point specified by the cursor. The "before" and 366 * as before the first non-phi instruction, and it's illegal to split a block 367 * before a phi instruction. 374 nir_block *before, *after; local 378 before = split_block_beginning(cursor.block); 382 before = cursor.block; 388 before = split_block_before_instr(cursor.instr); 396 before = cursor.instr->block 574 nir_block *before, *after; local 706 nir_block *before, *after; local [all...] |
| nir_control_flow.h | 61 /** puts a control flow node immediately before another control flow node */ 63 nir_cf_node_insert_before(nir_cf_node *node, nir_cf_node *before) 65 nir_cf_node_insert(nir_before_cf_node(node), before); local 108 * before them makes any sense.
|
| /xsrc/external/mit/ctwm/dist/ |
| win_ring.c | 67 TwmWindow *before = after->ring.next; local 69 win->ring.next = before; 73 before->ring.prev = win;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_control_flow.c | 37 * 2. Each if-statement and loop must have one basic block before it and one 178 * Takes a basic block and inserts a new empty basic block before it, making its 356 /* Splits a basic block at the point specified by the cursor. The "before" and 359 * as before the first non-phi instruction, and it's illegal to split a block 360 * before a phi instruction. 367 nir_block *before, *after; local 371 before = split_block_beginning(cursor.block); 375 before = cursor.block; 381 before = split_block_before_instr(cursor.instr); 389 before = cursor.instr->block 584 nir_block *before, *after; local 782 nir_block *before, *after; local [all...] |
| nir_opt_move.c | 30 * This pass can move various operations just before their first use inside the 47 * By moving the comparison just before the bcsel, the condition codes could 55 move_source(nir_src *src, nir_block *block, nir_instr *before, nir_move_options options) 65 if (before) 66 exec_node_insert_node_before(&before->node, &src_instr->node); 105 * Before walking instructions, we consider the if-condition at the 116 * but before this block. (Yes, that's between blocks). This means
|
| nir_control_flow.h | 61 /** puts a control flow node immediately before another control flow node */ 63 nir_cf_node_insert_before(nir_cf_node *node, nir_cf_node *before) 65 nir_cf_node_insert(nir_before_cf_node(node), before); local 108 * before them makes any sense.
|
| /xsrc/external/mit/libFS/dist/ |
| configure.ac | 35 # Must be called before any macros that run the compiler (like 44 [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
|
| /xsrc/external/mit/libXdamage/dist/ |
| configure.ac | 46 [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
|
| /xsrc/external/mit/libXfixes/dist/ |
| configure.ac | 50 [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
|
| /xsrc/external/mit/libXrandr/dist/ |
| configure.ac | 47 [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
|