Home
last modified time | relevance | path

Searched refs:Convert (Results 1 – 25 of 905) sorted by relevance

12345678910>>...37

/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h1113 { return Convert<16, big_endian>::convert_host(this->p_->e_type); }
1117 { return Convert<16, big_endian>::convert_host(this->p_->e_machine); }
1121 { return Convert<32, big_endian>::convert_host(this->p_->e_version); }
1125 { return Convert<size, big_endian>::convert_host(this->p_->e_entry); }
1129 { return Convert<size, big_endian>::convert_host(this->p_->e_phoff); }
1133 { return Convert<size, big_endian>::convert_host(this->p_->e_shoff); }
1137 { return Convert<32, big_endian>::convert_host(this->p_->e_flags); }
1141 { return Convert<16, big_endian>::convert_host(this->p_->e_ehsize); }
1145 { return Convert<16, big_endian>::convert_host(this->p_->e_phentsize); }
1149 { return Convert<16, big_endian>::convert_host(this->p_->e_phnum); }
[all …]
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h1116 { 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.jit232 * 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 …]
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dutfconv.txt35 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/
H A Dfig2.3.raw44 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/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-converter.cpp32 static cl::SubCommand Convert("convert", "Trace Format Conversion"); variable
35 cl::Required, cl::sub(Convert));
44 cl::sub(Convert));
50 cl::sub(Convert));
57 cl::init(false), cl::sub(Convert));
66 cl::sub(Convert), cl::init(""));
72 cl::sub(Convert), cl::init(true));
361 static CommandRegistration Unused(&Convert, []() -> Error { in __anonda1685590302()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td32 // Convert floating-point values to narrower representations. The destination
45 // Convert a signed integer value to a floating-point one.
57 // Convert an unsigned integer value to a floating-point one.
65 // Convert a floating-point value to a signed integer value.
77 // Convert a floating-point value to an unsigned integer value.
87 // Convert a packed value to a floating-point one.
93 // Convert a floating-point value to a packed value.
99 // Convert from/to memory values in the zoned format.
107 // Convert from/to memory values in the packed format.
H A DSystemZInstrHFP.td31 // Convert floating-point values to narrower representations.
49 // Convert a signed integer register value to a floating-point one.
58 // Convert a floating-point register value to a signed integer value,
70 // Convert BFP to HFP.
76 // Convert HFP to BFP.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp43 VPINTERNAL_CASE(Convert)
343 if (LegalizeStrat.OpStrategy == VPLegalization::Convert) in sanitizeStrategy()
354 (LegalizeStrat.OpStrategy == VPLegalization::Convert)) { in sanitizeStrategy()
355 LegalizeStrat.EVLParamStrategy = VPLegalization::Convert; in sanitizeStrategy()
403 case VPLegalization::Convert: in expandVectorPredication()
416 case VPLegalization::Convert: in expandVectorPredication()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleV6.td209 // Single to Double FP Convert
212 // Double to Single FP Convert
215 // Single-Precision FP to Integer Convert
218 // Double-Precision FP to Integer Convert
221 // Integer to Single-Precision FP Convert
224 // Integer to Double-Precision FP Convert
/netbsd-src/external/gpl3/gdb/dist/sim/m32c/
H A DChangeLog-2021355 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/apache2/llvm/dist/llvm/lib/Support/
H A DAutoConvert.cpp21 static const struct f_cnvrt Convert = { in disableAutoConversion() local
26 if (fcntl(FD, F_CONTROL_CVT, &Convert) == -1) in disableAutoConversion()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-pkcs8.pod.in206 Convert a private key to PKCS#8 format using default parameters (AES with
211 Convert a private key to PKCS#8 unencrypted format:
215 Convert a private key to PKCS#5 v2.0 format using triple DES:
219 Convert a private key to PKCS#5 v2.0 format using AES with 256 bits in CBC
224 Convert a private key to PKCS#8 using a PKCS#5 1.5 compatible algorithm
229 Convert a private key to PKCS#8 using a PKCS#12 compatible algorithm
238 Convert a private key from any PKCS#8 encrypted format to traditional format:
242 Convert a private key to PKCS#8 format, encrypting with AES-256 and with
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h155 const llvm::APSInt &Convert(const llvm::APSInt& To, in Convert() function
164 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() function
166 return Convert(TargetType, From); in Convert()
169 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
292 return ImmOp.getImm() == 0 ? Convert : Exit; in classifyInstruction()
298 return ImmOp.getImm() == -1 ? Convert : Exit; in classifyInstruction()
304 return Convert; in classifyInstruction()
416 if (Classification != Convert) in collectCallInfo()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dpkcs8.pod242 Convert a private key to PKCS#8 format using default parameters (AES with
247 Convert a private key to PKCS#8 unencrypted format:
251 Convert a private key to PKCS#5 v2.0 format using triple DES:
255 Convert a private key to PKCS#5 v2.0 format using AES with 256 bits in CBC
260 Convert a private key to PKCS#8 using a PKCS#5 1.5 compatible algorithm
265 Convert a private key to PKCS#8 using a PKCS#12 compatible algorithm
274 Convert a private key from any PKCS#8 encrypted format to traditional format:
278 Convert a private key to PKCS#8 format, encrypting with AES-256 and with
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h129 ArrayDocNode &getArray(bool Convert = false) {
131 assert(Convert);
140 MapDocNode &getMap(bool Convert = false) {
142 assert(Convert);
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-200568 * 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.old/dist/gas/
H A DChangeLog-200568 * 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/gdb/dist/bfd/
H A DChangeLog-20052724 (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/binutils/dist/bfd/
H A DChangeLog-20052724 (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/binutils.old/dist/bfd/
H A DChangeLog-20052724 (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.old/dist/bfd/
H A DChangeLog-20052724 (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/
H A Dpeepholes.md5 ;; 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/
H A Dstrlen.S86 sll %g5, 3, %g5 ! Convert to bytes. hoisted
103 ! sll %g5, 3, %g5 ! Convert to bytes. Also hoisted

12345678910>>...37