Searched refs:comp (Results 126 - 150 of 231) sorted by relevance

12345678910

/freebsd-11-stable/contrib/gcc/
H A Djump.c1731 rtx comp = XEXP (x, 0);
1740 reversed_code = reversed_comparison_code (comp, insn);
1746 GET_MODE (comp), XEXP (comp, 0),
1747 XEXP (comp, 1)),
1717 rtx comp = XEXP (x, 0); local
H A Dsee.c373 a. Initialize the comp, antloc, kill bit vectors to zero and the
383 comp bit of the current extension in the current basic
388 comp bit of the current extension in the current basic
641 static sbitmap *comp = NULL; variable
1281 sbitmap_vector_free (comp);
1282 comp = NULL;
1882 SET_BIT (comp[bb_num], indx);
2010 SET_BIT (comp[bb_num], indx);
2032 SET_BIT (comp[bb_num], indx);
2109 comp
[all...]
H A Dtree-ssa-loop-ivopts.c3992 tree comp = get_computation_at (data->current_loop, use, cand, at); local
3994 if (!comp)
3998 comp = build1 (INDIRECT_REF, TREE_TYPE (TREE_TYPE (comp)), comp);
4000 return computation_cost (comp);
5363 tree comp; local
5417 comp = fold_convert (utype,
5422 comp = get_computation (data->current_loop, use, cand);
5451 op = force_gimple_operand (comp,
5607 tree comp; local
[all...]
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c879 * int comp(void *r, char *key, char *value);
887 * only one traversal will be made and will cut short if comp returns 0.
894 * Note that rec is simply passed-on to the comp function, so that the
902 * int (*comp)(void *, const char *, const char *), void *rec, ...);
907 * int (*comp)(void *, const char *, const char *), void *rec, va_list);
918 APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp, argument
925 rv = apr_table_vdo(comp, rec, t, vp);
945 * loops in this function so that any zero return value from the (*comp)
951 * which is this: if (*comp) is looking for matches of a particular
961 APR_DECLARE(int) apr_table_vdo(apr_table_do_callback_fn_t *comp, argument
[all...]
H A Dapr_hash.c226 * <27038@mimsy.umd.edu> in comp.lang.c , October, 1990." in Rich
521 * comp elemeny.key, element.value
524 * Like with apr_table_do, the comp callback is called for each and every
527 APR_DECLARE(int) apr_hash_do(apr_hash_do_callback_fn_t *comp, argument
542 rv = (*comp)(rec, hi->this->key, hi->this->klen, hi->this->val);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c355 complete(&dev->comp);
529 entry->desc.comp.cq_handle = cq->uobject->user_handle;
1182 init_completion(&uverbs_dev->comp);
1250 wait_for_completion(&uverbs_dev->comp);
1363 wait_for_completion(&uverbs_dev->comp);
H A Dib_ucm.c82 struct completion comp; member in struct:ib_ucm_context
148 complete(&ctx->comp);
189 init_completion(&ctx->comp);
549 wait_for_completion(&ctx->comp);
H A Dib_ucma.c76 struct completion comp; member in struct:ucma_context
152 complete(&ctx->comp);
189 wait_for_completion(&ctx->comp);
204 init_completion(&ctx->comp);
616 wait_for_completion(&ctx->comp);
H A Dib_cma.c169 struct completion comp; member in struct:cma_device
299 struct completion comp; member in struct:rdma_id_private
384 static int cma_comp(struct rdma_id_private *id_priv, enum rdma_cm_state comp) argument
390 ret = (id_priv->state == comp);
396 enum rdma_cm_state comp, enum rdma_cm_state exch)
402 if ((ret = (id_priv->state == comp)))
479 complete(&cma_dev->comp);
729 complete(&id_priv->comp);
755 init_completion(&id_priv->comp);
1738 wait_for_completion(&id_priv->comp);
395 cma_comp_exch(struct rdma_id_private *id_priv, enum rdma_cm_state comp, enum rdma_cm_state exch) argument
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c1076 int comp = 0; local
1276 comp = COMP_ZLIB;
1283 comp = COMP_RLE;
1471 if (comp == COMP_ZLIB)
1473 if (comp == COMP_RLE)
1477 if (SSL_COMP_add_compression_method(comp, cm) != 0) {
1484 (comp == COMP_RLE ? "rle" :
1485 (comp == COMP_ZLIB ? "zlib" : "unknown")));
H A Ds3_srvr.c921 SSL_COMP *comp = NULL; local
1328 comp = sk_SSL_COMP_value(s->ctx->comp_methods, m);
1329 if (comp_id == comp->id) {
1330 s->s3->tmp.new_compression = comp;
1351 comp = NULL;
1358 comp = sk_SSL_COMP_value(s->ctx->comp_methods, m);
1359 v = comp->id;
1370 s->s3->tmp.new_compression = comp;
1372 comp = NULL;
1393 s->session->compress_meth = (comp
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_get.c762 uint64_t used, comp, uncomp; local
778 &used, &comp, &uncomp);
H A Ddsl_pool.c617 int64_t used, int64_t comp, int64_t uncomp)
619 ASSERT3U(comp, ==, uncomp); /* it's all metadata */
622 dp->dp_mos_compressed_delta += comp;
616 dsl_pool_mos_diduse_space(dsl_pool_t *dp, int64_t used, int64_t comp, int64_t uncomp) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h689 void sort(Comp comp) {
690 BasicBlocks.sort(comp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp407 static bool regex_chars(const char comp) { argument
408 return llvm::StringRef("[](){}+.*|^$\\?").contains(comp);
/freebsd-11-stable/bin/csh/
H A DMakefile29 tw.comp.c tw.color.c
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_sa.h309 struct completion comp; member in struct:ib_sa_client
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h319 bp_embedded_type_t etype, enum zio_compress comp,
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c67 cq->comp(cq);
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h409 * @comp: iser completion context
418 struct iser_comp *comp; member in struct:ib_conn
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c471 char bytes[32], comp[32], uncomp[32]; local
475 CTASSERT(sizeof (comp) >= NN_NUMBUF_SZ);
482 zdb_nicenum(bpop->bpo_comp, comp, sizeof (comp));
489 (void) printf("\t\tcomp = %s\n", comp);
1717 char comp[32]; local
1722 CTASSERT(sizeof (comp) >= NN_NUMBUF_SZ);
1730 zdb_nicenum(bpo->bpo_phys->bpo_comp, comp, sizeof (comp));
1733 "%llu subobjs in object %llu, %s (%s/%s comp)\
1782 char comp[32]; local
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp4034 void do_define_string(define_mode mode, comp_mode comp) argument
4064 if (comp == COMP_DISABLE)
4066 else if (comp == COMP_ENABLE)
4079 if (comp == COMP_DISABLE || comp == COMP_ENABLE)
4308 void do_define_macro(define_mode mode, calling_mode calling, comp_mode comp) argument
4357 if (comp == COMP_DISABLE)
4359 else if (comp == COMP_ENABLE)
4396 if (comp == COMP_DISABLE || comp
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1775 sq->cq.mcq.comp(&sq->cq.mcq);
1793 sq->cq.mcq.comp(&sq->cq.mcq);
1812 mlx5e_cq_comp_t *comp,
1840 mcq->comp = comp;
1918 mlx5e_cq_comp_t *comp,
1923 err = mlx5e_create_cq(priv, param, cq, comp, eq_ix);
2083 c->rq.cq.mcq.comp(&c->rq.cq.mcq);
3672 rq->cq.mcq.comp(&rq->cq.mcq);
3702 rq->cq.mcq.comp(
1809 mlx5e_create_cq(struct mlx5e_priv *priv, struct mlx5e_cq_param *param, struct mlx5e_cq *cq, mlx5e_cq_comp_t *comp, int eq_ix) argument
1915 mlx5e_open_cq(struct mlx5e_priv *priv, struct mlx5e_cq_param *param, struct mlx5e_cq *cq, mlx5e_cq_comp_t *comp, int eq_ix) argument
[all...]
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c247 struct ena_admin_acq_entry *comp,
281 comp_ctx->user_cqe = comp;
329 struct ena_admin_acq_entry *comp,
342 comp,
628 admin_queue->ena_dev, "Invalid comp status %d\n",
1403 struct ena_admin_acq_entry *comp,
1410 comp, comp_size);
244 __ena_com_submit_admin_cmd(struct ena_com_admin_queue *admin_queue, struct ena_admin_aq_entry *cmd, size_t cmd_size_in_bytes, struct ena_admin_acq_entry *comp, size_t comp_size_in_bytes) argument
326 ena_com_submit_admin_cmd(struct ena_com_admin_queue *admin_queue, struct ena_admin_aq_entry *cmd, size_t cmd_size_in_bytes, struct ena_admin_acq_entry *comp, size_t comp_size_in_bytes) argument
1400 ena_com_execute_admin_command(struct ena_com_admin_queue *admin_queue, struct ena_admin_aq_entry *cmd, size_t cmd_size, struct ena_admin_acq_entry *comp, size_t comp_size) argument
/freebsd-11-stable/crypto/openssl/apps/
H A DMakefile240 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
406 enc.o: ../include/openssl/buffer.h ../include/openssl/comp.h
422 engine.o: ../include/openssl/buffer.h ../include/openssl/comp.h
443 errstr.o: ../include/openssl/buffer.h ../include/openssl/comp.h
551 ocsp.o: ../include/openssl/comp.h ../include/openssl/conf.h
571 openssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
786 s_cb.o: ../include/openssl/buffer.h ../include/openssl/comp.h
809 s_client.o: ../include/openssl/comp.h ../include/openssl/conf.h
832 s_server.o: ../include/openssl/comp.h ../include/openssl/conf.h
857 s_socket.o: ../include/openssl/comp
[all...]

Completed in 545 milliseconds

12345678910