| /freebsd-14.2/crypto/openssl/crypto/encode_decode/ |
| H A D | encoder_meth.c | 31 if ((encoder = OPENSSL_zalloc(sizeof(*encoder))) == NULL in ossl_encoder_new() 40 return encoder; in ossl_encoder_new() 47 CRYPTO_UP_REF(&encoder->base.refcnt, &ref, encoder->base.lock); in OSSL_ENCODER_up_ref() 55 if (encoder == NULL) in OSSL_ENCODER_free() 58 CRYPTO_DOWN_REF(&encoder->base.refcnt, &ref, encoder->base.lock); in OSSL_ENCODER_free() 299 if (!((encoder->newctx == NULL && encoder->freectx == NULL) in encoder_from_algorithm() 300 || (encoder->newctx != NULL && encoder->freectx != NULL) in encoder_from_algorithm() 315 return encoder; in encoder_from_algorithm() 622 if (encoder != NULL && encoder->gettable_params != NULL) { in OSSL_ENCODER_gettable_params() 632 if (encoder != NULL && encoder->get_params != NULL) in OSSL_ENCODER_get_params() [all …]
|
| H A D | encoder_lib.c | 196 if (!ossl_assert(encoder != NULL)) { in ossl_encoder_instance_new() 206 if (!OSSL_ENCODER_up_ref(encoder)) { in ossl_encoder_instance_new() 211 prov = OSSL_ENCODER_get0_provider(encoder); in ossl_encoder_instance_new() 213 props = ossl_encoder_parsed_properties(encoder); in ossl_encoder_instance_new() 239 encoder_inst->encoder = encoder; in ossl_encoder_instance_new() 250 if (encoder_inst->encoder != NULL) in ossl_encoder_instance_free() 253 OSSL_ENCODER_free(encoder_inst->encoder); in ossl_encoder_instance_free() 254 encoder_inst->encoder = NULL; in ossl_encoder_instance_free() 297 prov = OSSL_ENCODER_get0_provider(encoder); in OSSL_ENCODER_CTX_add_encoder() 314 encoder->freectx(encoderctx); in OSSL_ENCODER_CTX_add_encoder() [all …]
|
| H A D | encoder_pkey.c | 85 static void collect_encoder(OSSL_ENCODER *encoder, void *arg) in collect_encoder() argument 101 const OSSL_PROVIDER *prov = OSSL_ENCODER_get0_provider(encoder); in collect_encoder() 113 if (!OSSL_ENCODER_is_a(encoder, name) in collect_encoder() 114 || (encoder->does_selection != NULL in collect_encoder() 115 && !encoder->does_selection(provctx, data->ctx->selection)) in collect_encoder() 117 && encoder->import_object == NULL)) in collect_encoder() 121 if (OSSL_ENCODER_CTX_add_encoder(data->ctx, encoder)) in collect_encoder() 182 OSSL_ENCODER *encoder = in encoder_construct_pkey() local 186 const OSSL_PROVIDER *e_prov = OSSL_ENCODER_get0_provider(encoder); in encoder_construct_pkey() 212 OSSL_ENCODER *encoder = in encoder_destruct_pkey() local [all …]
|
| /freebsd-14.2/contrib/processor-trace/libipt/src/ |
| H A D | pt_encoder.c | 41 if (!encoder) in pt_encoder_init() 44 memset(encoder, 0, sizeof(*encoder)); in pt_encoder_init() 50 encoder->pos = encoder->config.begin; in pt_encoder_init() 57 (void) encoder; in pt_encoder_fini() 67 encoder = malloc(sizeof(*encoder)); in pt_alloc_encoder() 68 if (!encoder) in pt_alloc_encoder() 73 free(encoder); in pt_alloc_encoder() 83 free(encoder); in pt_free_encoder() 90 if (!encoder) in pt_enc_sync_set() 126 if (!encoder) in pt_enc_get_config() [all …]
|
| /freebsd-14.2/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-query.c | 145 struct pt_encoder *encoder = &dfix->encoder; in sync_backward() local 209 struct pt_encoder *encoder = &dfix->encoder; in sync_backward_empty_end() local 267 struct pt_encoder *encoder = &dfix->encoder; in sync_backward_empty_mid() local 325 struct pt_encoder *encoder = &dfix->encoder; in sync_backward_empty_begin() local 383 struct pt_encoder *encoder = &dfix->encoder; in decode_sync_backward() local 480 struct pt_encoder *encoder = &dfix->encoder; in indir() local 509 struct pt_encoder *encoder = &dfix->encoder; in indir_tnt() local 538 struct pt_encoder *encoder = &dfix->encoder; in indir_cutoff_fail() local 558 struct pt_encoder *encoder = &dfix->encoder; in indir_skip_tnt_fail() local 579 struct pt_encoder *encoder = &dfix->encoder; in indir_skip_tip_pge_fail() local [all …]
|
| H A D | ptunit-encoder.c | 39 struct pt_encoder encoder; member 75 struct pt_encoder encoder; in encoder_init_null() local 82 errcode = pt_encoder_init(&encoder, NULL); in encoder_init_null() 97 struct pt_encoder *encoder; in alloc_encoder_null() local 99 encoder = pt_alloc_encoder(NULL); in alloc_encoder_null() 100 ptu_null(encoder); in alloc_encoder_null() 134 struct pt_encoder encoder; in get_offset_null() local 141 errcode = pt_enc_get_offset(&encoder, NULL); in get_offset_null() 188 config = pt_enc_get_config(&tfix->encoder); in get_config() 196 struct pt_encoder encoder; in next_null() local [all …]
|
| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_crtc_helper.c | 223 if (connector->encoder == encoder) in drm_helper_encoder_in_use() 247 if (encoder->crtc == crtc && drm_helper_encoder_in_use(encoder)) in drm_helper_crtc_in_use() 357 encoder->crtc != (*encoder_funcs->get_crtc)(encoder)) in drm_crtc_prepare_encoders() 467 encoder->base.id, drm_get_encoder_name(encoder), in drm_crtc_helper_set_mode() 523 if (connector->encoder != encoder) in drm_crtc_helper_disable() 824 if (connector->encoder == encoder) in drm_helper_choose_encoder_dpms() 837 if (connector->encoder && connector->encoder->crtc == crtc) in drm_helper_choose_crtc_dpms() 855 struct drm_encoder *encoder = connector->encoder; in drm_helper_connector_dpms() local 856 struct drm_crtc *crtc = encoder ? encoder->crtc : NULL; in drm_helper_connector_dpms() 873 if (encoder) { in drm_helper_connector_dpms() [all …]
|
| H A D | drm_crtc_helper.h | 88 void (*dpms)(struct drm_encoder *encoder, int mode); 89 void (*save)(struct drm_encoder *encoder); 90 void (*restore)(struct drm_encoder *encoder); 92 bool (*mode_fixup)(struct drm_encoder *encoder, 95 void (*prepare)(struct drm_encoder *encoder); 96 void (*commit)(struct drm_encoder *encoder); 97 void (*mode_set)(struct drm_encoder *encoder, 100 struct drm_crtc *(*get_crtc)(struct drm_encoder *encoder); 102 enum drm_connector_status (*detect)(struct drm_encoder *encoder, 105 void (*disable)(struct drm_encoder *encoder); [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | rotary-encoder.txt | 1 Rotary encoder DT bindings 7 - linux,axis: the input subsystem axis to map to this rotary encoder. 9 - rotary-encoder,steps: Number of steps in a full turnaround of the 29 be used, such as "rotary-encoder,steps-per-period = <2>". 36 compatible = "rotary-encoder"; 39 rotary-encoder,encoding = "gray"; 40 rotary-encoder,relative-axis; 44 compatible = "rotary-encoder"; 47 rotary-encoder,steps = <24>; 48 rotary-encoder,encoding = "binary"; [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OSSL_ENCODER.pod | 22 #include <openssl/encoder.h> 28 int OSSL_ENCODER_up_ref(OSSL_ENCODER *encoder); 29 void OSSL_ENCODER_free(OSSL_ENCODER *encoder); 38 int OSSL_ENCODER_names_do_all(const OSSL_ENCODER *encoder, 57 in L<provider-encoder(7)/Names and properties>. 60 I<encoder>. 63 I<encoder>, and when the count reaches zero, frees it. 67 I<encoder>. 70 with the given I<encoder>. 84 OSSL_ENCODER_do_all_provided() traverses all encoder [all …]
|
| H A D | OSSL_ENCODER_CTX.pod | 30 #include <openssl/encoder.h> 35 const OSSL_PARAM *OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER *encoder); 75 encoder implementations, which means that the output from one encoder may be 89 encoder that is going to be used, and that may be useful for the 108 I<ctx> with a encoder, to be used to encode an input object. 112 encoder chains. 115 be specified, and determines if a complete encoder chain is available. 156 OSSL_ENCODER_INSTANCE_get_encoder() can be used to get the encoder 157 implementation of the encoder instance I<encoder_inst>. 163 for the encoder implementation of the encoder instance I<encoder_inst>. [all …]
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | encoder.h | 31 int OSSL_ENCODER_up_ref(OSSL_ENCODER *encoder); 32 void OSSL_ENCODER_free(OSSL_ENCODER *encoder); 34 const OSSL_PROVIDER *OSSL_ENCODER_get0_provider(const OSSL_ENCODER *encoder); 35 const char *OSSL_ENCODER_get0_properties(const OSSL_ENCODER *encoder); 38 int OSSL_ENCODER_is_a(const OSSL_ENCODER *encoder, const char *name); 41 void (*fn)(OSSL_ENCODER *encoder, void *arg), 43 int OSSL_ENCODER_names_do_all(const OSSL_ENCODER *encoder, 46 const OSSL_PARAM *OSSL_ENCODER_gettable_params(OSSL_ENCODER *encoder); 47 int OSSL_ENCODER_get_params(OSSL_ENCODER *encoder, OSSL_PARAM params[]); 49 const OSSL_PARAM *OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER *encoder); [all …]
|
| H A D | decoder.h | 31 int OSSL_DECODER_up_ref(OSSL_DECODER *encoder); 32 void OSSL_DECODER_free(OSSL_DECODER *encoder); 34 const OSSL_PROVIDER *OSSL_DECODER_get0_provider(const OSSL_DECODER *encoder); 35 const char *OSSL_DECODER_get0_properties(const OSSL_DECODER *encoder); 38 int OSSL_DECODER_is_a(const OSSL_DECODER *encoder, const char *name); 41 void (*fn)(OSSL_DECODER *encoder, void *arg), 43 int OSSL_DECODER_names_do_all(const OSSL_DECODER *encoder, 49 const OSSL_PARAM *OSSL_DECODER_settable_ctx_params(OSSL_DECODER *encoder);
|
| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | encoders.rst | 1 .. index:: encoder 26 df --libxo encoder=cbor > df-output.cbor 101 % list-items --libxo encoder=csv 130 % list-items --libxo encoder=csv:path=top/data/item 176 % list-items -libxo encoder=csv:leafs=on-order.sku 212 instruct the CSV encoder to avoid the use of quotes. 231 The encoder API consists of three distinct phases: 233 - loading the encoder 234 - initializing the encoder 235 - feeding operations to the encoder [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 216 encoder.AppendU8(eSignatureUUID); in Encode() 217 encoder.AppendU8(uuid_bytes.size()); in Encode() 218 encoder.AppendData(uuid_bytes); in Encode() 221 encoder.AppendU8(eSignatureModTime); in Encode() 222 encoder.AppendU32(*m_mod_time); in Encode() 225 encoder.AppendU8(eSignatureObjectModTime); in Encode() 226 encoder.AppendU32(*m_obj_mod_time); in Encode() 228 encoder.AppendU8(eSignatureEnd); in Encode() 284 encoder.AppendData(kStringTableIdentifier); in Encode() 294 encoder.AppendCString(s.GetStringRef()); in Encode() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | qcom,msm8916-venus.yaml | 50 video-encoder: 55 const: "venus-encoder" 66 - video-encoder 91 video-encoder { 92 compatible = "venus-encoder";
|
| H A D | amphion,vpu.yaml | 15 The Amphion MXC video encoder(Windsor) and decoder(Malone) accelerators present 45 Each vpu encoder or decoder correspond a MU, which used for communication 52 Each core correspond a decoder or encoder, need to configure them 53 separately. NXP i.MX8QM SoC has one decoder and two encoder, i.MX8QXP SoC 54 has one decoder and one encoder. 62 - nxp,imx8q-vpu-encoder 158 compatible = "nxp,imx8q-vpu-encoder"; 170 compatible = "nxp,imx8q-vpu-encoder";
|
| H A D | qcom,sc7180-venus.yaml | 75 video-encoder: 80 const: venus-encoder 92 - video-encoder 122 video-encoder { 123 compatible = "venus-encoder";
|
| H A D | mediatek-vcodec.txt | 8 "mediatek,mt8173-vcodec-enc-vp8" for mt8173 vp8 encoder. 9 "mediatek,mt8173-vcodec-enc" for mt8173 avc encoder. 10 "mediatek,mt8183-vcodec-enc" for MT8183 encoder. 12 "mediatek,mt8192-vcodec-enc" for MT8192 encoder. 14 "mediatek,mt8195-vcodec-enc" for MT8195 encoder. 21 - clock-names: avc encoder must contain "venc_sel", vp8 encoder must
|
| H A D | qcom,sc7280-venus.yaml | 72 video-encoder: 77 const: venus-encoder 89 - video-encoder 131 video-encoder { 132 compatible = "venus-encoder";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun4i-a10-tv-encoder.yaml | 4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-tv-encoder.yaml# 15 const: allwinner,sun4i-a10-tv-encoder 43 tve0: tv-encoder@1c0a000 { 44 compatible = "allwinner,sun4i-a10-tv-encoder";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,omap-dss.txt | 12 a number of encoder modules. All DSS versions contain DSS Core and DISPC, but 13 the encoder modules vary. 21 The encoder modules encode the received RGB pixel stream to a video output like 29 and the properties for the ports and endpoints for each encoder are 68 hdmi: encoder@58006000 { 87 chip (MIPI DPI to DVI encoder) and a TPD12S015 chip (HDMI ESD protection & level 99 tfp410: encoder@0 { 141 tpd12s015: encoder@1 {
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | renesas,lvds.txt | 4 These DT bindings describe the LVDS encoder embedded in the Renesas R-Car 32 - On R8A77990, R8A77995 and R8A774C0, the LVDS encoder can use the EXTAL or 42 The LVDS encoder has two video ports. Their connections are modelled using the 52 - renesas,companion : phandle to the companion LVDS encoder. This property is 53 mandatory for the first LVDS encoder on D3 and E3 SoCs, and shall point to 54 the second encoder to be used as a companion in dual-link mode. It shall not 55 be set for any other LVDS encoder.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/imx/ |
| H A D | fsl,imx8mm-vpu-blk-ctrl.yaml | 68 - description: H1 encoder power domain 81 - description: H1 encoder clk 93 - description: H1 encoder power domain 113 - description: VC8000E encoder power domain 126 - description: VC8000E encoder clk 138 - description: VC8000E encoder interconnect
|
| /freebsd-14.2/contrib/libxo/ |
| H A D | .gitignore | 21 encoder/Makefile.in 22 encoder/cbor/Makefile.in 23 encoder/test/Makefile.in
|