Home
last modified time | relevance | path

Searched full:encode (Results 1 – 25 of 1365) sorted by relevance

12345678910>>...55

/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dife.json4 "name": "Create valid ife encode action with mark and pass control",
17 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2",
20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2",
28 "name": "Create valid ife encode action with mark and pipe control",
41 "cmdUnderTest": "$TC actions add action ife encode use mark 10 pipe index 2",
44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
52 "name": "Create valid ife encode action with mark and continue control",
65 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2",
68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde…
76 "name": "Create valid ife encode action with mark and drop control",
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libencode/
H A Dlibencode-perl_3.17.bb2 # You should use perl-module-encode rather than this package
6 SUMMARY = "Encode - character encodings"
7 DESCRIPTION = "The \"Encode\" module provides the interfaces between \
12 HOMEPAGE = "https://metacpan.org/release/Encode"
17 SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
20 UPSTREAM_CHECK_REGEX = "Encode\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
22 S = "${WORKDIR}/Encode-${PV}"
29 # Circular dependency of perl-module-open on perl-module-encode
30 # and we cannot load perl-module-encode because we are providing
32 rm -rf ${B}/t/use-Encode-Alias.t
[all …]
H A Dlibencode-locale-perl_1.05.bb1 SUMMARY = "Encode::Locale - Determine the locale encoding"
3 HOMEPAGE = "https://metacpan.org/module/Encode::Locale"
8 SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/Encode-Locale-${PV}.tar.gz"
12 S = "${WORKDIR}/Encode-Locale-${PV}"
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py23 data = ('X' * 64).encode()
24 auth = ('A' * 15).encode()
33 data = ('X' * 64).encode()
34 auth = ('A' * 15).encode()
61 data = ('X' * 64).encode()
62 auth = ('A' * 20).encode()
68 auth[:-1] + 'B'.encode(), None)
77 data = ('X' * 64).encode()
78 auth = ('A' * 17).encode()
95 self.client.extend_pcr(1, ('X' * ds).encode())
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt268 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-strict"
269 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-warnings"
316 RDEPENDS:perl-module-encode-alias += "perl-module-constant"
317 RDEPENDS:perl-module-encode-alias += "perl-module-encode"
318 RDEPENDS:perl-module-encode-alias += "perl-module-exporter"
319 RDEPENDS:perl-module-encode-alias += "perl-module-strict"
320 RDEPENDS:perl-module-encode-alias += "perl-module-warnings"
321 RDEPENDS:perl-module-encode-byte += "perl-module-encode"
322 RDEPENDS:perl-module-encode-byte += "perl-module-strict"
323 RDEPENDS:perl-module-encode-byte += "perl-module-warnings"
[all …]
H A Ddeterminism.patch11 c) Sort the Encode::Byte byte_t.fnm file output (and the makefile depends whilst
24 Index: perl-5.30.1/cpan/Encode/Byte/Makefile.PL
26 --- perl-5.30.1.orig/cpan/Encode/Byte/Makefile.PL
27 +++ perl-5.30.1/cpan/Encode/Byte/Makefile.PL
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py50 utf8_data = "Räksmörgås".encode("utf-8")
84 self.assertEqual(b"<b></b>", soup.encode())
133 self.assertEqual(soup.encode(), b"<b>Yes</b><b>Yes <c>Yes</c></b>")
206 # Test Beautiful Soup's ability to decode and encode from various
212 self.utf8_data = self.unicode_data.encode("utf-8")
256 self.assertEqual(soup_from_unicode.encode('utf-8'), self.utf8_data)
263 self.assertEqual(self.soup(markup).div.encode("utf8"), markup.encode("utf8"))
314 self.assertEqual(dammit.unicode_markup.encode("utf-8"), utf_8)
317 utf8_data = "Räksmörgås".encode("utf-8")
322 utf8_data = "Räksmörgås".encode("utf-8")
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0007-initialize-encoder-decoder-state-in-the-constructors.patch12 include/b64/encode.h | 4 +++-
30 diff --git a/include/b64/encode.h b/include/b64/encode.h
32 --- a/include/b64/encode.h
33 +++ b/include/b64/encode.h
43 int encode(char value_in)
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
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Drpc_rdma.h128 * xdr_encode_rdma_segment - Encode contents of an RDMA segment
130 * @handle: The RDMA handle to encode
131 * @length: The RDMA length to encode
132 * @offset: The RDMA offset to encode
146 * xdr_encode_read_segment - Encode contents of a Read segment
148 * @position: The position to encode
149 * @handle: The RDMA handle to encode
150 * @length: The RDMA length to encode
151 * @offset: The RDMA offset to encode
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dof_helpers.c54 /* Get drc-type:encode-string */ in of_read_drc_info_cell()
60 /* Get drc-name-prefix:encode-string */ in of_read_drc_info_cell()
66 /* Get drc-index-start:encode-int */ in of_read_drc_info_cell()
70 /* Get drc-name-suffix-start:encode-int */ in of_read_drc_info_cell()
75 /* Get number-sequential-elements:encode-int */ in of_read_drc_info_cell()
80 /* Get sequential-increment:encode-int */ in of_read_drc_info_cell()
85 /* Get drc-power-domain:encode-int */ in of_read_drc_info_cell()
/OK3568_Linux_fs/buildroot/package/libb64/
H A D0002-Initialize-C++-objects.patch24 diff --git a/include/b64/encode.h b/include/b64/encode.h
26 --- a/include/b64/encode.h
27 +++ b/include/b64/encode.h
37 int encode(char value_in)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Dtesting.py135 soup.encode("utf-8").replace(b"\n", b""),
141 self.assertEqual(markup, soup.encode("utf8"))
344 self.assertEqual(markup, soup.encode())
428 … expected = "<p>&lt;&lt;sacr\N{LATIN SMALL LETTER E WITH ACUTE} bleu!&gt;&gt;</p>".encode("utf-8")
430 self.assertEqual(soup.p.encode("utf-8"), expected)
439 # That's because we're going to encode it into ISO-Latin-1, and use
441 iso_latin_html = unicode_html.encode("iso-8859-1")
445 # Encode it to UTF-8.
446 result = soup.encode("utf-8")
454 expected = expected.encode("utf-8")
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dvenc_drv_base.h25 * (*encode)() - trigger encode
27 * @opt: [in] encode option
30 * @result: [out] encode result
32 int (*encode)(void *handle, enum venc_start_opt opt, member
H A Dvenc_drv_if.h31 * enum venc_start_opt - encode frame option used in venc_if_encode()
32 * @VENC_START_OPT_ENCODE_SEQUENCE_HEADER: encode SPS/PPS for H264
33 * @VENC_START_OPT_ENCODE_FRAME: encode normal frame
156 * venc_if_encode - Encode one frame
158 * @opt: encode frame option
161 * @result: encode result
/OK3568_Linux_fs/buildroot/package/perl-encode-detect/
H A DConfig.in2 bool "perl-encode-detect"
6 An Encode::Encoding subclass that detects the encoding of
9 https://metacpan.org/release/Encode-Detect
11 comment "perl-encode-detect needs a toolchain w/ C++, dynamic library"
/OK3568_Linux_fs/external/mpp/test/
H A DREADME.md6 use sync interface(poll,dequeue and enqueue), encode raw yuv to compress video.
13 encode use detailed bitrate control config.
16 encode use detailed bitrate control config,and cfg param come from mpi_rc.cfg.
28 encode or decode use legacy interface, in order to compatible with the previous
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A Di386_002dOptions.html343 <dd><p>This option specifies that the assembler should encode SSE instructions
364 <dd><p>These options control how the assembler should encode scalar AVX
365 instructions. <samp>-mavxscalar=<var>128</var></samp> will encode scalar
367 <samp>-mavxscalar=<var>256</var></samp> will encode scalar AVX instructions
378 <dd><p>These options control how the assembler should encode VEX.W-ignored (WIG)
379 VEX instructions. <samp>-mvexwig=<var>0</var></samp> will encode WIG VEX
381 <samp>-mvexwig=<var>1</var></samp> will encode WIG EVEX instructions with
393 <dd><p>These options control how the assembler should encode length-ignored
394 (LIG) EVEX instructions. <samp>-mevexlig=<var>128</var></samp> will encode LIG
397 encode LIG EVEX instructions with 256bit and 512bit vector length,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A Di386_002dOptions.html343 <dd><p>This option specifies that the assembler should encode SSE instructions
364 <dd><p>These options control how the assembler should encode scalar AVX
365 instructions. <samp>-mavxscalar=<var>128</var></samp> will encode scalar
367 <samp>-mavxscalar=<var>256</var></samp> will encode scalar AVX instructions
378 <dd><p>These options control how the assembler should encode VEX.W-ignored (WIG)
379 VEX instructions. <samp>-mvexwig=<var>0</var></samp> will encode WIG VEX
381 <samp>-mvexwig=<var>1</var></samp> will encode WIG EVEX instructions with
393 <dd><p>These options control how the assembler should encode length-ignored
394 (LIG) EVEX instructions. <samp>-mevexlig=<var>128</var></samp> will encode LIG
397 encode LIG EVEX instructions with 256bit and 512bit vector length,
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-hashclient63 taskhash.update(args.taskhash_seed.encode('utf-8'))
64 taskhash.update(str(i).encode('utf-8'))
104 taskhash.update(args.taskhash_seed.encode('utf-8'))
105 taskhash.update(str(i).encode('utf-8'))
108 outhash.update(args.outhash_seed.encode('utf-8'))
109 outhash.update(str(i).encode('utf-8'))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch24 @@ -40,6 +40,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
32 @@ -50,7 +51,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
36 - Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
37 + Elf32_Word bitmask_words = encode ? save_src32_2 : dest32[2];
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A DKconfig99 graphics, video encode/decode, camera, etc.
217 graphics, video encode/decode, camera, etc.
234 graphics, video encode/decode, camera, etc.
258 graphics, video encode/decode, camera, etc.
284 graphics, video encode/decode, camera, etc.
343 video encode and decode.
397 video encode and decode.
463 video encode and decode.
472 video encode and decode.
/OK3568_Linux_fs/kernel/drivers/pnp/pnpacpi/
H A Drsparser.c40 dev_err(&dev->dev, "can't encode invalid IRQ mode %#x\n", in decode_irq_flags()
191 * one interrupt, we won't be able to re-encode it. in pnpacpi_allocated_resource()
667 pnp_dbg(&dev->dev, " encode irq (%s)\n", in pnpacpi_encode_irq()
679 pnp_dbg(&dev->dev, " encode irq %d %s %s %s (%d-byte descriptor)\n", in pnpacpi_encode_irq()
696 pnp_dbg(&dev->dev, " encode extended irq (%s)\n", in pnpacpi_encode_ext_irq()
709 pnp_dbg(&dev->dev, " encode irq %d %s %s %s\n", (int) p->start, in pnpacpi_encode_ext_irq()
723 pnp_dbg(&dev->dev, " encode dma (%s)\n", in pnpacpi_encode_dma()
758 pnp_dbg(&dev->dev, " encode dma %d " in pnpacpi_encode_dma()
782 pnp_dbg(&dev->dev, " encode io %#x-%#x decode %#x\n", io->minimum, in pnpacpi_encode_io()
800 pnp_dbg(&dev->dev, " encode fixed_io %#x-%#x\n", fixed_io->address, in pnpacpi_encode_fixed_io()
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dkey.c1109 default: /* we have a ticket we can't encode */ in rxrpc_read()
1129 #define ENCODE(x) \ in rxrpc_read() macro
1136 ENCODE(l); \ in rxrpc_read()
1162 ENCODE(0); /* flags */ in rxrpc_read()
1164 ENCODE(ntoks); in rxrpc_read()
1169 ENCODE(toksize); in rxrpc_read()
1171 ENCODE(token->security_index); in rxrpc_read()
1175 ENCODE(token->kad->vice_id); in rxrpc_read()
1176 ENCODE(token->kad->kvno); in rxrpc_read()
1178 ENCODE(token->kad->start); in rxrpc_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c242 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
302 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
423 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
434 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
457 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
514 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
518 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
578 vm->scratch[0]->encode = in gen8_init_scratch()
595 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch()
596 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch()
[all …]

12345678910>>...55