Searched defs:comp_alg (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/wings/wings-8d019ebe48/e3d/ |
H A D | e3d__dds.erl | 242 comp_alg(#{fourCC:={bc1, uint}}) -> function 248 comp_alg(#{fourCC:={bc2, uint}}) -> function 254 comp_alg(#{fourCC:={bc3, uint}}) -> function 288 comp_alg(#{fourCC:={b8g8r8a8,_}}) -> function 290 comp_alg(#{fourCC:={b8g8r8x8,_}}) -> function 292 comp_alg(#{fourCC:={r8g8,_}=T}) -> function 294 comp_alg(#{fourCC:={r32,_}=T}) -> function 296 comp_alg(#{fourCC:={r16,_}=T}) -> function 298 comp_alg(#{fourCC:={r8,_}=T}) -> function 300 comp_alg(#{fourCC:={a8,_}=T}) -> function [all …]
|
/dports/security/py-pgpy/PGPy-0.5.3/tests/ |
H A D | test_05_actions.py | 72 def test_new(self, comp_alg, sensitive): argument 89 def test_new_from_file(self, comp_alg, sensitive, path): argument 169 def test_encrypt_passphrase(self, comp_alg): argument
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/opencrypto/ |
H A D | cryptodev.c | 110 u_int32_t comp_alg; /* note: shares name space in crd_alg */ member 1018 u_int32_t comp_alg, const struct enc_xform *txform, in csecreate()
|
H A D | cryptodev.h | 159 u_int32_t comp_alg; /* ie. CRYPTO_GZIP_COMP */ member 174 u_int32_t comp_alg; /* ie. CRYPTO_GZIP_COMP */ member
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/scsipi/ |
H A D | scsi_tape.h | 180 u_int8_t comp_alg[4]; /* compression algorithm */ member
|
/dports/textproc/p5-RDFStore/RDFStore-0.51/ |
H A D | rdfstore_kernel.c | 131 int err = 0,comp_alg=RDFSTORE_COMPRESSION_TYPE_DEFAULT; in rdfstore_connect() local
|