/freebsd/sys/dev/fb/ |
H A D | splash.c | 51 static int decoders; variable 132 for (i = 0; i < decoders; ++i) { in splash_register() 136 if ((i >= decoders) && (decoders % DECODER_ARRAY_DELTA) == 0) { in splash_register() 137 p = malloc(sizeof(*p)*(decoders + DECODER_ARRAY_DELTA), in splash_register() 142 bcopy(decoder_set, p, sizeof(*p)*decoders); in splash_register() 146 i = decoders++; in splash_register() 176 for (i = 0; i < decoders; ++i) { in splash_init() 185 for (++i; i < decoders; ++i) { in splash_init()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_DECODER.pod | 46 B<OSSL_DECODER> is a method for decoders, which know how to 134 To list all decoders in a provider to a bio_out: 152 STACK_OF(OSSL_DECODER) *decoders; 155 decoders = sk_OSSL_DECODER_new_null(); 159 decoders); 161 for (i = 0; i < sk_OSSL_DECODER_num(decoders); i++) { 162 OSSL_DECODER *decoder = sk_OSSL_DECODER_value(decoders, i); 171 sk_OSSL_DECODER_pop_free(decoders, OSSL_DECODER_free);
|
H A D | OSSL_DECODER_CTX.pod | 86 The B<OSSL_DECODER_CTX> holds data about multiple decoders, as needed to 88 several possible related results. This also includes chaining decoders, so 90 generic format decoders such as PEM to DER, as well as more specialized 91 decoders like DER to RSA. 125 decoders that have been added to the I<ctx> so far. Parameters that an 134 OSSL_DECODER_CTX_add_extra() finds decoders that generate input for already 135 added decoders, and adds them as well. This is used to build decoder 147 OSSL_DECODER_CTX_get_num_decoders() gets the number of decoders currently 232 OSSL_DECODER_CTX_num_decoders() returns the current number of decoders. It
|
H A D | OSSL_DECODER_from_bio.pod | 64 /* error: no suitable potential decoders found */ 92 /* error: no suitable potential decoders found */
|
/freebsd/crypto/openssl/apps/ |
H A D | list.c | 584 STACK_OF(OSSL_DECODER) *decoders; in list_decoders() 587 decoders = sk_OSSL_DECODER_new(decoder_cmp); in list_decoders() 588 if (decoders == NULL) { in list_decoders() 594 decoders); in list_decoders() 595 sk_OSSL_DECODER_sort(decoders); in list_decoders() 597 for (i = 0; i < sk_OSSL_DECODER_num(decoders); i++) { in list_decoders() 598 OSSL_DECODER *k = sk_OSSL_DECODER_value(decoders, i); in list_decoders() 624 sk_OSSL_DECODER_pop_free(decoders, OSSL_DECODER_free); in list_decoders() 1490 {"decoders", OPT_DECODERS, '-', "List of decoding methods" },
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | tvp5150.txt | 1 * Texas Instruments TVP5150 and TVP5151 video decoders 3 The TVP5150 and TVP5151 are video decoders that convert baseband NTSC and PAL
|
H A D | adv7604.txt | 3 The ADV7604 and ADV7611/12 are multiformat video decoders with an integrated
|
H A D | adv748x.txt | 3 The ADV7481 and ADV7482 are multi format video decoders with an integrated
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-list.pod.in | 30 [B<-decoders>] 126 =item B<-decoders> 128 Display a list of decoders.
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | ti-am437x-vpfe.txt | 6 processing capability to connect RAW image-sensor modules and video decoders
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | README.md | 12 Compliant decoders must adhere to this document,
|
H A D | zstd_compression_format.md | 199 For broader compatibility, decoders are recommended to support 238 This information is important for decoders to allocate enough memory. 271 it's recommended for decoders to support `Window_Size` of up to 8 MB, 274 decoders are free to support larger or lower limits, 1421 It's used by decoders to check if they use the correct dictionary.
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | api.rst | 19 - stateless encoders and decoders
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-decoder.pod | 45 not limited to deserialization as individual decoders can also do 153 Structures currently recognised by built-in decoders: 264 built-in decoders.
|
H A D | crypto.pod | 531 encoders and decoders to perform this task. 533 Encoders and decoders are just algorithm implementations in the same way as 535 providers. The OpenSSL encoders and decoders are available in the default 539 information about decoders see L<OSSL_DECODER_CTX_new_for_pkey(3)>.
|
H A D | fips_module.pod | 389 Encoders and decoders are used to read and write keys or parameters from or to 397 the key or parameter object. The built-in OpenSSL encoders and decoders are 401 therefore these encoders/decoders have the C<fips=yes> property against them.
|
H A D | provider-object.pod | 35 L<OSSL_DECODER(3)> allows multiple encodings, depending on existing decoders.
|
H A D | openssl-glossary.pod | 33 An OpenSSL Provider that contains encoders and decoders for OpenSSL keys. All
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | DERlib.pod | 68 =head2 DER readers / decoders
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Schedule.td | 721 // descendents, including Nehalem and SandyBridge have 4 decoders.
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 1202 These annotations do not alter the code points returned by decoders; 1208 Punycode encoders and decoders need not support these annotations,
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | riff | 161 >>>>>15 byte&0x40 =0x00 \b, decoders should clamp
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 530 Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skib…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 903 /// Note that currently we cannot assign different decoders in the same
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1848 generic decoders. These do the same sort of job that PEM readers
|