Searched refs:lengths (Results 1 - 4 of 4) sorted by relevance

/u-boot/fs/jffs2/
H A Dmini_inflate.c13 /* The order that the code lengths in section 3.2.7 are in */
39 stream->codes.lengths = stream->code_lengths;
45 stream->lengths.bits = 16;
46 stream->lengths.num_symbols = 288;
47 stream->lengths.lengths = stream->length_lengths;
48 stream->lengths.symbols = stream->length_symbols;
49 stream->lengths.count = stream->length_count;
50 stream->lengths.first = stream->length_first;
51 stream->lengths
141 struct huffman_set *lengths = &(stream->lengths); local
225 struct huffman_set *lengths = &(stream->lengths); local
321 struct huffman_set *lengths = &(stream->lengths); local
[all...]
/u-boot/include/jffs2/
H A Dmini_inflate.h23 int *lengths; /* The bit length of symbols */ member in struct:huffman_set
57 struct huffman_set lengths; member in struct:bitstream
/u-boot/scripts/
H A Dbuild_OID_registry42 # Split the data up into separate lists and also determine the lengths of the
46 my @lengths = ();
65 push @lengths, $size;
/u-boot/lib/libavb/
H A Davb_util.c331 size_t lengths[AVB_STRDUPV_MAX_NUM_STRINGS]; local
342 lengths[num_strings] = str_len;
363 avb_memcpy(dest, strings[n], lengths[n]);
364 dest += lengths[n];

Completed in 132 milliseconds