Searched refs:out_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssl/crypto/des/
H A Dqud_cksm.c35 long length, int out_count, DES_cblock *seed)
43 if (out_count < 1)
44 out_count = 1;
52 for (i = 0; ((i < 4) && (i < out_count)); i++) {
76 * 2*out_count 32 bit ints
34 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c89 int64_t in_count, out_count, checkpoint; member in struct:private_data
187 state->out_count = 3; /* Includes 3-byte header mojo. */
230 ++state->out_count;
392 if (state->in_count <= 0x007fffff && state->out_count != 0)
393 ratio = (int)(state->in_count * 256 / state->out_count);
394 else if ((ratio = (int)(state->out_count / 256)) == 0)
/freebsd-current/usr.bin/compress/
H A Dzopen.c157 #define out_count zs->zs_out_count macro
261 out_count = 0;
305 out_count++;
332 out_count++;
712 out_count = 0; /* # of codes output (for debugging). */
/freebsd-current/crypto/openssl/include/openssl/
H A Ddes.h174 long length, int out_count, DES_cblock *seed);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1348 goto out_count;
1434 out_count:

Completed in 132 milliseconds