Searched refs:larger (Results 1 - 25 of 141) sorted by relevance

123456

/xsrc/external/mit/brotli/dist/
H A DCONTRIBUTING.md15 Before you start working on a larger contribution, you should get in touch with
H A DREADME.md7 Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, `memcpy` is invoked with a gigantic `num` value, that will likely cause the crash.
/xsrc/external/mit/ctwm/dist/
H A Dewmh.c632 * First scan all sizes. Keep a record of the closest smaller and larger
646 int smaller, larger; local in function:EwmhGetIcon
678 larger = 999999;
717 if(area < larger) {
719 fprintf(stderr, "decrease larger, was [%d]\n", larger_offset);
721 larger = area;
759 fprintf(stderr, "choose nearest %d %d\n", smaller, larger);
761 if((double)larger / wanted_area > (double)wanted_area / smaller) {
767 area = larger;
780 /* choose larger */
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx512_core.inl32 // These use native AVX512 instructions with masking to enable a larger
H A Dsimdlib_128_avx512_core.inl32 // These use native AVX512 instructions with masking to enable a larger
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx512_core.inl32 // These use native AVX512 instructions with masking to enable a larger
H A Dsimdlib_128_avx512_core.inl32 // These use native AVX512 instructions with masking to enable a larger
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.3.rst118 - anv: bo_cache: allow importing a BO larger than needed
H A D20.0.1.rst100 - nir/search: Use larger type to hold linearized index
H A D10.6.0.rst70 HiZ buffers are much larger than necessary
H A D12.0.0.rst277 from larger source buffer into destination image
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dtex3d-layout.lua83 -- start from the lower (larger) mipmap levels and layers, so we don't
H A Dtexturator-to-unit-test-5xx.lua127 -- start from the lower (larger) mipmap levels and layers, so we don't
H A Dtexturator-to-unit-test.lua116 -- start from the lower (larger) mipmap levels and layers, so we don't
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dresources.rst59 This supports larger width than a 1d texture would
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dbare-metal.rst45 means we can support larger rootfses (for piglit testing), at the cost
H A Dindex.rst102 The Intel CI runs a much larger array of tests, on a number of generations
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dresources.rst59 This supports larger width than a 1d texture would
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DREADME.rst277 used by ME for streaming reads (larger amounts of data). The DMA access
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddispatch.rst225 considerably larger (e.g., 29,332 lines for ``glapi_x86-64.S`` versus
H A Dsubmittingpatches.rst317 - Patch cannot be larger than 100 lines.
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_array.spec44 blend two textures out of a larger set of textures. Moreover, in some
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst377 architecture (although larger register usage will at some thresholds
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_array.spec44 blend two textures out of a larger set of textures. Moreover, in some
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Dir3-notes.rst348 architecture (although larger register usage will at some thresholds

Completed in 23 milliseconds

123456