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

  /src/crypto/external/apache2/openssl/dist/test/
bio_comp_test.c 20 #define COMPRESS 1
46 /* Compress */
  /src/usr.bin/compress/
compress.c 1 /* $NetBSD: compress.c,v 1.29 2022/05/22 21:39:44 rillig Exp $ */
40 static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94";
42 __RCSID("$NetBSD: compress.c,v 1.29 2022/05/22 21:39:44 rillig Exp $");
58 static void compress(const char *, const char *, int);
74 enum {COMPRESS, DECOMPRESS} style = COMPRESS;
85 else if (!strcmp(p, "compress"))
86 style = COMPRESS;
115 usage(style == COMPRESS);
122 case COMPRESS
200 compress(const char *in, const char *out, int bits) function
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libdigest/
tiger.c 637 #define COMPRESS do { \
653 #define COMPRESS do { \
679 COMPRESS; \
687 /* The compress function is inlined: works better on Alpha. */
693 /* The compress function is a function. Requires smaller cache? */

Completed in 22 milliseconds