Searched refs:Convert (Results 1 – 25 of 441) sorted by relevance
12345678910>>...18
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | elfcpp.h | 1116 { return Convert<16, big_endian>::convert_host(this->p_->e_type); } 1120 { return Convert<16, big_endian>::convert_host(this->p_->e_machine); } 1124 { return Convert<32, big_endian>::convert_host(this->p_->e_version); } 1128 { return Convert<size, big_endian>::convert_host(this->p_->e_entry); } 1132 { return Convert<size, big_endian>::convert_host(this->p_->e_phoff); } 1136 { return Convert<size, big_endian>::convert_host(this->p_->e_shoff); } 1140 { return Convert<32, big_endian>::convert_host(this->p_->e_flags); } 1144 { return Convert<16, big_endian>::convert_host(this->p_->e_ehsize); } 1148 { return Convert<16, big_endian>::convert_host(this->p_->e_phentsize); } 1152 { return Convert<16, big_endian>::convert_host(this->p_->e_phnum); } [all …]
|
| D | elfcpp_swap.h | 213 struct Convert 239 { return Convert<size, big_endian>::convert_host(*wv); } 243 { *wv = Convert<size, big_endian>::convert_host(v); }
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog.jit | 232 * dumpfile.c (extra_dump_files): Convert to field of 237 (dump_register): Convert to... 240 (get_dump_file_info): Convert to... 242 (get_dump_file_name): Convert to... 244 (dump_start): Convert to... 246 (dump_finish): Convert to... 250 (dump_phase_enabled_p): Convert to... 252 (dump_phase_enabled_p): Convert to... 254 (dump_initialized_p): Convert to... 258 (dump_enable_all): Convert to... [all …]
|
| D | ChangeLog.gimple-classes | 1584 Convert various gimple to gimple_phi within ssa-iterators.h 1626 (make_close_phi_nodes_unique): Convert a local into a 1679 * graphite-sese-to-poly.c (gsi_for_phi_node): Convert psi to a 1684 * ipa-split.c (consider_split): Convert local psi to a 1698 * tree-if-conv.c (predicate_all_scalar_phis): Convert local phi_gsi 1700 * tree-parloops.c (loop_has_vector_phi_nodes): Convert local to be a 1772 (expand_gimple_basic_block): Convert calls to is_gimple_call to a 1886 * tree-parloops.c (transform_to_exit_first_loop): Convert locals 1888 since the existing code assumes that code is GIMPLE_COND. Convert 1904 * tree-ssa-loop-ivcanon.c (create_canonical_iv): Convert local "cond" [all …]
|
| D | ChangeLog.tuples | 918 (simplify_stmt_for_jump_threading): Convert WITHIN_STMT 1066 (build_arrays): Likewise. Convert RHS to LHS's type. 1537 (create_canonical_iv): Convert to tuples. 1615 * tree-ssa-uncprop (associate_equivalences_with_edges): Convert 1687 * tree-ssa-forwprop.c (get_prop_dest_stmt): Convert to tuples. 2130 (move_block_to_fn): Convert to tuples. 2645 (maybe_catch_exception): Convert to tuples. 2660 * gimple-low.c (lower_omp_directive): Convert to tuples. 2750 eliminate_degenerate_phis): Convert to tuples. 2773 Convert to tuples. [all …]
|
| D | ChangeLog.ptr | 267 (fold_binary <case POINTER_PLUS_EXPR>): Convert the second 282 Convert the MIN/MAX of the inner type to the outer 307 * tree-scalar-evolution.c (add_to_evolution_1): Convert the 319 (instantiate_parameters_1): Convert the increment 333 (create_data_ref): Convert the increment 408 * tree-vrp.c (compare_values_warnv): Convert val2 to
|
| /netbsd/src/external/bsd/openldap/dist/doc/devel/ |
| D | utfconv.txt | 35 int ldap_x_utf8_to_wc - Convert a single UTF-8 encoded character to a wide character. 36 int ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string. 37 int ldap_x_wc_to_utf8 - Convert a single wide character to a UTF-8 sequence. 38 int ldap_x_wcs_to_utf8s - Convert a wide character string to a UTF-8 string. 41 2.1 ldap_x_utf8_to_wc - Convert a single UTF-8 encoded character to a wide character. 60 2.2 ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string. 91 2.3 ldap_x_wc_to_utf8 - Convert a single wide character to a UTF-8 sequence. 116 2.4 int ldap_x_wcs_to_utf8s - Convert a wide character string to a UTF-8 string. 153 ldap_x_mb_to_utf8 - Convert a multi-byte character to a UTF-8 character. 154 ldap_x_mbs_to_utf8s - Convert a multi-byte string to a UTF-8 string. [all …]
|
| /netbsd/src/share/doc/papers/px/ |
| D | fig2.3.raw | 44 STOI 2.12 Convert short to long integer 45 STOD 2.12 Convert short integer to real 46 ITOD 2.12 Convert integer to real 47 ITOS 2.12 Convert integer to short integer 68 NAM A 3.8 Convert enumerated type value to print format 71 PACK s,w,w,w 2.15 Convert and copy from unpacked to packed 72 UNPACK s,w,w,w 2.15 Convert and copy from packed to unpacked
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m32c/ |
| D | ChangeLog-2021 | 355 trace_register_changes): Convert old style prototypes. 362 (decode_opcode); Convert old style prototype. 365 * m32c.opc (getbyte, decode_m32c): Convert old style prototypes. 366 (prefix): Convert old style prototype and mark static. 368 m32c_sim_restore_console, update_timer_a): Convert old style 371 * mem.h (mem_get_pc, m32c_sim_restore_console): Convert old style 373 * r8c.opc (getbyte, IMM, decode_r8c): Convert old style prototypes. 375 m32c_dump_all_registers): Convert old style prototypes. 377 * sample2.c (start): Convert old style prototype. 378 * srcdest.c (disp8, disp16, disp24, disp20): Convert old style [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2005 | 68 * config/tc-vax.c: Convert to ISO C90 format. Fix formatting and 596 * config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps 651 * config/tc-avr.c: Convert to ISO C90 format. Fix formatting and 1200 (msp430_relax_frag): Convert long branches to short branches only if 1594 * config/tc-i386.c (reloc): Convert to ISO C90. Change first 1601 (lex_got): Convert to ISO C90. Add third parameter. Add new field to 2012 * write.c (dump_section_relocs): Convert to ISO-C. 2668 (delete_macro): Convert passed in name to lower case. Warn when 3023 * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90. 3027 * config/tc-cris.h: Convert to ISO C90. [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-2005 | 2724 (ppc_elf_reloc_type_lookup): Convert new bfd reloc types. 3329 * aout-adobe.c: Convert to ISO C and fix formatting. 3330 * aout-arm.c: Convert to ISO C and fix formatting. 3331 * aout-cris.c: Convert to ISO C and fix formatting. 3332 * aout-ns32k.c: Convert to ISO C and fix formatting. 3333 * aout-tic30.c: Convert to ISO C and fix formatting. 3334 * coffcode.h: Convert to ISO C and fix formatting. 3335 * coffswap.h: Convert to ISO C and fix formatting. 3336 * i386aout.c: Convert to ISO C and fix formatting. 3337 * libaout.h: Convert to ISO C and fix formatting. [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-2005 | 2724 (ppc_elf_reloc_type_lookup): Convert new bfd reloc types. 3329 * aout-adobe.c: Convert to ISO C and fix formatting. 3330 * aout-arm.c: Convert to ISO C and fix formatting. 3331 * aout-cris.c: Convert to ISO C and fix formatting. 3332 * aout-ns32k.c: Convert to ISO C and fix formatting. 3333 * aout-tic30.c: Convert to ISO C and fix formatting. 3334 * coffcode.h: Convert to ISO C and fix formatting. 3335 * coffswap.h: Convert to ISO C and fix formatting. 3336 * i386aout.c: Convert to ISO C and fix formatting. 3337 * libaout.h: Convert to ISO C and fix formatting. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | peepholes.md | 5 ;; Convert (A >> B) & C to (A & 255) >> B if C == 255 >> B. 24 ;; Convert (A << B) & C to (A & 255) << B if C == 255 << B. 43 ;; Convert (A >> B) & C to (A & 255) >> B if C == 255 >> B. 62 ;; Convert (A << B) & C to (A & 255) << B if C == 255 << B. 81 ;; Convert (A >> B) & C to (A & 65535) >> B if C == 65535 >> B. 100 ;; Convert (A << B) & C to (A & 65535) << B if C == 65535 << B.
|
| /netbsd/src/common/lib/libc/arch/sparc64/string/ |
| D | strlen.S | 86 sll %g5, 3, %g5 ! Convert to bytes. hoisted 103 ! sll %g5, 3, %g5 ! Convert to bytes. Also hoisted
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog.ptr | 22 * cp-gimplify.c (cxx_omp_clause_apply_fn): Convert 46 ssize_int. Convert the index to sizetype before
|
| D | ChangeLog-2015 | 274 (finish_parenthesized_expr): Convert return type and param to 276 (perform_koenig_lookup): Convert return type and param from tree 285 (build_x_modify_expr): Convert return type from tree to cp_expr. 289 * name-lookup.c (lookup_arg_dependent_1): Convert return type from 294 (struct cp_parser_expression_stack_entry): Convert field "lhs" to 303 (cp_parser_statement_expr): Convert return type to cp_expr. 306 (cp_parser_fold_expression): Convert return type to cp_expr. 316 (cp_parser_primary_expression): Convert return type from tree to 322 C++-style casts, "_Cilk_spawn" constructs. Convert local 328 (cp_parser_postfix_dot_deref_expression): Convert param from tree to [all …]
|
| /netbsd/src/sys/arch/ibmnws/conf/ |
| D | Makefile.ibmnws.inc | 4 echo "Convert kernel $@ into NCD firmware image."; \
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cr16/ |
| D | ChangeLog-2021 | 528 write_longword, write_longlong): Convert old style prototypes. 530 (write_header): Convert old style prototype and fix printf format. 535 (decode_pc): Convert old style prototype. 542 sim_do_command): Convert old style prototypes. 551 (trace_input_func, trace_output_void, trace_output_flag): Convert old style prototypes. 553 (OP_*): Convert old style prototypes. Move trace_input call below
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | ChangeLog.jit | 6 * make-temp-file.c (choose_tmpdir): Convert return type from
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | ChangeLog.jit | 6 * make-temp-file.c (choose_tmpdir): Convert return type from
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | ChangeLog.jit | 6 * make-temp-file.c (choose_tmpdir): Convert return type from
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | Kconfig.unstable | 28 Convert some system memory into a fake local memory region for
|
| /netbsd/src/sys/arch/bebox/stand/ |
| D | README | 5 elf2pef: Convert ELF image to PEF image. Integrated to
|
| /netbsd/src/sys/arch/sun68k/stand/libsa/ |
| D | version | 18 1.9: Convert to ELF and use MI loadfile().
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips-ps-3d.md | 308 ; cvt.ps.s - Floating Point Convert Pair to Paired Single 322 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point 330 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point 373 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word 383 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single
|
12345678910>>...18