Home
last modified time | relevance | path

Searched refs:len_type (Results 1 – 10 of 10) sorted by relevance

/netbsd/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c667 getFstype(part, len_type, type) in getFstype() argument
669 int len_type;
676 strncpy(type, "4.2BSD", len_type);
679 strncpy(type, "swap", len_type);
682 strncpy(type, "HFS", len_type);
/netbsd/external/bsd/byacc/dist/
H A Doutput.c70 size_t len_type = strlen(p->type); in puts_param_types() local
72 (((len_type != 0) && (p->type[len_type - 1] == '*')) in puts_param_types()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.c2523 tree len_type = TREE_VALUE (TREE_CHAIN (typelist)); in create_function_arglist() local
2528 len_type); in create_function_arglist()
2529 if (POINTER_TYPE_P (len_type)) in create_function_arglist()
2541 DECL_ARG_TYPE (length) = len_type; in create_function_arglist()
2612 tree len_type = TREE_VALUE (hidden_typelist); in create_function_arglist() local
2615 gcc_assert (len_type == gfc_charlen_type_node); in create_function_arglist()
2617 gcc_assert (POINTER_TYPE_P (len_type)); in create_function_arglist()
2622 PARM_DECL, get_identifier (name), len_type); in create_function_arglist()
2627 DECL_ARG_TYPE (length) = len_type; in create_function_arglist()
2665 if (POINTER_TYPE_P (len_type)) in create_function_arglist()
H A Dtrans-decl.cc2547 tree len_type = TREE_VALUE (TREE_CHAIN (typelist)); in create_function_arglist() local
2552 len_type); in create_function_arglist()
2553 if (POINTER_TYPE_P (len_type)) in create_function_arglist()
2565 DECL_ARG_TYPE (length) = len_type; in create_function_arglist()
2636 tree len_type = TREE_VALUE (hidden_typelist); in create_function_arglist() local
2639 gcc_assert (len_type == gfc_charlen_type_node); in create_function_arglist()
2641 gcc_assert (POINTER_TYPE_P (len_type)); in create_function_arglist()
2646 PARM_DECL, get_identifier (name), len_type); in create_function_arglist()
2651 DECL_ARG_TYPE (length) = len_type; in create_function_arglist()
2689 if (POINTER_TYPE_P (len_type)) in create_function_arglist()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-decl.c2523 tree len_type = TREE_VALUE (TREE_CHAIN (typelist)); in create_function_arglist() local
2528 len_type); in create_function_arglist()
2529 if (POINTER_TYPE_P (len_type)) in create_function_arglist()
2541 DECL_ARG_TYPE (length) = len_type; in create_function_arglist()
2612 tree len_type = TREE_VALUE (hidden_typelist); in create_function_arglist() local
2615 gcc_assert (len_type == gfc_charlen_type_node); in create_function_arglist()
2617 gcc_assert (POINTER_TYPE_P (len_type)); in create_function_arglist()
2622 PARM_DECL, get_identifier (name), len_type); in create_function_arglist()
2627 DECL_ARG_TYPE (length) = len_type; in create_function_arglist()
2665 if (POINTER_TYPE_P (len_type)) in create_function_arglist()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc9327 tree len_type = LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo); in vect_get_loop_len() local
9328 gcc_assert (len_type != NULL_TREE); in vect_get_loop_len()
9330 tree len = make_temp_ssa_name (len_type, NULL, "loop_len"); in vect_get_loop_len()
9340 make_temp_ssa_name (len_type, NULL, "adjusted_loop_len"); in vect_get_loop_len()
H A Dtree-vect-stmts.cc12618 tree len_type = TREE_TYPE (len); in vect_gen_len() local
12619 gcc_assert (TREE_TYPE (start_index) == len_type); in vect_gen_len()
12621 tree min = gimple_build (&stmts, MIN_EXPR, len_type, start_index, end_index); in vect_gen_len()
12622 tree left_len = gimple_build (&stmts, MINUS_EXPR, len_type, end_index, min); in vect_gen_len()
12623 tree rhs = gimple_build (&stmts, MIN_EXPR, len_type, left_len, len_limit); in vect_gen_len()
H A Dexpr.c2004 emit_block_cmp_via_cmpmem (rtx x, rtx y, rtx len, tree len_type, rtx target, in emit_block_cmp_via_cmpmem() argument
2015 return expand_cmpstrn_or_cmpmem (icode, target, x, y, len_type, len, align); in emit_block_cmp_via_cmpmem()
2038 emit_block_cmp_hints (rtx x, rtx y, rtx len, tree len_type, rtx target, in emit_block_cmp_hints() argument
2060 result = emit_block_cmp_via_cmpmem (x, y, len, len_type, target, align); in emit_block_cmp_hints()
H A Dexpr.cc2208 emit_block_cmp_via_cmpmem (rtx x, rtx y, rtx len, tree len_type, rtx target, in emit_block_cmp_via_cmpmem() argument
2219 return expand_cmpstrn_or_cmpmem (icode, target, x, y, len_type, len, align); in emit_block_cmp_via_cmpmem()
2242 emit_block_cmp_hints (rtx x, rtx y, rtx len, tree len_type, rtx target, in emit_block_cmp_hints() argument
2264 result = emit_block_cmp_via_cmpmem (x, y, len, len_type, target, align); in emit_block_cmp_hints()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c2004 emit_block_cmp_via_cmpmem (rtx x, rtx y, rtx len, tree len_type, rtx target, in emit_block_cmp_via_cmpmem() argument
2015 return expand_cmpstrn_or_cmpmem (icode, target, x, y, len_type, len, align); in emit_block_cmp_via_cmpmem()
2038 emit_block_cmp_hints (rtx x, rtx y, rtx len, tree len_type, rtx target, in emit_block_cmp_hints() argument
2060 result = emit_block_cmp_via_cmpmem (x, y, len, len_type, target, align); in emit_block_cmp_hints()