Searched refs:small (Results 1 - 25 of 85) sorted by relevance

1234

/xsrc/external/mit/ctwm/dist/tests/
H A DREADME.md3 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 Dconfigure.ac22 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 DCONTRIBUTING.md1 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 DREADME.md27 : 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 DMakefile.am38 20-unhint-small-vera.conf \
83 20-unhint-small-vera.conf \
/xsrc/external/mit/libxcb/dist/
H A DREADME.md7 - size: small, simple library, and lower memory footprint
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c292 #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 Dvelems.rst25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dvelems.rst25 Rather than attempt to specify every small nuance of behavior, Gallium uses a
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.5.rst81 - radeonsi: small fix in SPI state
H A D10.0.2.rst95 - nv50: fix a small leak on context destroy
H A D10.6.4.rst94 - glsl: Fix a bug where LHS swizzles of swizzles were too small.
H A D19.0.6.rst104 - freedreno/a6xx: fix GPU crash on small render targets
H A D10.3.1.rst70 - glsl: Make sure fields after small structs have correct padding
H A D13.0.1.rst36 radeon r600 vdpau: Invalid command stream: texture bo too small
H A D17.0.6.rst145 - freedreno/a3xx: fix hang w/ large render targets and small gmem
H A D20.1.7.rst42 - Intel Vulkan driver assertion with small xfb buffer
H A D20.3.2.rst104 - radeonsi: fix small primitive culling with MSAA force-disabled and smoothing
H A D21.1.4.rst136 - radv: reject binding buffer/image when the device memory is too small
/xsrc/external/mit/libXaw/dist/src/
H A DScrollbar.c349 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 Dvirgl_screen.c570 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 Dvirgl_screen.c564 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 Dextra.css139 font-size: small;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c333 #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 Darctess.cc52 #define steps_function(large, small, rate) (max(1, 1+ (int) ((large-small)/rate)));

Completed in 14 milliseconds

1234