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

  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-import.c 49 size_t count, in_count, out_count, size; local
68 "in_count %lu, out_count %lu, endian = %d, order = %d\n",
69 (unsigned long) in_count, (unsigned long) out_count, endian, order);
77 mpz_export (output+1, &out_count, order, size, endian, 0, a);
78 if (out_count != in_count
84 "in_count %lu, out_count %lu, endian = %d, order = %d\n",
85 (unsigned long) in_count, (unsigned long) out_count, endian, order);
87 dump_bytes ("output", output+1, out_count * size);
  /src/external/bsd/bc/dist/
global.h 53 EXTERN int out_count; variable
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_compress.c 89 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)
  /src/usr.bin/compress/
zopen.c 161 #define out_count zs->zs_out_count macro
265 out_count = 0;
309 out_count++;
336 out_count++;
676 out_count = 0; /* # of codes output (for debugging). */

Completed in 83 milliseconds