| /xsrc/external/mit/ctwm/dist/tests/ |
| H A D | README.md | 3 This is a (currently very small) set of automated tests of ctwm. It 4 currently includes a small example unit test, and a few tests of the full
|
| /xsrc/external/mit/encodings/dist/ |
| H A D | configure.ac | 22 AC_MSG_CHECKING([if small encodings should be compressed]) 23 AC_ARG_ENABLE(gzip-small-encodings, 24 AS_HELP_STRING([--disable-gzip-small-encodings], 25 [Disable compression of small encoding files]),
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at 24 ### The small print
|
| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | README.md | 27 : A small program that links against `libctwmc` and demonstrates a 32 : A small program to switch to a workspace or change a window's
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | Makefile.am | 38 20-unhint-small-vera.conf \ 83 20-unhint-small-vera.conf \
|
| /xsrc/external/mit/libxcb/dist/ |
| H A D | README.md | 7 - size: small, simple library, and lower memory footprint
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 292 #define PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small) \ 310 small(to, from, rest); \ 316 #define NOPREFETCH_FUNC(prefix,itype,begin,fence,small) \ 331 small(to, from, rest); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | velems.rst | 25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | velems.rst | 25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.5.rst | 81 - radeonsi: small fix in SPI state
|
| H A D | 10.0.2.rst | 95 - nv50: fix a small leak on context destroy
|
| H A D | 10.6.4.rst | 94 - glsl: Fix a bug where LHS swizzles of swizzles were too small.
|
| H A D | 19.0.6.rst | 104 - freedreno/a6xx: fix GPU crash on small render targets
|
| H A D | 10.3.1.rst | 70 - glsl: Make sure fields after small structs have correct padding
|
| H A D | 13.0.1.rst | 36 radeon r600 vdpau: Invalid command stream: texture bo too small
|
| H A D | 17.0.6.rst | 145 - freedreno/a3xx: fix hang w/ large render targets and small gmem
|
| H A D | 20.1.7.rst | 42 - Intel Vulkan driver assertion with small xfb buffer
|
| H A D | 20.3.2.rst | 104 - radeonsi: fix small primitive culling with MSAA force-disabled and smoothing
|
| H A D | 21.1.4.rst | 136 - radv: reject binding buffer/image when the device memory is too small
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Scrollbar.c | 349 InRange(int num, int small, int big) argument 351 return ((num < small) ? small : ((num > big) ? big : num)); 358 FloatInRange(float num, float small, float big) argument 360 return ((num < small) ? small : ((num > big) ? big : num));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_screen.c | 570 int small = vformat % 32; local in function:virgl_is_vertex_format_supported 571 if (!(vscreen->caps.caps.v1.vertexbuffer.bitmask[big] & (1 << small))) 683 int small = format % 32; local in function:virgl_is_format_supported 684 if (!(vscreen->caps.caps.v1.render.bitmask[big] & (1 << small))) 731 int small = format % 32; local in function:virgl_is_format_supported 732 if (!(vscreen->caps.caps.v1.sampler.bitmask[big] & (1 << small)))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_screen.c | 564 int small = vformat % 32; local in function:virgl_is_vertex_format_supported 565 if (!(vscreen->caps.caps.v1.vertexbuffer.bitmask[big] & (1 << small))) 595 int small = vformat % 32; local in function:virgl_format_check_bitmask 596 if ((bitmask[big] & (1 << small))) 612 small = vformat % 32; 613 if (bitmask[big] & (1 << small))
|
| /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/ |
| H A D | extra.css | 139 font-size: small;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 333 #define PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small) \ 356 small(to, from, rest); \ 357 PDEBUG(ErrorF("Jong-After-small...\n")); \ 363 PDEBUG(ErrorF("Jong-PREFETCH_FUNC(prefix,itype,ptype,begin,fence,small)-end...\n")); \ 366 #define NOPREFETCH_FUNC(prefix,itype,begin,fence,small) \ 381 small(to, from, rest); \ 384 PDEBUG(ErrorF("Jong-NOPREFETCH_FUNC(prefix,itype,ptype,begin,fence,small)...\n")); \
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | arctess.cc | 52 #define steps_function(large, small, rate) (max(1, 1+ (int) ((large-small)/rate)));
|