Home
last modified time | relevance | path

Searched refs:ancillary (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Doc/library/
Dsocket.rst769 Return the total length, without trailing padding, of an ancillary
772 receive a single item of ancillary data, but :rfc:`3542` requires
786 receive an ancillary data item with associated data of the given
793 Note that some systems might support ancillary data without
796 amount of ancillary data that can be received, since additional
1111 Receive normal data (up to *bufsize* bytes) and ancillary data from
1113 the internal buffer used to receive the ancillary data; it defaults
1114 to 0, meaning that no ancillary data will be received. Appropriate
1115 buffer sizes for ancillary data can be calculated using
1123 non-ancillary data received. The *ancdata* item is a list of zero
[all …]
/external/libpng/contrib/libtests/
Dpngunknown.c380 ancillary(const char *name) in ancillary() function
931 if (ancillary(chunk_info[i].name)) in check_handling()
977 if (ancillary(chunk_info[i].name)) in check_handling()
/external/libpng/contrib/pngsuite/
DREADME13 a variety of images to test interlacing, gamma settings, ancillary
/external/mesa3d/docs/relnotes/
D3.3231 core Mesa which ancillary buffers (depth, stencil, accum, alpha)
/external/libpng/
DINSTALL257 You can also turn all of the transforms and ancillary chunk capabilities
265 that is incapable of reading or writing ancillary chunks. If you are
DREADME61 critical or an ancillary chunk.
Dlibpng-manual.txt469 ancillary and critical chunks, and whether to use the data contained
677 The PNG specification sets no limit on the number of ancillary chunks
4188 indexed (paletted) images, or most ancillary chunks.
4846 does not account for any palette index used by ancillary chunks such as the
DCHANGES129 Made CRC errors/warnings on critical and ancillary chunks configurable
786 Changed several png_errors about malformed ancillary chunks to png_warnings.
2273 Reordered ancillary chunks in pngtest.png to be the same as what
4065 This works round a bug introduced in 1.5.4 where compressed ancillary
/external/libpng/scripts/
Dpnglibconf.dfa36 # Enable chunk processing for the given ancillary chunk; any
63 # optional ('ancillary') chunks. This does not prevent PNG
834 # png_save_int_32 is required internally for writing the ancillary chunks oFFs
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuild.dox23 /// - Other ancillary directories used by the build or documentation process.
/external/syslinux/com32/lib/libpng/
DREADME58 critical or an ancillary chunk.
DCHANGES123 made CRC errors/warnings on critical and ancillary chunks configurable
721 Changed several png_errors about malformed ancillary chunks to png_warnings.
Dlibpng.txt2646 You can also turn all of the transforms and ancillary chunk capabilities
2655 produces a library that is incapable of reading or writing ancillary chunks.
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c86 LLVMValueRef ancillary; member
538 ctx->ancillary = LLVMGetParam(ctx->main_function, arg_idx++); in create_function()
2881 result = unpack_param(ctx, ctx->ancillary, 8, 4); in visit_intrinsic()
/external/mesa3d/docs/
DVERSIONS288 - GLX does garbage collection of ancillary buffers
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1878 ancillary data when supported by the underlying platform:
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dlcet10.txt4691 Given the constraints of time, WEIBEL omitted a large number of ancillary
/external/strace/
DChangeLog20078 struct msghdr.msg_controllen is greater than the maximum ancillary
20119 tests: check decoding of struct msghdr ancillary data.
/external/python/cpython3/Misc/
DHISTORY9252 ancillary data in pure Python code. Patch by David Watson and Heiko Wundram.