Searched refs:COMPRESS (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha2_generic.c | 73 #define COMPRESS(i, j, K) \ macro 104 COMPRESS(i, 0, SHA256_K); in sha256_generic() 105 COMPRESS(i, 1, SHA256_K); in sha256_generic() 106 COMPRESS(i, 2, SHA256_K); in sha256_generic() 107 COMPRESS(i, 3, SHA256_K); in sha256_generic() 108 COMPRESS(i, 4, SHA256_K); in sha256_generic() 109 COMPRESS(i, 5, SHA256_K); in sha256_generic() 110 COMPRESS(i, 6, SHA256_K); in sha256_generic() 111 COMPRESS(i, 7, SHA256_K); in sha256_generic() 112 COMPRESS(i, 8, SHA256_K); in sha256_generic() [all …]
|
/freebsd/usr.bin/compress/ |
H A D | compress.c | 60 enum {COMPRESS, DECOMPRESS} style; in main() enumerator 73 style = COMPRESS; in main() 102 usage(style == COMPRESS); in main() 109 case COMPRESS: in main() 119 if (cat == 1 && style == COMPRESS && argc > 1) in main() 124 case COMPRESS: in main()
|
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
H A D | zfs_acl_compress_001_pos.ksh | 76 log_must usr_exec $COMPRESS $INI_DIR/*
|
/freebsd/contrib/sqlite3/tea/ |
H A D | Makefile.in | 334 COMPRESS = tar zcvf $(PKG_DIR).tar.gz $(PKG_DIR) 376 (cd $(DIST_ROOT); $(COMPRESS);)
|
/freebsd/contrib/file/python/ |
H A D | magic.py | 30 MAGIC_COMPRESS = COMPRESS = 4
|
/freebsd/contrib/bzip2/ |
H A D | README | 127 remaining in the program. DO NOT COMPRESS ANY DATA WITH THIS
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | krb5.asn1 | 636 DOMAIN-X500-COMPRESS krb5int32 ::= 1
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 599 COMPRESS, enumerator
|
H A D | X86ScheduleZnver4.td | 1758 "V(P?)COMPRESS(B|W|D|Q|PD|PS|SD|SQ)Z128(rr|rrk|rrkz)", 1770 "V(P?)COMPRESS(B|W|D|Q|PD|PS|SD|SQ)Z256(rr|rrk|rrkz)", 1785 "V(P?)COMPRESS(B|W|D|Q|PD|PS|SD|SQ)Z(rr|rrk|rrkz)",
|
H A D | X86InstrFragmentsSIMD.td | 614 def X86compress: SDNode<"X86ISD::COMPRESS", SDTypeProfile<1, 3,
|
H A D | X86IntrinsicsInfo.h | 541 X86ISD::COMPRESS, 0),
|
H A D | X86InstrAVX512.td | 10510 // AVX-512 - COMPRESS and EXPAND
|
H A D | X86ISelLowering.cpp | 33946 NODE_NAME_CASE(COMPRESS) in getTargetNodeName()
|