Searched refs:tot_len (Results 1 - 6 of 6) sorted by relevance

/u-boot/fs/btrfs/
H A Dcompression.c22 u32 tot_len, tot_in, in_len, res; local
29 tot_len = le32_to_cpu(get_unaligned((u32 *)cbuf));
33 tot_len -= LZO_LEN;
36 if (tot_len == 0 && dlen)
38 if (tot_len < LZO_LEN)
43 while (tot_len > LZO_LEN) {
50 if (in_len > clen || tot_len < LZO_LEN + in_len)
53 tot_len -= (LZO_LEN + in_len);
77 tot_len -= rem_page;
/u-boot/lib/libavb/
H A Davb_sha.h34 uint64_t tot_len; member in struct:__anon10
43 uint64_t tot_len; member in struct:__anon11
H A Davb_sha512.c125 ctx->tot_len = 0;
322 ctx->tot_len += (block_nb + 1) << 7;
337 len_b = (ctx->tot_len + ctx->len) << 3;
H A Davb_sha256.c106 ctx->tot_len = 0;
336 ctx->tot_len += (block_nb + 1) << 6;
350 len_b = (ctx->tot_len + ctx->len) << 3;
/u-boot/drivers/net/octeontx/
H A Dnicvf_queues.c752 hdr->tot_len = pkt_len;
832 int payload_len = 0, tot_len; local
865 tot_len = (payload_len & (~0x7)) + 8;
866 buffer = calloc(1, tot_len);
872 debug("total pkt buf %p len %ld tot_len %d\n", pkt_buf, *pkt_len,
873 tot_len);
H A Dq_struct.h546 u64 tot_len:20; /* W0 */ member in struct:sq_hdr_subdesc
556 u64 tot_len:20;

Completed in 104 milliseconds