Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c39 stream->codes.lengths = stream->code_lengths; in init_stream()
45 stream->lengths.bits = 16; in init_stream()
46 stream->lengths.num_symbols = 288; in init_stream()
47 stream->lengths.lengths = stream->length_lengths; in init_stream()
48 stream->lengths.symbols = stream->length_symbols; in init_stream()
49 stream->lengths.count = stream->length_count; in init_stream()
50 stream->lengths.first = stream->length_first; in init_stream()
51 stream->lengths.pos = stream->length_pos; in init_stream()
55 stream->distance.lengths = stream->distance_lengths; in init_stream()
141 struct huffman_set *lengths = &(stream->lengths); in decompress_huffman() local
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash513 my ($self, $trie, %lengths) = @_;
514 foreach my $local_length (sort { $a <=> $b } (keys %lengths)) {
524 my ($self, $trie, $num_values, %lengths) = @_;
559 $self->print_functions($trie, %lengths);
562 $self->print_functions($trie, %lengths);
565 $self->print_functions($trie, %lengths);
571 foreach my $local_length (sort { $a <=> $b } (keys %lengths)) {
607 my %lengths;
623 $lengths{length($word)} = 1;
637 return ($trie, $counter, %lengths);
[all …]
/openbmc/qemu/docs/system/arm/
H A Dcpu-features.rst57 optional SVE vector lengths (see "SVE CPU Properties"). While with TCG
58 all SVE vector lengths can be supported, when KVM is in use it's more
59 likely that only a few lengths will be supported, if SVE is supported at
88 vector lengths::
161 lengths for the ``max`` CPU type. Note, the ``sve=on`` isn't actually
164 defaults, it would seem we need to disable many SVE vector lengths, rather
166 disabling many SVE vector lengths would be quite verbose, the ``sve<N>`` CPU
234 is used to enable or disable specific vector lengths, where ``N`` is the
237 Constraints" below. Additionally, as we want all supported vector lengths
249 smaller, host supported vector lengths must also be enabled. If
[all …]
/openbmc/qemu/block/
H A Ddmg.c127 compressed_size = s->lengths[chunk]; in update_max_chunk_size()
131 uncompressed_sectors = DIV_ROUND_UP(s->lengths[chunk], 512); in update_max_chunk_size()
250 s->lengths = g_realloc(s->lengths, new_size); in dmg_read_mish_block()
305 s->lengths[i] = buff_read_uint64(buffer, offset + 0x20); in dmg_read_mish_block()
307 if (s->lengths[i] > DMG_LENGTHS_MAX) { in dmg_read_mish_block()
310 s->lengths[i], i, DMG_LENGTHS_MAX); in dmg_read_mish_block()
488 s->offsets = s->lengths = s->sectors = s->sectorcounts = NULL; in dmg_open()
585 g_free(s->lengths); in dmg_open()
648 ret = bdrv_co_pread(bs->file, s->offsets[chunk], s->lengths[chunk], in dmg_read_chunk()
655 s->zstream.avail_in = s->lengths[chunk]; in dmg_read_chunk()
[all …]
H A Ddmg.h45 uint64_t *lengths; member
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c28 const u8 *ghash_table, const u8 *lengths);
32 const u8 *ghash_table, const u8 *lengths);
142 const u8 *ghash_table, const u8 *lengths)) in gcm_crypt() argument
147 be128 __aligned(8) lengths; in gcm_crypt()
151 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_crypt()
152 lengths.b = cpu_to_be64(walk->total * 8); in gcm_crypt()
171 (const u8 *)&lengths); in gcm_crypt()
191 (const u8 *)&lengths); in gcm_crypt()
H A Dghash-ce-glue.c343 be128 lengths; in gcm_encrypt() local
347 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt()
348 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
362 tag = (u8 *)&lengths; in gcm_encrypt()
408 be128 lengths; in gcm_decrypt() local
413 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt()
414 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
432 tag = (u8 *)&lengths; in gcm_decrypt()
/openbmc/libcper/generator/
H A Dcper-generate.c16 const size_t *lengths,
120 const size_t *lengths, in generate_section_descriptor() argument
139 descriptor->SectionLength = (UINT32)lengths[index]; in generate_section_descriptor()
144 descriptor->SectionOffset += lengths[i]; in generate_section_descriptor()
/openbmc/linux/fs/orangefs/
H A Dxattr.c468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr()
469 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr()
473 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
488 listxattr.lengths[i])) { in orangefs_listxattr()
494 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
495 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
502 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
H A Ddowncall.h73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
/openbmc/u-boot/include/jffs2/
H A Dmini_inflate.h23 int *lengths; /* The bit length of symbols */ member
57 struct huffman_set lengths; member
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c498 be128 lengths; in gcm_encrypt() local
543 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt()
544 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
546 tag = (u8 *)&lengths; in gcm_encrypt()
590 be128 lengths; in gcm_decrypt() local
638 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt()
639 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
641 tag = (u8 *)&lengths; in gcm_decrypt()
/openbmc/u-boot/lib/libavb/
H A Davb_util.c329 size_t lengths[AVB_STRDUPV_MAX_NUM_STRINGS]; in avb_strdupv() local
340 lengths[num_strings] = str_len; in avb_strdupv()
361 avb_memcpy(dest, strings[n], lengths[n]); in avb_strdupv()
362 dest += lengths[n]; in avb_strdupv()
/openbmc/linux/lib/
H A Dbuild_OID_registry51 my @lengths = ();
70 push @lengths, $size;
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap5-dss.txt64 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
86 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,omap4-dss.txt83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Dti_hecc.txt9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
/openbmc/openbmc/poky/meta/recipes-support/libcap/files/
H A D0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch8 and lengths as well as ld.so.cache path in the dynamic loader to specific
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-trigger-pattern.txt32 use zero-time lengths (the brightness must be same as the previous tuple's). So
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst26 All line lengths are identical: if the Y lines include pad bytes so do
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dhisilicon,hip07-sec.txt7 - reg: Memory addresses and lengths of the memory regions through which
/openbmc/u-boot/doc/device-tree-bindings/pci/
H A Darmada8k-pcie.txt8 - reg: base addresses and lengths of the pcie control and global control registers.
/openbmc/linux/crypto/
H A Dgcm.c228 be128 lengths; in gcm_hash_len() local
230 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len()
231 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len()
232 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len()
236 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len()
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Daxis,artpec6-pcie.txt11 - reg: base addresses and lengths of the PCIe controller (DBI),
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dnxp,lpc1850-gpio.txt6 - reg : List of addresses and lengths of the GPIO controller

1234