| /openbmc/qemu/gdb-xml/ |
| H A D | hexagon-core.xml | 19 …<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 D | hexagon-hvx.xml | 59 …<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/bmcweb/test/include/ |
| H A D | http_utility_test.cpp | 131 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/openbmc/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 7 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/http/ |
| H A D | complete_response_fields.hpp | 28 using http_helpers::Encoding; in handleEncoding() 29 using enum http_helpers::Encoding; in handleEncoding() 36 std::array<Encoding, 1> allowedEnc{ZSTD}; in handleEncoding() 37 Encoding encoding = in handleEncoding() local 40 if (encoding == ZSTD) in handleEncoding() 49 std::array<Encoding, 1> allowedEnc{GZIP}; in handleEncoding() 50 Encoding encoding = in handleEncoding() local 52 if (encoding != GZIP) in handleEncoding()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_string_attribute.hpp | 25 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/qemu/docs/interop/ |
| H A D | vnc-ledstate-pseudo-encoding.rst | 1 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/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | CVE-2022-31651.patch | 35 if (encoding && ft->encoding.encoding && ft->encoding.encoding != encoding) 36 lsx_warn("`%s': overriding encoding type", ft->filename);
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | _lxml.py | 101 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.py | 1 # encoding: utf-8 204 # some other encoding (ahem, Windows-1252). E.g. “ 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/bmcweb/include/ |
| H A D | http_utility.hpp | 138 enum class Encoding enum 148 inline Encoding getPreferredEncoding( in getPreferredEncoding() 150 const std::span<const Encoding> availableEncodings) in getPreferredEncoding() 154 return Encoding::UnencodedBytes; in getPreferredEncoding() 165 const symbols<Encoding> knownAcceptEncoding{{"gzip", Encoding::GZIP}, in getPreferredEncoding() 166 {"zstd", Encoding::ZSTD}, in getPreferredEncoding() 167 {"*", Encoding::ANY}}; in getPreferredEncoding() 169 std::vector<Encoding> ct; in getPreferredEncoding() 177 return Encoding::ParseError; in getPreferredEncoding() 180 for (const Encoding parsedType : ct) in getPreferredEncoding() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
| H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 26 "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/target/hexagon/ |
| H A D | cpu_bits.h | 44 static inline uint32_t parse_bits(uint32_t encoding) in parse_bits() argument 47 return extract32(encoding, 14, 2); in parse_bits() 50 static inline uint32_t iclass_bits(uint32_t encoding) in iclass_bits() argument 53 uint32_t iclass = extract32(encoding, 28, 4); in iclass_bits() 55 if (parse_bits(encoding) == 0) { in iclass_bits()
|
| H A D | gen_dectree_import.c | 61 [TAG] = { .encoding = ENCSTR }, 63 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS }, 65 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS }, 86 const char *tmp = opcode_encodings[opcode].encoding; in get_opcode_enc() 88 tmp = "MISSING ENCODING"; in get_opcode_enc() 95 const char *tmp = opcode_encodings[opcode].encoding; in get_opcode_enc_class()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon-ls.decode | 22 # Encodings for Neon load/store instructions where the T32 encoding 23 # is a simple transformation of the A32 encoding. 24 # More specifically, this file covers instructions where the A32 encoding is 26 # and the T32 encoding is 28 # This file works on the A32 encoding only; calling code for T32 has to
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/ |
| H A D | unknown-encoding.patch | 1 In case of an unknown/invalid encoding, id3_parse_string() will 18 encoding = id3_parse_uint(&data, 1); 19 string = id3_parse_string(&data, end - data, encoding, 0); 35 + /* FIXME: Unknown encoding! Print warning? */
|
| /openbmc/qemu/docs/ |
| H A D | xbzrle.txt | 1 XBZRLE (Xor Based Zero Run Length Encoding) 4 Using XBZRLE (Xor Based Zero Run Length Encoding) allows for the reduction 32 There can be more than one valid encoding, the sender may send a longer encoding 44 On the sender side XBZRLE is used as a compact delta encoding of page updates, 56 ideal for in-line, real-time encoding such as is needed for live-migration. 112 xbzrle encoding rate: M
|
| /openbmc/libbej/include/libbej/ |
| H A D | bej_encoder_metadata.h | 12 * @brief Update the node metadata used during encoding process. 17 * @param dictionaries - dictionaries used for encoding. 20 * resource. Use the correct offset when encoding a subsection of a redfish
|
| H A D | bej_encoder_core.h | 27 * @brief Perform BEJ encoding. 29 * @param dictionaries - dictionaries used for encoding. 32 * resource. Use the correct offset when encoding a subsection of a redfish
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
| H A D | fix-standard-namespace-errors.patch | 20 - size_t GetEncodedSize(uint8_t encoding); 21 + std::size_t GetEncodedSize(uint8_t encoding); 23 bool AdjustEncodedValue(uint8_t encoding, uint64_t* value);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
| H A D | fix-standard-namespace-errors.patch | 20 - size_t GetEncodedSize(uint8_t encoding); 21 + std::size_t GetEncodedSize(uint8_t encoding); 23 bool AdjustEncodedValue(uint8_t encoding, uint64_t* value);
|
| /openbmc/libbej/src/ |
| H A D | bej_encoder_metadata.c | 55 * @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/openbmc/poky/meta/classes-recipe/ |
| H A D | libc-package.bbclass | 166 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/bmcweb/scripts/ |
| H A D | generate_auth_certificates.py | 478 encoding=serialization.Encoding.PEM 490 encoding=serialization.Encoding.PEM 584 encoding=serialization.Encoding.PEM, 589 encoding=serialization.Encoding.PEM 632 encoding=serialization.Encoding.PEM, 641 encoding=serialization.Encoding.PEM 652 encoding=serialization.Encoding.PEM 681 encoding=serialization.Encoding.PEM, 692 encoding=serialization.Encoding.PEM
|
| /openbmc/openbmc/poky/bitbake/lib/bb/compress/ |
| H A D | _pipecompress.py | 19 cls, filename, mode="rb", *, encoding=None, errors=None, newline=None, **kwargs argument 35 cls(filename, mode). In this case, the encoding, errors and newline 39 io.TextIOWrapper instance with the specified encoding, error handling 46 if encoding is not None: 47 raise ValueError("Argument 'encoding' not supported in binary mode") 63 binary_file, encoding, errors, newline, write_through=True
|