Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c172 enum comp_type { enum
178 verify(const char *refname, enum comp_type comp) in verify()
278 verify2(const char *refname, enum comp_type comp) in verify2()
344 verify3(const char *refname, enum comp_type comp) in verify3()
/freebsd-12.1/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c259 size_t reqlen, size_t *comp_len0, uint32_t comp_type) in hn_rndis_xact_execute() argument
295 if (comp->rm_type != comp_type) { in hn_rndis_xact_execute()
297 "expect 0x%08x\n", comp->rm_type, comp_type); in hn_rndis_xact_execute()
/freebsd-12.1/sys/dev/hptmv/
H A Dentry.c132 MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId,
1648 MV_COMPLETION_TYPE comp_type, in CommandCompletionCB() argument
1660 switch (comp_type) in CommandCompletionCB()
1693 MV_ERROR(" Unknown completion type (%d)\n", comp_type); in CommandCompletionCB()
/freebsd-12.1/contrib/gcc/
H A Dfold-const.c4736 tree comp_type = TREE_TYPE (comp_op0); in fold_cond_expr_with_comparison() local
4739 if (TYPE_MAIN_VARIANT (comp_type) == TYPE_MAIN_VARIANT (type)) in fold_cond_expr_with_comparison()
4741 comp_type = type; in fold_cond_expr_with_comparison()
4762 comp_op0 = fold_convert (comp_type, comp_op0); in fold_cond_expr_with_comparison()
4763 comp_op1 = fold_convert (comp_type, comp_op1); in fold_cond_expr_with_comparison()
4765 ? fold_build2 (MIN_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison()
4766 : fold_build2 (MIN_EXPR, comp_type, comp_op1, comp_op0); in fold_cond_expr_with_comparison()
4776 comp_op0 = fold_convert (comp_type, comp_op0); in fold_cond_expr_with_comparison()
4777 comp_op1 = fold_convert (comp_type, comp_op1); in fold_cond_expr_with_comparison()
4779 ? fold_build2 (MAX_EXPR, comp_type, comp_op0, comp_op1) in fold_cond_expr_with_comparison()
[all …]
/freebsd-12.1/sys/dev/bxe/
H A Dbxe.h2178 uint32_t bxe_dmae_opcode_add_comp(uint32_t opcode, uint8_t comp_type);
2182 uint8_t comp_type);
H A Dbxe.c1531 uint8_t comp_type) in bxe_dmae_opcode_add_comp() argument
1533 return (opcode | ((comp_type << DMAE_CMD_C_DST_SHIFT) | in bxe_dmae_opcode_add_comp()
1548 uint8_t comp_type) in bxe_dmae_opcode() argument
1571 opcode = bxe_dmae_opcode_add_comp(opcode, comp_type); in bxe_dmae_opcode()