| /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/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() 95 const char *tmp = opcode_encodings[opcode].encoding; in get_opcode_enc_class()
|
| H A D | decode.c | 434 static uint32_t get_duplex_iclass(uint32_t encoding) in get_duplex_iclass() argument 436 uint32_t iclass = extract32(encoding, 13, 1); in get_duplex_iclass() 437 iclass = deposit32(iclass, 1, 3, extract32(encoding, 29, 3)); in get_duplex_iclass() 472 static uint16_t get_slot0_subinsn(uint32_t encoding) in get_slot0_subinsn() argument 474 return extract32(encoding, 0, 13); in get_slot0_subinsn() 477 static uint16_t get_slot1_subinsn(uint32_t encoding) in get_slot1_subinsn() argument 479 return extract32(encoding, 16, 13); in get_slot1_subinsn() 483 decode_insns(DisasContext *ctx, Insn *insn, uint32_t encoding) in decode_insns() argument 485 if (parse_bits(encoding) != 0) { in decode_insns() 486 if (decode_normal(ctx, encoding) || in decode_insns() [all …]
|
| H A D | opcodes.c | 55 [OPCODE] = { .encoding = ENCSTR }, 58 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS }, 61 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS },
|
| /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);
|
| H A D | CVE-2021-23159_CVE-2021-2317.patch | 32 ft->encoding.encoding = SOX_ENCODING_HCOM;
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 391 def _usable(self, encoding, tried): argument 398 if encoding is not None: 399 encoding = encoding.lower() 400 if encoding in self.exclude_encodings: 402 if encoding not in tried: 403 tried.add(encoding) 458 encoding = None 461 return data, encoding 464 encoding = 'utf-16be' 468 encoding = 'utf-16le' [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | _lxml.py | 101 def default_parser(self, encoding): argument 111 target=self, strip_cdata=False, recover=True, encoding=encoding) 113 def parser_for(self, encoding): argument 120 parser = self.default_parser(encoding) 125 target=self, strip_cdata=False, recover=True, encoding=encoding 218 for encoding in detector.encodings: 219 yield (detector.markup, encoding, document_declared_encoding, False) 373 def default_parser(self, encoding): argument 377 encoding = self.soup.original_encoding 379 self.parser = self.parser_for(encoding)
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | reg_mut.c | 33 #define WRITE_REG_ENCODED(output, reg_name, input, encoding) \ argument 35 encoding "\n\t" \ 41 #define WRITE_REG_PAIR_ENCODED(output, reg_name, input, encoding) \ argument 43 encoding "\n\t" \
|
| /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/bmcweb/http/ |
| H A D | complete_response_fields.hpp | 37 Encoding encoding = in handleEncoding() local 40 if (encoding == ZSTD) in handleEncoding() 50 Encoding encoding = in handleEncoding() local 52 if (encoding != GZIP) in handleEncoding()
|
| /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/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-python/recipes-devtools/python/ |
| H A D | python3-pyruvate-crates.inc | 21 crate://crates.io/encoding/0.2.33 \ 22 crate://crates.io/encoding-index-japanese/1.20141219.5 \ 23 crate://crates.io/encoding-index-korean/1.20141219.5 \ 24 crate://crates.io/encoding-index-simpchinese/1.20141219.5 \ 25 crate://crates.io/encoding-index-singlebyte/1.20141219.5 \ 26 crate://crates.io/encoding-index-tradchinese/1.20141219.5 \ 128 SRC_URI[encoding-0.2.33.sha256sum] = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d3… 129 SRC_URI[encoding-index-japanese-1.20141219.5.sha256sum] = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d9… 130 SRC_URI[encoding-index-korean-1.20141219.5.sha256sum] = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c8… 131 SRC_URI[encoding-index-simpchinese-1.20141219.5.sha256sum] = "d87a7194909b9118fc707194baa434a4e3b0f… [all …]
|
| /openbmc/openpower-vpd-parser/test/ |
| H A D | utest_utils.cpp | 16 std::string encoding = "MAC"; in TEST() local 19 vpdSpecificUtility::encodeKeyword(key, encoding, l_errCode)); in TEST()
|
| /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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
| H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 26 "encoding": "utf-8", 96 "encoding": "utf-8", 166 "encoding": "utf-8", 236 "encoding": "utf-8", 306 "encoding": "utf-8", 376 "encoding": "utf-8", 402 - "encoding": null, 404 + "encoding": "utf-8", 459 "encoding": "utf-8", 473 - "encoding": null, [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 72 +/* Convert a string from one encoding to the current locale using iconv(). 185 + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\ 186 + -I CHARSET specify a character encoding for UNIX and other archives\n"; 204 + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\ 205 + -I CHARSET specify a character encoding for UNIX and other archives\n\n"; 247 + "error: a valid character encoding should follow the -I argument")); 255 + "error: a valid character encoding should follow the -I argument")); 283 + "error: a valid character encoding should follow the -I argument")); 291 + "error: a valid character encoding should follow the -O argument")); 347 + "error: a valid character encoding should follow the -I argument")); [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/ |
| H A D | libnet-idn-encode_2.500.bb | 2 DESCRIPTION = "This module provides an easy-to-use interface for encoding \ 25 RDEPENDS:${PN} += "perl-module-unicode-normalize perl-module-encode-encoding"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/strongswan/ |
| H A D | 0003-Cast-uses-of-return_-nop-and-enumerator_create_empty.patch | 18 src/libcharon/encoding/payloads/encrypted_payload.c | 2 +- 38 diff --git a/src/libcharon/encoding/payloads/encrypted_payload.c b/src/libcharon/encoding/payloads/… 40 --- a/src/libcharon/encoding/payloads/encrypted_payload.c 41 +++ b/src/libcharon/encoding/payloads/encrypted_payload.c
|
| /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 46 if encoding is not None: 63 binary_file, encoding, errors, newline, write_through=True
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | testrunner.py | 42 with open(file1, encoding="utf-8") as f1, \ 43 open(file2, encoding="utf-8") as f2: 67 with open(cache_file, encoding="utf-8") as f: 88 with open(self.cache_file, 'w', encoding="utf-8") as f: 274 with f_bad.open('w', encoding="utf-8") as f: 298 description=f_notrun.read_text(encoding='utf-8').strip()) 302 casenotrun = f_casenotrun.read_text(encoding='utf-8')
|
| /openbmc/openbmc/poky/meta/recipes-extended/perl/ |
| H A D | libconvert-asn1-perl_0.34.bb | 4 DESCRIPTION = "Convert::ASN1 is a perl library for encoding/decoding data using ASN.1 definitions." 18 …ule-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 \
|