Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 49) sorted by relevance

12

/linux-4.19.296/lib/
Ddecompress_unlz4.c35 long (*fill)(void *, unsigned long), in unlz4()
66 if (input && fill) { in unlz4()
71 } else if (!fill) { in unlz4()
86 if (fill) { in unlz4()
87 size = fill(inp, 4); in unlz4()
96 if (!fill) { in unlz4()
110 if (fill) { in unlz4()
111 size = fill(inp, 4); in unlz4()
125 if (!fill) { in unlz4()
134 if (!fill && chunksize == 0) { in unlz4()
[all …]
Ddecompress_unlzo.c113 long (*fill)(void *, unsigned long), in unlzo()
138 if (input && fill) { in unlzo()
143 } else if (!fill) { in unlzo()
158 if (fill) { in unlzo()
166 in_len = fill(in_buf, HEADER_SIZE_MAX); in unlzo()
176 if (fill) { in unlzo()
187 if (fill && in_len < 4) { in unlzo()
188 skip = fill(in_buf + in_len, 4 - in_len); in unlzo()
213 if (fill && in_len < 8) { in unlzo()
214 skip = fill(in_buf + in_len, 8 - in_len); in unlzo()
[all …]
Ddecompress_inflate.c39 long (*fill)(void*, unsigned long), in __gunzip()
85 if (!fill) in __gunzip()
86 fill = nofill; in __gunzip()
89 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
134 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
188 long (*fill)(void*, unsigned long), in gunzip()
194 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip()
198 long (*fill)(void*, unsigned long), in __decompress()
204 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
Dbtree.c419 int fill; in btree_grow() local
425 fill = getfill(geo, head->node, 0); in btree_grow()
426 setkey(geo, node, 0, bkey(geo, head->node, fill - 1)); in btree_grow()
437 int fill; in btree_shrink() local
443 fill = getfill(geo, node, 0); in btree_shrink()
444 BUG_ON(fill > 1); in btree_shrink()
455 int i, pos, fill, err; in btree_insert_level() local
467 fill = getfill(geo, node, pos); in btree_insert_level()
469 BUG_ON(pos < fill && keycmp(geo, node, pos, key) == 0); in btree_insert_level()
471 if (fill == geo->no_pairs) { in btree_insert_level()
[all …]
Ddecompress_unxz.c252 long (*fill)(void *dest, unsigned long size), in unxz()
269 if (fill == NULL && flush == NULL) in unxz()
299 if (fill == NULL && flush == NULL) { in unxz()
303 if (b.in_pos == b.in_size && fill != NULL) { in unxz()
309 in_size = fill(in, XZ_IOBUF_SIZE); in unxz()
399 long (*fill)(void*, unsigned long), in __decompress()
405 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
Ddecompress_bunzip2.c96 long (*fill)(void*, unsigned long); member
129 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits()
630 long (*fill)(void*, unsigned long)) in start_bunzip()
649 if (fill != NULL) in start_bunzip()
650 bd->fill = fill; in start_bunzip()
652 bd->fill = nofill; in start_bunzip()
680 long (*fill)(void*, unsigned long), in bunzip2()
706 i = start_bunzip(&bd, inbuf, len, fill); in bunzip2()
748 long (*fill)(void*, unsigned long), in __decompress()
754 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
Ddecompress_unlzma.c68 long (*fill)(void*, unsigned long); member
93 rc->buffer_size = rc->fill((char *)rc->buffer, LZMA_IOBUF_SIZE); in rc_read()
102 long (*fill)(void*, unsigned long), in rc_init()
105 if (fill) in rc_init()
106 rc->fill = fill; in rc_init()
108 rc->fill = nofill; in rc_init()
538 long (*fill)(void*, unsigned long), in unlzma()
578 rc_init(&rc, fill, inbuf, in_len); in unlzma()
671 long (*fill)(void*, unsigned long), in __decompress()
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
/linux-4.19.296/lib/crypto/
Dblake2s.c24 const size_t fill = BLAKE2S_BLOCK_SIZE - state->buflen; in blake2s_update() local
28 if (inlen > fill) { in blake2s_update()
29 memcpy(state->buf + state->buflen, in, fill); in blake2s_update()
33 in += fill; in blake2s_update()
34 inlen -= fill; in blake2s_update()
/linux-4.19.296/lib/zlib_inflate/
Dinftrees.c36 unsigned fill; /* index for replicating entries */ in zlib_inflate_table() local
220 fill = 1U << curr; in zlib_inflate_table()
221 min = fill; /* save offset to next table */ in zlib_inflate_table()
223 fill -= incr; in zlib_inflate_table()
224 next[(huff >> drop) + fill] = this; in zlib_inflate_table()
225 } while (fill != 0); in zlib_inflate_table()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dpc_maint.h134 byte fill[6]; member
146 byte fill[4]; /* data at offset 16 */ member
158 byte fill[4]; /* data at offset 16 */ member
/linux-4.19.296/drivers/isdn/hisax/
Dhisax_fcpcipnp.h16 u_char fill; member
24 u_char fill;
Dhfc_pci.h202 u_char fill[0x2100 - 0x2082]; /* alignment */ member
227 u_char fill[32768]; member
/linux-4.19.296/drivers/misc/sgi-gru/
Dgrulib.h121 char fill[10]; member
150 int fill[16]; member
/linux-4.19.296/include/linux/decompress/
Dunlzma.h6 long (*fill)(void*, unsigned long),
Dunlzo.h6 long (*fill)(void*, unsigned long),
Dinflate.h6 long (*fill)(void*, unsigned long),
Dbunzip2.h6 long (*fill)(void*, unsigned long),
Dunlz4.h6 long (*fill)(void*, unsigned long),
Dunxz.h14 long (*fill)(void *dest, unsigned long size),
Dgeneric.h6 long (*fill)(void*, unsigned long),
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfc_pci.h203 u_char fill[0x2100 - 0x2082]; /* alignment */ member
224 u_char fill[32768]; member
/linux-4.19.296/crypto/
Daegis128.c260 unsigned int fill = AEGIS_BLOCK_SIZE - pos; in crypto_aegis128_process_ad() local
261 memcpy(buf.bytes + pos, src, fill); in crypto_aegis128_process_ad()
264 left -= fill; in crypto_aegis128_process_ad()
265 src += fill; in crypto_aegis128_process_ad()
Daegis256.c273 unsigned int fill = AEGIS_BLOCK_SIZE - pos; in crypto_aegis256_process_ad() local
274 memcpy(buf.bytes + pos, src, fill); in crypto_aegis256_process_ad()
277 left -= fill; in crypto_aegis256_process_ad()
278 src += fill; in crypto_aegis256_process_ad()
Dmorus640.c330 unsigned int fill = MORUS640_BLOCK_SIZE - pos; in crypto_morus640_process_ad() local
331 memcpy(buf.bytes + pos, src, fill); in crypto_morus640_process_ad()
337 left -= fill; in crypto_morus640_process_ad()
338 src += fill; in crypto_morus640_process_ad()
Daegis128l.c323 unsigned int fill = AEGIS128L_CHUNK_SIZE - pos; in crypto_aegis128l_process_ad() local
324 memcpy(buf.bytes + pos, src, fill); in crypto_aegis128l_process_ad()
327 left -= fill; in crypto_aegis128l_process_ad()
328 src += fill; in crypto_aegis128l_process_ad()

12