Searched +full:encode +full:- +full:only (Results 1 – 25 of 231) sorted by relevance
12345678910
13 /* There is only one insn below that is allowed to fault. */ in sigill()15 assert(test == uc->uc_mcontext.pc); in sigill()24 uint64_t encode, decode; in do_test() local27 * With TBI enabled and a 48-bit VA, there are 7 bits of auth, in do_test()28 * and so a 1/128 chance of encode = pac(value,key,salt) producing in do_test()30 * Iterate until we find a salt for which encode != value. in do_test()33 asm volatile("pacda %0, %2" : "=r"(encode) : "0"(value), "r"(salt1)); in do_test()34 if (encode != value) { in do_test()40 asm volatile("autda %0, %2" : "=r"(decode) : "0"(encode), "r"(salt1)); in do_test()52 : "=r"(decode) : "0"(encode), "r"(salt2)); in do_test()[all …]
2 HOMEPAGE = "http://search.cpan.org/dist/XML-SAX/"8 come from the Java JAXP specification (SAX part), only without the \12 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"13 DEPENDS += "libxml-namespacesupport-perl-native"14 RDEPENDS:${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp"18 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz"22 S = "${WORKDIR}/XML-SAX-${PV}"24 inherit cpan ptest-perl27 cp -r ${B}/testfiles ${D}${PTEST_PATH}28 chown -R root:root ${D}${PTEST_PATH}/testfiles[all …]
34 * @value: the starting address of |value| part of 'Tag-Length-Value' pattern.49 * Decode integer from DER-encoded data.54 * part of the decoded INTEGER will be returned. Otherwise, -1 is65 * Decode sequence from DER-encoded data, similar with der_decode_int.76 * part of the decoded SEQUENCE will be returned. Otherwise, -1 is88 * Decode OID from DER-encoded data, similar with der_decode_int.99 * part of the decoded OID will be returned. Otherwise, -1 is111 * Decode OCTET STRING from DER-encoded data, similar with der_decode_int.122 * part of the decoded OCTET STRING will be returned. Otherwise, -1 is134 * Decode BIT STRING from DER-encoded data, similar with der_decode_int.[all …]
4 interface and a XML::XPath-like interface to XPath API of libxml2. \6 section; unless stated otherwise, you only need to use XML::LibXML; in \9 HOMEPAGE = "https://metacpan.org/dist/XML-LibXML"11 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"13 libxml-sax-perl-native \18 libxml-sax-perl \19 libxml-sax-base-perl \20 perl-module-encode \21 perl-module-data-dumper \25 SRC_URI = "${CPAN_MIRROR}/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \[all …]
10 * @brief Encode a unsigned value with nnint format.17 RETURN_IF_IERROR(output->recvOutput(&nnintLengthByte, sizeof(uint8_t), in bejEncodeNnint()18 output->handlerContext)); in bejEncodeNnint()20 return output->recvOutput(&value, nnintLengthByte, output->handlerContext); in bejEncodeNnint()24 * @brief Encode a BejTupleF type.29 return output->recvOutput(format, sizeof(struct BejTupleF), in bejEncodeFormat()30 output->handlerContext); in bejEncodeFormat()34 * @brief Encode a BejSet or BejArray type.39 // Encode Sequence number. in bejEncodeBejSetOrArray()40 RETURN_IF_IERROR(bejEncodeNnint(node->metaData.sequenceNumber, output)); in bejEncodeBejSetOrArray()[all …]
19 * Maximum bytes possible for an integer is 8. Therefore to encode the length of20 * an integer using a nnint, we only need two bytes. [byte1: nnint length,21 * byte2: integer length [0-8]]40 * @param[in] name - property name.55 * @param[in] dictionaries - available dictionaries for encoding.56 * @param[in] parentDictionary - dictionary used for the parent of this node.57 * @param[in] nodeName - name of the interested node. Can be NULL if the node75 if (parentDictionary == dictionaries->annotationDictionary) in bejGetRelatedDictionary()77 return dictionaries->annotationDictionary; in bejGetRelatedDictionary()79 return bejIsAnnotation(nodeName) ? dictionaries->annotationDictionary in bejGetRelatedDictionary()[all …]
2 DESCRIPTION = "Buck-Security is a security scanner for Debian and Ubuntu Linux. It runs a couple of…5 LICENSE = "GPL-2.0-only"6 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"8 SRC_URI = "http://sourceforge.net/projects/buck-security/files/buck-security/buck-security_${PV}/${…19 install -d ${D}${bindir}/buck20 cp -r ${S}/* ${D}${bindir}/buck21 cp -r ${S}/buck-security ${D}${bindir}22 …sed -i 's!use lib "checks"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "bu…23 …sed -i 's!use lib "checks/lib"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)),…24 …sed -i 's!use lib "lib"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "buck/…[all …]
7 - keeping it light weight8 - implementation in C9 - minimal dynamic memory allocations10 - endian-safe11 - no OpenBMC specific dependencies20 encode_foo_req() - encode a foo request21 decode_foo_resp() - decode a response to foo27 decode_foo_req() - decode a foo request28 encode_foo_resp() - encode a response to foo47 meson setup build && meson compile -C build[all …]
11 - Added12 - Changed13 - Deprecated14 - Removed15 - Fixed16 - Security22 - platform: Added file descriptor PDR encoding support23 - Added `encode_pldm_platform_file_descriptor_pdr()`24 - utils: Added `pldm_edac_crc32_extend()`25 - base: Added `decode_pldm_base_negotiate_transfer_params_req()`[all …]
5 # Original Author (Avocado-based tests):12 # later. See the COPYING file in the top-level directory.35 # @success: a non-None string to look for98 success_message_b = success_message.encode()102 failure_message_b = failure_message.encode()106 vm.console_socket.sendall(send_string.encode())108 send_string = None # send only once110 # Only consume console output if waiting for something192 test.log.debug('Looking for and selecting a qemu-img binary')194 # If qemu-img has been built, use it, otherwise the system wide one[all …]
3 Date: Thu, 21 Apr 2016 03:05:57 -04004 Subject: [PATCH] support cross-complication6 Upstream-Status: Inappropriate [oe specific]8 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>10 ---11 setup.py | 35 -----------------------------------12 1 file changed, 35 deletions(-)14 diff --git a/setup.py b/setup.py16 --- a/setup.py[all …]
4 # SPDX-License-Identifier: GPL-2.0-only44 # environments like Linux-VServer. Silently skip collecting47 # In practice, this class gets instantiated only once in71 self.min_seconds = 1.0 - self.tolerance118 prev = self.net_stats[iface][-1] if self.net_stats[iface] else (0, 0, 0, 0) 119 receive_diff = receive_bytes - prev[0]120 transmit_diff = transmit_bytes - prev[1]129 f"{iface}: {net_data[-1][0]} {net_data[-1][1]} {net_data[-1][2]} {net_data[-1][3]}"133 return time, result_str.encode('ascii')156 interval = time - self.diskstats_ltime[all …]
4 # SPDX-License-Identifier: GPL-2.0-only39 self._file_helper("b", "Hello".encode("utf-8"))55 self._pipe_helper("b", "Hello".encode("utf-8"))
14 - version19 - mod20 Fetch and unpack the go.mod file only instead of the complete module.24 The default is "0", set mod=1 for the go.mod file only.26 - sha256sum28 only the go.mod file. Alternatively, set the SRC_URI varible flag for31 - protocol35 - repo39 - srcrev43 - subdir[all …]
15 * @brief Holds info needed to encode a parent in the JSON tree.26 // Size needed to encode Sequence number, Format and Length of the38 * @brief Holds info needed to encode a leaf type in the JSON tree.44 // Size needed to encode Sequence number, Format and Length of the77 // Points to the last child. Technically we only need the firstChild161 * @param[in] node - pointer to a RedfishPropertyParent struct.162 * @param[in] name - name of the node.169 * @param[in] node - pointer to a RedfishPropertyParent struct.170 * @param[in] name - name of the node.177 * @param[in] node - pointer to a RedfishPropertyParent struct.[all …]
5 # SPDX-License-Identifier: GPL-2.0-only30 if len(sys.argv) != 3 or sys.argv[1] in ('-h', '--help'):31 print('oepydevshell-internal.py: error: the following arguments are required: pty, pid\n'32 'Usage: oepydevshell-internal.py pty pid\n\n'33 …'OpenEmbedded oepydevshell-internal.py - internal script called from meta/classes/devshell.bbclass…38 ' -h, --help show this help message and exit\n')48 histfile = os.path.expanduser("~/.oepydevshell-history")62 pty.write(str(os.getpid()).encode('utf-8') + b"\n")73 i = i + readdata.decode('utf-8')82 o = input().encode('utf-8')[all …]
5 # SPDX-License-Identifier: GPL-2.0-only28 return x.encode(sys.getfilesystemencoding())38 # ei_data = 1 for little-endian & 0 for big-endian64 sys.exit(-1)70 sys.exit(-1)123 # External SDKs with mixed pre-compiled binaries should not get136 dl_path = new_dl_path + b("\0") * (p_filesz - len(new_dl_path))171 """ look only into SHT_PROGBITS sections """190 sys.exit(-1)192 new_ldsocache_path += b("\0") * (sh_size - len(new_ldsocache_path))[all …]
7 LICENSE = "GPL-2.0-only & LGPL-2.1-only"11 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \12 file://0001-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch \13 file://0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch \14 file://0003-libtool-remove-help2man-dependency.patch \15 file://0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch \16 file://0005-libtool-Check-for-static-libs-for-internal-compiler-.patch \17 file://0006-libtool-Fix-tools-path-issues.patch \18 file://0007-libtool-Fix-problem-with-libtoolize-in-multilib.patch \24 EXTRA_AUTORECONF = "--exclude=libtoolize"[all …]
4 Subject: [PATCH] python3-installer: add installer module8 are simple (assume the spaces are only used to separate arguments) and11 Upstream-Status: Inappropriate12 Signed-off-by: Ross Burton <ross.burton@arm.com>14 ---15 src/installer/__main__.py | 9 ++++++++-16 src/installer/scripts.py | 15 +--------------17 2 files changed, 9 insertions(+), 15 deletions(-)19 diff --git a/src/installer/__main__.py b/src/installer/__main__.py21 --- a/src/installer/__main__.py[all …]
1 /* SPDX-License-Identifier: GPL-2.0+ */22 * rkcommon_check_params() - check params24 * @return 0 if OK, -1 if ERROR.29 * rkcommon_get_spl_hdr() - get 4-bytes spl hdr for a Rockchip boot image31 * Rockchip's bootrom requires the spl loader to start with a 4-bytes37 * rkcommon_get_spl_size() - get spl size for a Rockchip boot image47 * rkcommon_set_header() - set up the header for a Rockchip boot image53 * @return 0 if OK, -ENOSPC if too large59 * rkcommon_verify_header() - verify the header for a Rockchip boot image69 * rkcommon_print_header() - print the header for a Rockchip boot image[all …]
1 # -*- coding: utf-8 -*-24 # * charset-normalizer31 # Debian package: python-chardet36 # PyPI package: charset-normalizer57 'html' : re.compile(html_meta.encode("ascii"), re.I),58 'xml' : re.compile(xml_encoding.encode("ascii"), re.I),74 This function returns a 3-tuple containing two dictionaries77 unicode_to_name - A mapping of Unicode strings like "⦨" to79 multiple entity names, we try to choose the most commonly-used99 … # - https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references[all …]
4 # SPDX-License-Identifier: GPL-2.0-only23 if len(msg) < max_chunk - 1:26 yield "".join((json.dumps({"chunk-stream": None}), "\n"))28 args = [iter(msg)] * (max_chunk - 1)53 self.writer.write(c.encode("utf-8"))63 if "chunk-stream" in m:76 self.writer.write(("%s\n" % msg).encode("utf-8"))91 line = line.decode("utf-8")
4 Subject: [PATCH 2/7] ltmain.in: Don't encode RATHS which match default linker14 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>16 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00013.htm…17 ---18 build-aux/ltmain.in | 34 ++++++++++++++++++++++++++++------19 1 file changed, 28 insertions(+), 6 deletions(-)21 diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in23 --- a/build-aux/ltmain.in24 +++ b/build-aux/ltmain.in25 @@ -7782,8 +7782,16 @@ func_mode_link ()[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * (C) Copyright 2008-201113 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>25 * interworking BLX and BX instructions do encode the ARM/Thumb29 * ARMv7-M Instruction Set A4.1.1:30 * "ARMv7-M only supports the Thumb instruction execution state,
... ABCDEFGHIJKLMNOPQRSTUVWXYZ This CPU is not supported yet, freezing. encode-int cache-line-size property cache-