Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dpbelutest.c21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; in test_pbelu() local
36 failed = pbe_type < last_type in test_pbelu()
37 || (pbe_type == last_type && pbe_nid < last_nid); in test_pbelu()
40 last_type = pbe_type; in test_pbelu()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dpbelutest.c21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; in test_pbelu() local
36 failed = pbe_type < last_type in test_pbelu()
37 || (pbe_type == last_type && pbe_nid < last_nid); in test_pbelu()
40 last_type = pbe_type; in test_pbelu()
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dpptrtab.c10 ctf_id_t base, base2, ptr, type, last_type; in main() local
49 last_type = type; in main()
67 if (last_type == type) in main()
70 last_type = type; in main()
89 if (last_type == type) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h323 template <typename Head, typename... Tail> struct last_type { struct
324 using type = typename last_type<Tail...>::type; argument
327 template <typename Head> struct last_type<Head> { using type = Head; };
331 using has_blob = std::is_same<BCBlob, typename last_type<int, Types...>::type>;
349 using has_array = is_array<typename last_type<int, Types...>::type>;
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c773 int last_type; in cleanup_find_header_start() local
878 for (ptr_offset = 0, last_type = 0; /* void */ ; /* void */ ) { in cleanup_find_header_start()
909 else if (last_type == REC_TYPE_CONT || IS_SPACE_TAB(STR(buf)[0])) { in cleanup_find_header_start()
927 last_type = rec_type; in cleanup_find_header_start()
982 int last_type) in cleanup_find_header_end() argument
1019 if (last_type != REC_TYPE_CONT && !IS_SPACE_TAB(STR(rec_buf)[0])) in cleanup_find_header_end()
1021 last_type = rec_type; in cleanup_find_header_end()
1240 int last_type; in cleanup_upd_header() local
1274 rec_buf, &last_type, in cleanup_upd_header()
1294 if ((next_offset = cleanup_find_header_end(state, rec_buf, last_type)) < 0) in cleanup_upd_header()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcsky-dis.c60 enum sym_type last_type; variable
1109 last_type = type; in print_insn_csky()
1110 is_data = (last_type == CUR_DATA); in print_insn_csky()
H A Daarch64-dis.c48 static enum map_type last_type; variable
4326 last_type = type; in print_insn_aarch64()
4333 if (last_type == MAP_DATA) in print_insn_aarch64()
4354 last_type = type; in print_insn_aarch64()
4357 if (last_type == MAP_DATA && ((info->flags & DISASSEMBLE_DATA) == 0)) in print_insn_aarch64()
H A Darm-dis.c56 enum map_type last_type; member
12597 private_data->last_type = type; in mapping_symbol_for_insn()
12781 is_thumb = (private_data->last_type == MAP_THUMB); in print_insn()
12782 is_data = (private_data->last_type == MAP_DATA); in print_insn()
H A DChangeLog-200687 (enum map_type, last_type): New.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcsky-dis.c60 enum sym_type last_type; variable
1113 last_type = type; in print_insn_csky()
1114 is_data = (last_type == CUR_DATA); in print_insn_csky()
H A Daarch64-dis.c39 static enum map_type last_type; variable
3754 last_type = type; in print_insn_aarch64()
3761 if (last_type == MAP_DATA) in print_insn_aarch64()
3782 last_type = type; in print_insn_aarch64()
3785 if (last_type == MAP_DATA && ((info->flags & DISASSEMBLE_DATA) == 0)) in print_insn_aarch64()
H A Darm-dis.c56 enum map_type last_type; member
11955 private_data->last_type = type; in mapping_symbol_for_insn()
12139 is_thumb = (private_data->last_type == MAP_THUMB); in print_insn()
12140 is_data = (private_data->last_type == MAP_DATA); in print_insn()
H A DChangeLog-200687 (enum map_type, last_type): New.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc72 _Type last_type = _Type::_Multi; member
142 last_type = root.second.type; in root_path()
144 last_type = root.first.type; in root_path()
170 else if (last_type == _Type::_Filename in next()
180 last_type = f.type; in next()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc73 _Type last_type = _Type::_Multi; member
143 last_type = root.second.type; in root_path()
145 last_type = root.first.type; in root_path()
171 else if (last_type == _Type::_Filename in next()
181 last_type = f.type; in next()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc3500 enum reg_type { general, mdb, mdc, floating, last_type}; enumerator
3509 const int first_regno[last_type] = {0, MDB_REGNUM, MDC_REGNUM, FP_FIRST_REGNUM};
3512 const int reg_type_size[last_type] = {4, 8, 4, 4};
3529 unsigned int mask[last_type]; /* Masks of saved regs: gp, mdb, mdc, fp */
3638 unsigned int mask[last_type]; in visium_compute_frame_size()
3647 memset (mask, 0, last_type * sizeof (unsigned int)); in visium_compute_frame_size()
3697 memcpy (current_frame_info.mask, mask, last_type * sizeof (unsigned int)); in visium_compute_frame_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c3498 enum reg_type { general, mdb, mdc, floating, last_type}; enumerator
3507 const int first_regno[last_type] = {0, MDB_REGNUM, MDC_REGNUM, FP_FIRST_REGNUM};
3510 const int reg_type_size[last_type] = {4, 8, 4, 4};
3527 unsigned int mask[last_type]; /* Masks of saved regs: gp, mdb, mdc, fp */
3636 unsigned int mask[last_type]; in visium_compute_frame_size()
3645 memset (mask, 0, last_type * sizeof (unsigned int)); in visium_compute_frame_size()
3695 memcpy (current_frame_info.mask, mask, last_type * sizeof (unsigned int)); in visium_compute_frame_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-object-size.cc480 tree last_type = TREE_TYPE (last); in decl_init_size() local
481 if (TREE_CODE (last_type) != ARRAY_TYPE in decl_init_size()
482 || TYPE_SIZE (last_type)) in decl_init_size()
H A Dexpr.cc6590 const_tree last_type) in complete_ctor_at_level_p() argument
6598 gcc_assert (num_elts == 1 && last_type); in complete_ctor_at_level_p()
6604 return simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (last_type)) == 1; in complete_ctor_at_level_p()
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-200687 (enum map_type, last_type): New.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-200687 (enum map_type, last_type): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c1190 field, last_type, inner_struct, mode, mode_rhs, dim_array, dim, dim_type, in conv_expr_ref_to_caf_ref() local
1220 last_type = gfc_typenode_for_spec (&last_comp_ref->u.c.component->ts); in conv_expr_ref_to_caf_ref()
1225 last_type = gfc_typenode_for_spec (&expr->symtree->n.sym->ts); in conv_expr_ref_to_caf_ref()
1259 last_type = gfc_typenode_for_spec (&ref->u.c.component->ts); in conv_expr_ref_to_caf_ref()
1636 TYPE_SIZE_UNIT (last_type))); in conv_expr_ref_to_caf_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc1198 field, last_type, inner_struct, mode, mode_rhs, dim_array, dim, dim_type, in conv_expr_ref_to_caf_ref() local
1228 last_type = gfc_typenode_for_spec (&last_comp_ref->u.c.component->ts); in conv_expr_ref_to_caf_ref()
1233 last_type = gfc_typenode_for_spec (&expr->symtree->n.sym->ts); in conv_expr_ref_to_caf_ref()
1267 last_type = gfc_typenode_for_spec (&ref->u.c.component->ts); in conv_expr_ref_to_caf_ref()
1644 TYPE_SIZE_UNIT (last_type))); in conv_expr_ref_to_caf_ref()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c13714 tree last_type; in cp_parser_simple_declaration() local
13722 last_type = NULL_TREE; in cp_parser_simple_declaration()
13796 if (last_type in cp_parser_simple_declaration()
13797 && last_type != error_mark_node in cp_parser_simple_declaration()
13798 && !same_type_p (auto_result, last_type)) in cp_parser_simple_declaration()
13806 decl_specifiers.type, last_type, auto_result); in cp_parser_simple_declaration()
13807 last_type = error_mark_node; in cp_parser_simple_declaration()
13810 last_type = auto_result; in cp_parser_simple_declaration()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c6242 const_tree last_type) in complete_ctor_at_level_p() argument
6250 gcc_assert (num_elts == 1 && last_type); in complete_ctor_at_level_p()
6256 return simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (last_type)) == 1; in complete_ctor_at_level_p()

12