| /openbmc/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 39 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 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 …]
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | cpu-features.rst | 57 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 237 is used to enable or disable specific vector lengths, where ``N`` is the 240 Constraints" below. Additionally, as we want all supported vector lengths 252 smaller, host supported vector lengths must also be enabled. If [all …]
|
| /openbmc/qemu/block/ |
| H A D | dmg.c | 127 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 D | dmg.h | 45 uint64_t *lengths; member
|
| /openbmc/u-boot/include/jffs2/ |
| H A D | mini_inflate.h | 23 int *lengths; /* The bit length of symbols */ member 57 struct huffman_set lengths; member
|
| /openbmc/libcper/generator/ |
| H A D | cper-generate.c | 17 const size_t *lengths, 122 const size_t *lengths, in generate_section_descriptor() argument 141 descriptor->SectionLength = (UINT32)lengths[index]; in generate_section_descriptor() 146 descriptor->SectionOffset += lengths[i]; in generate_section_descriptor()
|
| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_util.c | 329 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/dbus-sensors/src/tests/ |
| H A D | test_NvidiaGpuSensorTest.cpp | 1688 std::vector<uint8_t> lengths; in TEST_F() member 1695 handlerData.lengths.push_back(length); in TEST_F() 1712 EXPECT_EQ(handlerData.lengths[0], 4); in TEST_F() 1721 EXPECT_EQ(handlerData.lengths[1], 8); in TEST_F() 1728 EXPECT_EQ(handlerData.lengths[2], 1); in TEST_F() 1755 std::vector<uint8_t> lengths; in TEST_F() member 1762 handlerData.lengths.push_back(length); in TEST_F() 1779 EXPECT_EQ(handlerData.lengths[0], 2); in TEST_F() 1786 EXPECT_EQ(handlerData.lengths[1], 5); in TEST_F() 1813 std::vector<uint8_t> lengths; in TEST_F() member [all …]
|
| /openbmc/openbmc/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
|
| /openbmc/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.
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/ |
| H A D | 0001-Fix-return-type-errors.patch | 56 // Maximum lengths that frame of samples being passed from the render side to
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0003-debug-prefix-map.patch | 12 opportunitity for gcc/ld to change the output binaries due to path lengths
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch | 7 and lengths as well as ld.so.cache path in the dynamic loader to specific
|
| H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 80 +/* An array of their lengths, for convenience. */ 545 -/* An array of their lengths, for convenience. */
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/ |
| H A D | 0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch | 104 + /* Don't set key or IV right away; we want to check lengths */
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | speeding-up-build.rst | 60 build system goes to some lengths to avoid ``sync()`` calls into the
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon-dp.decode | 387 # Within the "two registers, or three registers of different lengths" 390 # or they are a size field for the three-reg-different-lengths and
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.4.rst | 49 - pseudo: Add patch to workaround paths with crazy lengths
|
| H A D | migration-4.2.rst | 271 scons in order to fix an issue with scons and command line lengths when ccache is
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
| H A D | 0001-add-new-option-eltorito-platform.patch | 331 * XXX JS: The next two structures have odd lengths!
|
| /openbmc/qemu/docs/ |
| H A D | rdma.txt | 269 and lengths of each RAMBlock. This is used by the client to determine the 367 a list of all the RAMBlocks, their offsets and lengths, virtual
|
| /openbmc/u-boot/doc/ |
| H A D | README.unaligned-memory-access.txt | 190 1. Casting variables to types of different lengths
|
| /openbmc/openbmc-test-automation/gui/gui_test/overview_menu/ |
| H A D | test_overview_menu.robot | 60 # Get all IP addresses and prefix lengths on system.
|
| /openbmc/u-boot/lib/ |
| H A D | Kconfig | 177 and is widely used as a streaming cipher. Different key lengths are
|