Searched refs:comp (Results 176 - 200 of 231) sorted by relevance

12345678910

/freebsd-11-stable/contrib/tcsh/
H A DMakefile.in389 tw.comp.c tw.color.c
391 tw.comp.${SUF} tw.color.${SUF}
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c249 cqn = be32_to_cpu(eqe->data.comp.cqn) & 0xffffff;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_locl.h154 # include <openssl/comp.h>
1097 int *mac_secret_size, SSL_COMP **comp);
H A Ds3_pkt.c602 i = COMP_expand_block(ssl->expand, rr->comp,
609 rr->data = rr->comp;
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h730 void (*comp) (struct mlx4_cq *); member in struct:mlx4_cq
899 } __packed comp; member in union:mlx4_eqe::__anon4758
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c591 init_completion(&client->comp);
598 wait_for_completion(&client->comp);
H A Dib_mad.c375 init_completion(&mad_agent_priv->comp);
532 init_completion(&mad_snoop_priv->comp);
554 complete(&mad_agent_priv->comp);
560 complete(&mad_snoop_priv->comp);
587 wait_for_completion(&mad_agent_priv->comp);
605 wait_for_completion(&mad_snoop_priv->comp);
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c7035 struct compiler *comp;
7038 for (comp = compilers; comp->spec; comp++)
7039 validate_switches_from_spec (comp->spec);
7006 struct compiler *comp; local
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c2407 void (*func)(ACPI_OBJECT *comp, void *arg), void *arg)
2409 ACPI_OBJECT *comp; local
2417 comp = pkg->Package.Elements;
2418 for (; i < pkg->Package.Count; i++, comp++)
2419 func(comp, arg);
2406 acpi_ForeachPackageObject(ACPI_OBJECT *pkg, void (*func)(ACPI_OBJECT *comp, void *arg), void *arg) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2735 for (unsigned comp = 0; comp != NumComp; ++comp) {
2736 errs() << comp << ": valnos";
2739 if (comp == ConEQ.getEqClass(*I))
/freebsd-11-stable/sbin/ping6/
H A Dping6.c1404 const u_char *comp; local
1427 comp = base + (i & 0x3f);
1428 if (dnsdecode(&comp, cp, base, cresult,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c1183 void *data, uint8_t etype, uint8_t comp, int uncompressed_size,
1189 ASSERT3U(comp, <, ZIO_COMPRESS_FUNCTIONS);
1194 data, (bp_embedded_type_t)etype, (enum zio_compress)comp,
1182 dmu_write_embedded(objset_t *os, uint64_t object, uint64_t offset, void *data, uint8_t etype, uint8_t comp, int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx) argument
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_term.c562 if (MDOC_Bd == bl->tok && bl->norm->Bd.comp)
564 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp)
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org151 evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
H A DMakefile153 evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp35 if (const ComplexType *comp = dyn_cast<ComplexType>(type)) {
36 return comp;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c382 agl_prtx_ctl.s.comp = 1;
/freebsd-11-stable/sys/dev/aac/
H A Daacreg.h450 } comp; member in union:FsaRevision::__anon8937
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h605 u_int compicvLen, u_int compivLen, u_int comp);
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl232 elsif (/^no-comp$/) { $no_comp=1; }
349 $crypto.=" crypto/comp/comp.h" ; # unless $no_comp;
H A Dmk1mf.pl856 return("") if $no_comp && $dir =~ /\/comp/;
1252 "no-comp" => \$no_comp,
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c1023 u_int compicvLen, u_int compivLen, u_int comp)
1018 ar9300_Stub_SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsctsDuration, u_int compicvLen, u_int compivLen, u_int comp) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h431 void *data, uint8_t etype, uint8_t comp, int uncompressed_size,
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c248 cq->mcq.comp = mlx4_ib_cq_comp;
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_reg.h407 } comp; member in union:FsaRevision::__anon6

Completed in 477 milliseconds

12345678910