| /src/external/public-domain/xz/dist/src/liblzma/common/ |
| block_header_decoder.c | 67 const size_t in_size = block->header_size - 4; local 70 if (lzma_crc32(in, in_size, 0) != unaligned_read32le(in + in_size)) 83 NULL, in, &in_pos, in_size)); 96 NULL, in, &in_pos, in_size)); 105 in, &in_pos, in_size); 113 while (in_pos < in_size) {
|
| stream_encoder_mt.c | 54 /// put new input into this and update in_size accordingly. Once 60 size_t in_size; member in struct:worker_thread_s 235 size_t in_size = 0; local 252 while (in_size == thr->in_size 257 in_size = thr->in_size; 271 size_t in_limit = in_size; 272 if (in_size - in_pos > in_chunk_max) { 309 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/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/external/public-domain/xz/dist/src/xz/ |
| coder.c | 905 const uint64_t in_size local 908 message_progress_start(&strm, 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 u_int32_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 ((u_int32_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/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
|