HomeSort by: relevance | last modified time | path
    Searched defs:in_size (Results 1 - 17 of 17) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/common/
block_header_decoder.c 54 const size_t in_size = block->header_size - 4; local
57 if (lzma_crc32(in, in_size, 0) != read32le(in + in_size)) {
73 NULL, in, &in_pos, in_size));
86 NULL, in, &in_pos, in_size));
95 in, &in_pos, in_size);
103 while (in_pos < in_size) {
block_buffer_encoder.c 88 block_encode_uncompressed(lzma_block *block, const uint8_t *in, size_t in_size,
118 assert(block->compressed_size == lzma2_bound(in_size));
137 while (in_pos < in_size) {
145 = my_min(in_size - in_pos, LZMA2_CHUNK_MAX);
167 const uint8_t *in, size_t in_size,
194 in, &in_pos, in_size, out, out_pos, out_size,
224 const uint8_t *in, size_t in_size,
229 if (block == NULL || (in == NULL && in_size != 0) || out == NULL
262 block->uncompressed_size = in_size;
263 block->compressed_size = lzma2_bound(in_size);
332 const uint8_t *in, size_t in_size, variable
339 const uint8_t *in, size_t in_size, variable
    [all...]
stream_decoder_mt.c 44 size_t in_size; member in struct:worker_thread
430 assert(ret != LZMA_STREAM_END || thr->in_pos == thr->in_size);
436 // because thr->in_filled < thr->in_size means that the main
438 if (ret == LZMA_STREAM_END && thr->in_filled != thr->in_size) {
447 // Free the input buffer. Don't update in_size as we need
481 thr->coder->mem_in_use -= thr->in_size;
578 thr->in_size = 0;
865 size_t *restrict in_pos, size_t in_size)
867 if (*in_pos >= in_size)
884 lzma_bufcpy(in, in_pos, in_size, coder->buffer, &coder->pos
    [all...]
stream_encoder_mt.c 53 /// put new input into this and update in_size accordingly. Once
59 size_t in_size; member in struct:worker_thread_s
252 size_t in_size = 0; local
269 while (in_size == thr->in_size
274 in_size = thr->in_size;
288 size_t in_limit = in_size;
289 if (in_size - in_pos > in_chunk_max) {
326 in_size = thr->in_size
    [all...]
  /src/external/lgpl3/gmp/dist/mpz/
tdiv_r_2exp.c 36 mp_size_t in_size = ABSIZ (in); local
41 if (in_size > limb_cnt)
67 limb_cnt = in_size;
  /src/external/public-domain/xz/dist/tests/
test_memlimit.c 21 static size_t in_size; variable
39 strm.avail_in = in_size;
80 strm.avail_in = in_size;
141 strm.avail_in = in_size;
164 in = tuktest_file_from_srcdir("files/good-1-check-crc32.xz", &in_size);
  /src/usr.bin/moduli/qsafe/
qsafe.c 89 uint32_t in_size; local
153 in_size = (uint32_t) strtoul(cp, &cp, 10);
175 in_size += 1;
197 if ((uint32_t)BN_num_bits(p) != (in_size + 1)) {
200 "mismatch\n", count_in, in_size);
205 if (in_size < QSIZE_MINIMUM) {
208 "too short\n", count_in, in_size);
301 in_size,
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioctl.c 1011 unsigned int in_size, out_size, drv_size, ksize; local
1038 out_size = in_size = _IOC_SIZE(cmd);
1040 in_size = 0;
1043 ksize = max(max(in_size, out_size), drv_size);
1069 if (copy_from_user(kdata, (void __user *)arg, in_size) != 0) {
1074 if (ksize > in_size)
1075 memset(kdata + in_size, 0, ksize - in_size);
  /src/lib/libc/rpc/
xdr_rec.c 142 u_long in_size; /* fixed size of the input buffer */ member in struct:rec_strm
230 rstrm->in_size = recvsize;
660 len = (uint32_t)(rstrm->in_size - i);
774 rstrm->in_size = size;
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
kafs.h 97 unsigned short in_size; member in struct:ViceIoctl
  /src/crypto/external/bsd/openssh/dist/
moduli.c 539 uint32_t generator_known, in_tests, in_tries, in_type, in_size; local
609 in_size = strtoul(cp, &cp, 10);
629 in_size += 1;
654 if ((uint32_t)BN_num_bits(p) != (in_size + 1)) {
655 debug2("%10u: bit size %u mismatch", count_in, in_size);
658 if (in_size < QSIZE_MINIMUM) {
659 debug2("%10u: bit size %u too short", count_in, in_size);
746 in_tries, in_size, generator_known, p)) {
  /src/external/public-domain/xz/dist/src/xz/
coder.c 1434 const uint64_t in_size local
1438 is_passthru, in_size);
  /src/lib/libperfuse/
fuse.h 420 uint32_t in_size; member in struct:fuse_ioctl_in
  /src/usr.bin/gzip/
gzip.c 581 ssize_t in_size; local
654 in_size = read(in, inbufp, BUFLEN);
655 if (in_size < 0) {
660 if (in_size == 0)
662 infile_newdata(in_size);
664 crc = crc32(crc, (const Bytef *)inbufp, (unsigned)in_size);
665 in_tot += in_size;
667 z.avail_in = in_size;
806 ssize_t in_size; local
812 in_size = read(in, z.next_in + z.avail_in
1305 off_t size, in_size; local
1426 size_t in_size; local
1813 size_t in_size; local
    [all...]
  /src/sys/coda/
coda.h 806 unsigned short in_size; /* Size of input buffer <= 8K */ member in struct:ViceIoctl
  /src/sys/dev/ic/
stireg.h 631 uint32_t in_size; member in struct:sti_utilin
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 254 int in_size; member in struct:ipnat

Completed in 214 milliseconds