Searched refs:out_count (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/des/ |
| H A D | qud_cksm.c | 35 long length, int out_count, DES_cblock *seed) in DES_quad_cksum() argument 43 if (out_count < 1) in DES_quad_cksum() 44 out_count = 1; in DES_quad_cksum() 52 for (i = 0; ((i < 4) && (i < out_count)); i++) { in DES_quad_cksum()
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_compress.c | 89 int64_t in_count, out_count, checkpoint; member 187 state->out_count = 3; /* Includes 3-byte header mojo. */ in archive_compressor_compress_open() 230 ++state->out_count; in output_byte() 392 if (state->in_count <= 0x007fffff && state->out_count != 0) in archive_compressor_compress_write() 393 ratio = (int)(state->in_count * 256 / state->out_count); in archive_compressor_compress_write() 394 else if ((ratio = (int)(state->out_count / 256)) == 0) in archive_compressor_compress_write()
|
| /freebsd-14.2/usr.bin/compress/ |
| H A D | zopen.c | 160 #define out_count zs->zs_out_count macro 264 out_count = 0; in zwrite() 308 out_count++; in zwrite() 335 out_count++; in zclose() 716 out_count = 0; /* # of codes output (for debugging). */ in zopen()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | des.h | 174 long length, int out_count, DES_cblock *seed);
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | DES_random_key.pod | 92 long length, int out_count, DES_cblock *seed); 234 input, depending on I<out_count>, 1, 2, 3 or 4 times. If I<output> is
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 1348 goto out_count; in mlx5_ib_alloc_ucontext() 1434 out_count: in mlx5_ib_alloc_ucontext()
|