| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 41 stream->codes.lengths = stream->code_lengths; in init_stream() 47 stream->lengths.bits = 16; in init_stream() 48 stream->lengths.num_symbols = 288; in init_stream() 49 stream->lengths.lengths = stream->length_lengths; in init_stream() 50 stream->lengths.symbols = stream->length_symbols; in init_stream() 51 stream->lengths.count = stream->length_count; in init_stream() 52 stream->lengths.first = stream->length_first; in init_stream() 53 stream->lengths.pos = stream->length_pos; in init_stream() 57 stream->distance.lengths = stream->distance_lengths; in init_stream() 143 struct huffman_set *lengths = &(stream->lengths); in decompress_huffman() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | triehash | 513 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 …]
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | xattr.c | 468 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 D | downcall.h | 73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 350 be128 lengths; in gcm_encrypt() local 354 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_encrypt() 355 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt() 371 tag = (u8 *)&lengths; in gcm_encrypt() 430 tag = (u8 *)&lengths; in gcm_encrypt() 465 be128 lengths; in gcm_decrypt() local 469 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_decrypt() 470 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt() 492 tag = (u8 *)&lengths; in gcm_decrypt() 551 tag = (u8 *)&lengths; in gcm_decrypt()
|
| /OK3568_Linux_fs/u-boot/include/jffs2/ |
| H A D | mini_inflate.h | 25 int *lengths; /* The bit length of symbols */ member 59 struct huffman_set lengths; member
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0116-io-gzio-Catch-missing-values-in-huft_build-and-bail.patch | 27 @@ -507,6 +507,7 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ 30 /* Make a table of values in order of bit lengths */ 35 @@ -588,11 +589,18 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_util.c | 348 size_t lengths[AVB_STRDUPV_MAX_NUM_STRINGS]; in avb_strdupv() local 359 lengths[num_strings] = str_len; in avb_strdupv() 380 avb_memcpy(dest, strings[n], lengths[n]); in avb_strdupv() 381 dest += lengths[n]; in avb_strdupv()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | build_OID_registry | 46 my @lengths = (); 65 push @lengths, $size;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | nvidia,tegra114-spi.txt | 30 Tap values vary based on the platform design trace lengths from Tegra SPI 35 Tap values vary based on the platform design trace lengths from Tegra SPI
|
| H A D | atmel-quadspi.txt | 7 - reg: Should contain the locations and lengths of the base registers
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap5-dss.txt | 64 - 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 D | ti,omap4-dss.txt | 83 - 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',
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 63 + * extra bits, for lengths 131 to 257. The longest fixed distance codes are 198 - uchf *l_buf; /* buffer for literals or lengths */ 199 + uchf *sym_buf; /* buffer for distances and literals/lengths */ 202 /* Size of match buffer for literals/lengths. There are 4 reasons for 211 - * the same number of elements. To use different lengths, an extra flag
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A D | ti_hecc.txt | 9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcap/files/ |
| H A D | 0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | 8 and lengths as well as ld.so.cache path in the dynamic loader to specific
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpu/ |
| H A D | brcm,bcm-v3d.txt | 8 - reg: Physical base addresses and lengths of the register areas
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | gcm.c | 228 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-trigger-pattern.txt | 32 use zero-time lengths (the brightness must be same as the previous tuple's). So
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | samsung,exynos5440-pcie.txt | 8 - reg: base addresses and lengths of the PCIe controller,
|
| H A D | axis,artpec6-pcie.txt | 11 - reg: base addresses and lengths of the PCIe controller (DBI),
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | Kconfig | 76 of devices. It is used to describe the offsets and lengths of kernel 120 the offsets, lengths and names of all the images stored in the
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-m420.rst | 26 All line lengths are identical: if the Y lines include pad bytes so do
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/pci/ |
| H A D | armada8k-pcie.txt | 8 - reg: base addresses and lengths of the pcie control and global control registers.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/ |
| H A D | hisilicon,hip07-sec.txt | 7 - reg: Memory addresses and lengths of the memory regions through which
|