Home
last modified time | relevance | path

Searched full:encoding (Results 1 – 25 of 1875) sorted by relevance

12345678910>>...75

/openbmc/qemu/gdb-xml/
H A Dhexagon-core.xml19 …<reg name="r00" altname="r0" bitsize="32" offset="0" encoding="uint" format="hex" group="Thread …
20 …<reg name="r01" altname="r1" bitsize="32" offset="4" encoding="uint" format="hex" group="Thread …
21 …<reg name="r02" altname="r2" bitsize="32" offset="8" encoding="uint" format="hex" group="Thread …
22 …<reg name="r03" altname="r3" bitsize="32" offset="12" encoding="uint" format="hex" group="Thread …
23 …<reg name="r04" altname="r4" bitsize="32" offset="16" encoding="uint" format="hex" group="Thread …
24 …<reg name="r05" altname="r5" bitsize="32" offset="20" encoding="uint" format="hex" group="Thread …
25 …<reg name="r06" altname="r6" bitsize="32" offset="24" encoding="uint" format="hex" group="Thread …
26 …<reg name="r07" altname="r7" bitsize="32" offset="28" encoding="uint" format="hex" group="Thread …
27 …<reg name="r08" altname="r8" bitsize="32" offset="32" encoding="uint" format="hex" group="Thread …
28 …<reg name="r09" altname="r9" bitsize="32" offset="36" encoding="uint" format="hex" group="Thread …
[all …]
H A Dhexagon-hvx.xml59 …<reg name="v0" bitsize="1024" offset="256" encoding="vector" format="hex" group="HVX Vector Regi…
60 …<reg name="v1" bitsize="1024" offset="384" encoding="vector" format="hex" group="HVX Vector Regi…
61 …<reg name="v2" bitsize="1024" offset="512" encoding="vector" format="hex" group="HVX Vector Regi…
62 …<reg name="v3" bitsize="1024" offset="640" encoding="vector" format="hex" group="HVX Vector Regi…
63 …<reg name="v4" bitsize="1024" offset="768" encoding="vector" format="hex" group="HVX Vector Regi…
64 …<reg name="v5" bitsize="1024" offset="896" encoding="vector" format="hex" group="HVX Vector Regi…
65 …<reg name="v6" bitsize="1024" offset="1024" encoding="vector" format="hex" group="HVX Vector Regi…
66 …<reg name="v7" bitsize="1024" offset="1152" encoding="vector" format="hex" group="HVX Vector Regi…
67 …<reg name="v8" bitsize="1024" offset="1280" encoding="vector" format="hex" group="HVX Vector Regi…
68 …<reg name="v9" bitsize="1024" offset="1408" encoding="vector" format="hex" group="HVX Vector Regi…
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-fec.sh14 Active FEC encoding: None"
17 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto
21 Active FEC encoding: Off"
25 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o
29 Active FEC encoding: Off"
33 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o
37 Active FEC encoding: BaseR"
41 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o
45 Active FEC encoding: ${o^^}"
49 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs llrs
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py7 XML or HTML to reflect a new encoding; that's the tree builder's job.
46 return chardet_module.detect(s)['encoding']
52 # a declared encoding inside an XML or HTML document.
53 xml_encoding = '^\\s*<\\?.*encoding=[\'"](.*?)[\'"].*\\?>'
303 This differs from data.encode(encoding, 'xmlcharrefreplace')
325 2. An encoding determined by sniffing the document's byte-order mark.
331 4. An encoding declared within the bytestring itself, either in an
336 5. An encoding detected through textual analysis by chardet,
349 :param markup: Some markup in an unknown encoding.
351 :param known_definite_encodings: When determining the encoding
[all …]
/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp131 std::array<Encoding, 1> encodingsGzip{Encoding::GZIP}; in TEST()
132 EXPECT_EQ(getPreferredEncoding("gzip", encodingsGzip), Encoding::GZIP); in TEST()
134 std::array<Encoding, 2> encodingsGzipZstd{Encoding::GZIP, Encoding::ZSTD}; in TEST()
135 EXPECT_EQ(getPreferredEncoding("gzip", encodingsGzipZstd), Encoding::GZIP); in TEST()
136 EXPECT_EQ(getPreferredEncoding("zstd", encodingsGzipZstd), Encoding::ZSTD); in TEST()
138 EXPECT_EQ(getPreferredEncoding("*", encodingsGzipZstd), Encoding::GZIP); in TEST()
141 Encoding::ZSTD); in TEST()
146 std::array<Encoding, 2> contentType{Encoding::GZIP, in TEST()
147 Encoding::UnencodedBytes}; in TEST()
149 Encoding::UnencodedBytes); in TEST()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-defs.rst10 default Y'CbCr encoding and the default quantization method. The second
13 transfer functions. The third is the Y'CbCr encoding identifier (enum
29 :c:type:`v4l2_hsv_encoding` specifies which encoding is used.
116 - Use the default Y'CbCr encoding as defined by the colorspace.
118 - Use the BT.601 Y'CbCr encoding.
120 - Use the Rec. 709 Y'CbCr encoding.
122 - Use the extended gamut xvYCC BT.601 encoding.
124 - Use the extended gamut xvYCC Rec. 709 encoding.
126 - Use the default non-constant luminance BT.2020 Y'CbCr encoding.
128 - Use the constant luminance BT.2020 Yc'CbcCrc encoding.
[all …]
H A Ddev-encoder.rst57 node [shape = doublecircle, label="Encoding"] Encoding;
67 Initialization -> Encoding [ label = "Both queues streaming" ];
69 Encoding -> Drain [ label = "V4L2_ENC_CMD_STOP" ];
70 Encoding -> Reset [ label = "VIDIOC_STREAMOFF(CAPTURE)" ];
71 Encoding -> Stopped [ label = "VIDIOC_STREAMOFF(OUTPUT)" ];
72 Encoding -> Encoding;
77 Reset -> Encoding [ label = "VIDIOC_STREAMON(CAPTURE)" ];
80 Stopped -> Encoding [ label = "V4L2_ENC_CMD_START\nor\nVIDIOC_STREAMON(OUTPUT)" ];
264 changed to a different value. This is useful for off-line encoding
284 the case for off-line encoding. Support for this feature is signalled
[all …]
H A Dcolorspaces-details.rst15 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is
67 the following ``V4L2_YCBCR_ENC_601`` encoding:
93 default Y'CbCr encoding is ``V4L2_YCBCR_ENC_709``. The default Y'CbCr
122 extended gamut xvYCC encoding values outside that range are allowed.
143 the following ``V4L2_YCBCR_ENC_709`` encoding:
159 The ``V4L2_YCBCR_ENC_709`` encoding described above is the default for
161 in which case the BT.601 Y'CbCr encoding is used.
166 The xvYCC 709 encoding (``V4L2_YCBCR_ENC_XV709``, :ref:`xvycc`) is
167 similar to the Rec. 709 encoding, but it allows for R', G' and B' values
179 The xvYCC 601 encoding (``V4L2_YCBCR_ENC_XV601``, :ref:`xvycc`) is
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py101 def default_parser(self, encoding): argument
102 """Find the default parser for the given encoding.
104 :param encoding: A string.
111 target=self, strip_cdata=False, recover=True, encoding=encoding)
113 def parser_for(self, encoding): argument
114 """Instantiate an appropriate parser for the given encoding.
116 :param encoding: A string.
120 parser = self.default_parser(encoding)
125 target=self, strip_cdata=False, recover=True, encoding=encoding
163 :param user_specified_encoding: The user asked to try this encoding.
[all …]
H A D_htmlparser.py1 # encoding: utf-8
204 # some other encoding (ahem, Windows-1252). E.g. &#147;
207 for encoding in (self.soup.original_encoding, 'windows-1252'):
208 if not encoding:
211 data = bytearray([real_name]).decode(encoding)
330 :param user_specified_encoding: The user asked to try this encoding.
332 in this encoding.
337 (markup, encoding, declared encoding,
349 # Ask UnicodeDammit to sniff the most likely encoding.
352 # definite encoding per the algorithm laid out in the HTML5
[all …]
/openbmc/linux/arch/arm64/lib/
H A Dinsn.c103 pr_err("%s: unknown immediate encoding %d\n", __func__, in aarch64_insn_decode_immediate()
133 pr_err("%s: unknown immediate encoding %d\n", __func__, in aarch64_insn_encode_immediate()
167 pr_err("%s: unknown register type encoding %d\n", __func__, in aarch64_insn_decode_register()
185 pr_err("%s: unknown register encoding %d\n", __func__, reg); in aarch64_insn_encode_register()
206 pr_err("%s: unknown register type encoding %d\n", __func__, in aarch64_insn_encode_register()
230 pr_err("%s: unknown size encoding %d\n", __func__, type); in aarch64_insn_encode_ldst_size()
284 pr_err("%s: unknown branch encoding %d\n", __func__, type); in aarch64_insn_gen_branch_imm()
312 pr_err("%s: unknown branch encoding %d\n", __func__, type); in aarch64_insn_gen_comp_branch_imm()
323 pr_err("%s: unknown variant encoding %d\n", __func__, variant); in aarch64_insn_gen_comp_branch_imm()
344 pr_err("%s: unknown condition encoding %d\n", __func__, cond); in aarch64_insn_gen_cond_branch_imm()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch26 "encoding": "utf-8",
31 - "Accept-Encoding": "gzip, deflate",
37 + "Accept-Encoding": [
96 "encoding": "utf-8",
101 - "Accept-Encoding": "gzip, deflate",
107 + "Accept-Encoding": [
166 "encoding": "utf-8",
171 - "Accept-Encoding": "gzip, deflate",
177 + "Accept-Encoding": [
236 "encoding": "utf-8",
[all …]
/openbmc/qemu/docs/interop/
H A Dvnc-ledstate-pseudo-encoding.rst1 VNC LED state Pseudo-encoding
7 This document describes the Pseudo-encoding of LED state for RFB which
17 To solve this problem it attempts to add LED state Pseudo-encoding
20 Pseudo-encoding
23 This Pseudo-encoding requested by client declares to server that it supports
26 The Pseudo-encoding number for LED state defined as:
31 -261 'LED state Pseudo-encoding'
34 LED state Pseudo-encoding
37 The LED state Pseudo-encoding describes the encoding of LED state which
/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.hpp25 enum class Encoding : uint8_t enum in pldm::responder::bios::BIOSStringAttribute
37 inline static const std::map<std::string, Encoding> strTypeMap{
38 {"Unknown", Encoding::UNKNOWN},
39 {"ASCII", Encoding::ASCII},
40 {"Hex", Encoding::HEX},
41 {"UTF-8", Encoding::UTF_8},
42 {"UTF-16LE", Encoding::UTF_16LE},
43 {"UTF-16LE", Encoding::UTF_16LE},
44 {"Vendor Specific", Encoding::VENDOR_SPECIFIC}};
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp141 enum class Encoding enum
151 inline Encoding getPreferredEncoding( in getPreferredEncoding()
153 const std::span<const Encoding> availableEncodings) in getPreferredEncoding()
157 return Encoding::UnencodedBytes; in getPreferredEncoding()
168 const symbols<Encoding> knownAcceptEncoding{{"gzip", Encoding::GZIP}, in getPreferredEncoding()
169 {"zstd", Encoding::ZSTD}, in getPreferredEncoding()
170 {"*", Encoding::ANY}}; in getPreferredEncoding()
172 std::vector<Encoding> ct; in getPreferredEncoding()
180 return Encoding::ParseError; in getPreferredEncoding()
183 for (const Encoding parsedType : ct) in getPreferredEncoding()
[all …]
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-pipe.c41 .encoding = MXC_ISI_ENC_YUV,
46 .encoding = MXC_ISI_ENC_YUV,
53 .encoding = MXC_ISI_ENC_RGB,
59 .encoding = MXC_ISI_ENC_RGB,
67 .encoding = MXC_ISI_ENC_RAW,
73 .encoding = MXC_ISI_ENC_RAW,
79 .encoding = MXC_ISI_ENC_RAW,
85 .encoding = MXC_ISI_ENC_RAW,
91 .encoding = MXC_ISI_ENC_RAW,
97 .encoding = MXC_ISI_ENC_RAW,
[all …]
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-format.h60 u32 encoding; /* FourCC specifying encoding of the elementary member
64 * encoding variant of the elementary
86 u32 encoding; /* FourCC specifying encoding of the elementary member
90 * encoding variant of the elementary
/openbmc/libbej/src/
H A Dbej_encoder_metadata.c55 * @param[in] dictionaries - available dictionaries for encoding.
147 "dictionary. Might be a encoding failure. Maybe the " in bejFindSeqNumAndChildDictOffset()
196 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateIntMetaData()
197 // S: Size needed for encoding sequence number. in bejUpdateIntMetaData()
219 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateStringMetaData()
220 // S: Size needed for encoding sequence number. in bejUpdateStringMetaData()
253 // Calculate the size for encoding this in a SFLV tuple. in bejUpdateRealMetaData()
254 // S: Size needed for encoding sequence number. in bejUpdateRealMetaData()
264 // Convert the fraction to a whole value for encoding. in bejUpdateRealMetaData()
307 // L: nnint for the size needed for encoding the bejReal value. in bejUpdateRealMetaData()
[all …]
/openbmc/qemu/target/hexagon/
H A Dcpu_bits.h37 static inline uint32_t parse_bits(uint32_t encoding) in parse_bits() argument
40 return extract32(encoding, 14, 2); in parse_bits()
43 static inline uint32_t iclass_bits(uint32_t encoding) in iclass_bits() argument
46 uint32_t iclass = extract32(encoding, 28, 4); in iclass_bits()
48 if (parse_bits(encoding) == 0) { in iclass_bits()
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst32 2. BTF Type and String Encoding
53 The magic is ``0xeB9F``, which has different encoding for big and little
59 2.1 String Encoding
65 2.2 Type Encoding
123 The following sections detail encoding of each kind.
128 ``struct btf_type`` encoding requirement:
148 bool, for the int type. The char and bool encoding are mostly useful for
149 pretty print. At most one encoding can be specified for the int type.
174 bitfield encoding. Currently, both llvm and pahole generate
180 ``struct btf_type`` encoding requirement:
[all …]
/openbmc/linux/drivers/media/rc/img-ir/
H A Dimg-ir-nec.c22 /* raw encoding: ddDDaaAA */ in img_ir_nec_scancode()
29 /* scan encoding: as transmitted, MSBit = first received bit */ in img_ir_nec_scancode()
37 /* scan encoding: AAaaDD */ in img_ir_nec_scancode()
44 /* scan encoding: AADD */ in img_ir_nec_scancode()
80 /* scan encoding: as transmitted, MSBit = first received bit */ in img_ir_nec_filter()
91 /* scan encoding AAaaDD */ in img_ir_nec_filter()
100 /* scan encoding: AADD */ in img_ir_nec_filter()
109 /* raw encoding: ddDDaaAA */ in img_ir_nec_filter()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c39 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", "raw_dump"); in gen_btf()
44 /* invalid encoding */ in gen_btf()
175 "[9] ENUM 'e1' encoding=UNSIGNED size=4 vlen=2\n" in gen_btf()
206 "[12] ENUM 'enum_fwd' encoding=UNSIGNED size=4 vlen=0", "raw_dump"); in gen_btf()
333 "[21] ENUM64 'e1' encoding=SIGNED size=8 vlen=2\n" in gen_btf()
351 "[22] ENUM64 'e1' encoding=UNSIGNED size=8 vlen=1\n" in gen_btf()
367 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_btf_add()
378 "[9] ENUM 'e1' encoding=UNSIGNED size=4 vlen=2\n" in test_btf_add()
383 "[12] ENUM 'enum_fwd' encoding=UNSIGNED size=4 vlen=0", in test_btf_add()
395 "[21] ENUM64 'e1' encoding=SIGNED size=8 vlen=2\n" in test_btf_add()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlibc-package.bbclass166 description='character map for %s encoding', hook=calc_charmap_deps, extra_depends='')
216 bb.warn("Unsupported locale '%s', assuming encoding '%s'" % (locale, charset))
219 def output_locale_source(name, pkgname, locale, encoding):
221 …x, mlprefix+bpn, legitimize_package_name(locale), mlprefix+bpn, legitimize_package_name(encoding)))
223 % (locale, encoding, locale))
225 (locale, encoding, locale))
227 def output_locale_binary_rdepends(name, pkgname, locale, encoding):
237 def output_locale_binary(name, pkgname, locale, encoding):
282 % (treedir, treedir, datadir, locale, encoding, outputpath, name)
290 % (treedir, datadir, locale, encoding, name)
[all …]
/openbmc/linux/crypto/asymmetric_keys/
H A Dpublic_key.c62 * Given a public_key, and an encoding and hash_algo to be used for signing
64 * akcipher algorithm. Also check that encoding and hash_algo are allowed.
68 const char *encoding, const char *hash_algo, in software_key_determine_akcipher() argument
76 if (!encoding) in software_key_determine_akcipher()
83 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher()
97 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
107 if (strcmp(encoding, "x962") != 0) in software_key_determine_akcipher()
125 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
132 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
168 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_query()
[all …]
/openbmc/linux/lib/
H A Dbase64.c3 * base64.c - RFC4648-compliant base64 encoding
8 * (which are using the URL-safe base64 encoding),
27 * Encodes data using base64 encoding, i.e. the "Base 64 Encoding" specified
65 * Decodes a string using base64 encoding, i.e. the "Base 64 Encoding"

12345678910>>...75