Searched refs:COMPRESS (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c73 #define COMPRESS(i, j, K) \ macro
104 COMPRESS(i, 0, SHA256_K);
105 COMPRESS(i, 1, SHA256_K);
106 COMPRESS(i, 2, SHA256_K);
107 COMPRESS(i, 3, SHA256_K);
108 COMPRESS(i, 4, SHA256_K);
109 COMPRESS(i, 5, SHA256_K);
110 COMPRESS(i, 6, SHA256_K);
111 COMPRESS(i, 7, SHA256_K);
112 COMPRESS(
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_compress_001_pos.ksh76 log_must usr_exec $COMPRESS $INI_DIR/*
/freebsd-current/usr.bin/compress/
H A Dcompress.c60 enum {COMPRESS, DECOMPRESS} style; enumerator in enum:__anon882
73 style = COMPRESS;
102 usage(style == COMPRESS);
109 case COMPRESS:
119 if (cat == 1 && style == COMPRESS && argc > 1)
124 case COMPRESS:
/freebsd-current/contrib/sqlite3/tea/
H A DMakefile.in333 #COMPRESS = tar cvf $(PKG_DIR).tar $(PKG_DIR); compress $(PKG_DIR).tar
334 COMPRESS = tar zcvf $(PKG_DIR).tar.gz $(PKG_DIR)
376 (cd $(DIST_ROOT); $(COMPRESS);)
/freebsd-current/contrib/file/python/
H A Dmagic.py30 MAGIC_COMPRESS = COMPRESS = 4
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h595 COMPRESS,
H A DX86IntrinsicsInfo.h485 X86ISD::COMPRESS, 0),
H A DX86ISelLowering.cpp[all...]

Completed in 148 milliseconds