Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp29 self.session.expect([".+".encode(), pexpect.TIMEOUT], timeout=5)
34 self.session.sendline("obmcutil -w {}".format(cmd).encode())
74 self.getty = "login: ".encode()
75 self.shell = "# ".encode()
88 self.entity.console.credentials.username.encode()
90 self.session.expect("Password: ".encode())
92 self.entity.console.credentials.password.encode()
99 "Hit any key to stop autoboot:".encode(), timeout=None
126 self.shell = "/? *#".encode()
127 self.petitboot = "Petitboot".encode()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_netdev.c36 u64 encode = GENMASK_ULL(bit + width - 1, bit) & (value << bit); in __ifh_encode_bitfield() local
39 if (encode & 0xFF) in __ifh_encode_bitfield()
40 ifh_hdr[byte] |= (u8)((encode & 0xFF)); in __ifh_encode_bitfield()
42 if (encode & 0xFF00) in __ifh_encode_bitfield()
43 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8); in __ifh_encode_bitfield()
45 if (encode & 0xFF0000) in __ifh_encode_bitfield()
46 ifh_hdr[byte - 2] |= (u8)((encode & 0xFF0000) >> 16); in __ifh_encode_bitfield()
48 if (encode & 0xFF000000) in __ifh_encode_bitfield()
49 ifh_hdr[byte - 3] |= (u8)((encode & 0xFF000000) >> 24); in __ifh_encode_bitfield()
51 if (encode & 0xFF00000000) in __ifh_encode_bitfield()
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-2.c24 uint64_t encode, decode; in do_test() local
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()
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv49 milestone_resp = milestone_resp["title"].encode("utf-8")
54 labels.encode("utf-8"),
55 issue.get("title").encode("utf-8"),
56 issue.get("state").encode("utf-8"),
59 issue.get("html_url").encode("utf-8"),
60 issue.get("user").get("login").encode("utf-8"),
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py23 data = ('X' * 64).encode()
24 auth = ('A' * 15).encode()
43 data = ('X' * 64).encode()
44 auth = ('A' * 15).encode()
71 data = ('X' * 64).encode()
72 auth = ('A' * 20).encode()
78 auth[:-1] + 'B'.encode(), None)
90 data = ('X' * 64).encode()
91 auth = ('A' * 17).encode()
108 self.client.extend_pcr(1, ('X' * ds).encode(), bank_alg=bank_alg)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0002-use-BUFSIZ-as-buffer-size.patch13 include/b64/encode.h | 3 ++-
37 diff --git a/include/b64/encode.h b/include/b64/encode.h
39 --- a/include/b64/encode.h
40 +++ b/include/b64/encode.h
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch23 @@ -42,6 +42,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
31 @@ -52,7 +53,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
35 - Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
36 + Elf32_Word bitmask_words = encode ? save_src32_2 : dest32[2];
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py177 self.assertEqual('Cc: %s' % stefan.encode('utf-8'), lines[line + 1])
182 self.assertEqual(' Cc: %s' % mel.encode('utf-8'), lines[line + 0])
185 self.assertEqual(' Cc: %s' % ed.encode('utf-8'), lines[line + 3])
190 ' '.join(args))).encode('utf-8')
195 .encode('utf-8'), cc_lines[0])
197 ed)).encode('utf-8'), cc_lines[1])
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py200 ).encode()
211 hashlib.md5((childnode + cid).encode()).hexdigest(), childnode
218 ).encode()
220 hashlib.md5((childnode + cid).encode()).hexdigest(),
228 ).encode()
230 hashlib.md5((childnode + cid).encode()).hexdigest(),
238 ).encode()
240 hashlib.md5((childnode + cid).encode()).hexdigest(),
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-sax-perl_1.02.bb32 RDEPENDS:${PN} += "perl-module-encode perl-module-perlio perl-module-encode-encoding"
36 perl-module-encode-byte \
37 perl-module-encode-unicode \
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-add-LDFLAGS-variable-for-samhain_setpwd.patch18 samhain_setpwd: encode config_xor.h $(srcsrc)/samhain_setpwd.c
20 ./encode $(XOR_CODE) $(srcsrc)/samhain_setpwd.c; \
25 samhain_stealth: encode config_xor.h $(srcsrc)/samhain_stealth.c
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c289 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
347 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
519 gen8_pte_t encode = pte_encode; in xehpsdv_ppgtt_insert_huge() local
532 encode |= GEN8_PDE_PS_2M; in xehpsdv_ppgtt_insert_huge()
550 if ((encode & GEN12_PPGTT_PTE_LM) && in xehpsdv_ppgtt_insert_huge()
564 encode |= GEN12_PTE_PS64; in xehpsdv_ppgtt_insert_huge()
578 encode | (iter->dma + i * in xehpsdv_ppgtt_insert_huge()
624 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
635 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
658 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py57 'html' : re.compile(html_meta.encode("ascii"), re.I),
58 'xml' : re.compile(xml_encoding.encode("ascii"), re.I),
634 sub = self.MS_CHARS_TO_ASCII.get(orig).encode()
639 sub = '&#x'.encode() + sub[1].encode() + ';'.encode()
641 sub = '&'.encode() + sub[0].encode() + ';'.encode()
643 sub = sub.encode()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/
H A D0001-Stop-using-pyasn1.compat.octets.patch51 from pyasn1.codec.der.encoder import encode as der_encoder
72 from pyasn1.codec.der.encoder import encode as der_encoder
93 from pyasn1.codec.der.encoder import encode as der_encoder
114 from pyasn1.codec.der.encoder import encode as der_encoder
135 from pyasn1.codec.der.encoder import encode as der_encoder
167 from pyasn1.codec.der.encoder import encode as der_encoder
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js20 function encode(s) { function
29 return encode(config.json ? JSON.stringify(value) : String(value));
69 encode(key), '=', stringifyCookieValue(value),
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dtelnet_utility.py44 self.tnclient.write(self.username.encode("utf-8") + b"\n")
49 self.tnclient.write(self.password.encode("utf-8") + b"\n")
118 self.tnclient.write(cmd.encode("utf-8") + b"\n")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibjson-perl_4.03000.bb1 SUMMARY = "Perl module to decode/encode json files"
3 The module implements JSON encode/decode."
H A Dlibdbi-perl_1.646.bb51 perl-module-encode \
52 perl-module-encode-byte \
53 perl-module-encode-encoding \
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
52 - #address-cells: specifies the number of cells needed to encode an
58 - #interrupt-cells: specifies the number of cells needed to encode an
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt261 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-strict"
262 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-warnings"
312 RDEPENDS:perl-module-encode-alias += "perl-module-constant"
313 RDEPENDS:perl-module-encode-alias += "perl-module-encode"
314 RDEPENDS:perl-module-encode-alias += "perl-module-exporter"
315 RDEPENDS:perl-module-encode-alias += "perl-module-strict"
316 RDEPENDS:perl-module-encode-alias += "perl-module-warnings"
317 RDEPENDS:perl-module-encode-byte += "perl-module-encode"
318 RDEPENDS:perl-module-encode-byte += "perl-module-strict"
319 RDEPENDS:perl-module-encode-byte += "perl-module-warnings"
[all …]
/openbmc/qemu/tests/functional/qemu_test/
H A Dcmd.py146 success_message_b = success_message.encode()
150 failure_message_b = failure_message.encode()
154 vm.console_socket.sendall(send_string.encode())
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-libxml-perl_2.0134.bb20 perl-module-encode \
52 perl-module-encode-byte \
53 perl-module-encode-unicode \
/openbmc/linux/drivers/net/slip/
H A Dslhc.c82 static unsigned char *encode(unsigned char *cp, unsigned short n);
182 encode(unsigned char *cp, unsigned short n) in encode() function
371 cp = encode(cp,deltaS); in slhc_compress()
381 cp = encode(cp,deltaS); in slhc_compress()
387 cp = encode(cp,deltaA); in slhc_compress()
393 cp = encode(cp,deltaS); in slhc_compress()
433 cp = encode(cp,deltaS); in slhc_compress()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildstats.py196 data = (' '.join([str(x) for x in reduced[1]]) + '\n').encode('ascii')
200 ('%.0f\n' % reduced[0]).encode('ascii') +
209 ('%.0f\n' % now).encode('ascii') +
211 for dev, sample in event.disk_usage.items()]).encode('ascii') +
/openbmc/linux/Documentation/powerpc/
H A Dassociativity.rst63 prop-encoded-array: The number N of the domainIDs encoded as with encode-int, followed by
64 N domainID encoded as with encode-int
74 prop-encoded-array: The number N of the distance values encoded as with encode-int, followed by
75 N distance values encoded as with encode-bytes. The max distance value we could encode is 255.

12345678910>>...15