Searched refs:Convert (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc153 // Convert the argument to UTF-16 to pass it to _wgetenv().
174 // Convert the result from UTF-16 to UTF-8.
H A DPath.inc160 // Convert the Windows API file handle into a C-runtime handle.
235 // Convert the result from UTF-16 to UTF-8.
311 // Convert to utf-16.
334 // Convert to utf-16.
393 // Convert to utf-16.
639 // Convert path to UTF-16.
773 // Convert path to UTF-16.
886 // Convert path to the format that Windows is happy with.
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h101 /// Convert - Create a new persistent APSInt with the same value as 'From'
103 const llvm::APSInt &Convert(const llvm::APSInt& To, function in class:clang::ento::BasicValueFactory
112 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { function in class:clang::ento::BasicValueFactory
/freebsd-10.3-release/sys/boot/pc98/boot0.5/
H A Dputssjis.s62 movb $0x20, %al # Convert control code into the space.
113 # Convert Shift-JIS into JIS.
/freebsd-10.3-release/usr.sbin/fifolog/lib/
H A Dgetdate.y559 Convert(time_t Month, time_t Day, time_t Year,
651 Convert(Month, (time_t)tm->tm_mday, Year,
866 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
/freebsd-10.3-release/usr.bin/find/
H A Dgetdate.y579 Convert(time_t Month, time_t Day, time_t Year,
662 Convert(Month, (time_t)tm->tm_mday, Year,
912 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
/freebsd-10.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S174 add $SECTOR_SIZE-1,%eax # Convert length to sectors
412 mov %ebx,%eax # Convert address
506 # Convert AL to hex, saving the result to [EDI].
513 cmpb $0xa,%al # Convert
/freebsd-10.3-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S175 shr $4,%ebx # Convert to segment
240 cmpb $0xa,%al # Convert
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp264 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
290 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
296 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
299 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
486 // Convert the two constants to a common type, then combine them.
877 // Convert the bitwidth of rightI. This should deal with overflow
H A DProgramState.cpp278 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int);
/freebsd-10.3-release/contrib/gcc/config/ia64/
H A Dlib1funcs.asm172 // Convert the inputs to FP, so that they won't be treated as unsigned.
225 // Convert the inputs to FP, so that they won't be treated as unsigned.
282 // Convert the inputs to FP, to avoid FP software-assist faults.
335 // Convert the inputs to FP, to avoid FP software assist faults.
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c690 Convert(time_t Month, time_t Day, time_t Year, function
776 Convert(Month, (time_t)tm->tm_mday, Year,
988 Start = Convert(gds->Month, gds->Day, gds->Year,
/freebsd-10.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S415 add $SECTOR_SIZE-1,%eax # Convert length to sectors
713 # Convert AL to hex, saving the result to [EDI].
720 cmpb $0xa,%al # Convert
/freebsd-10.3-release/contrib/bmake/mk/
H A Ddpadd.mk46 # Convert DPADD into -I and -L options and add them to CPPFLAGS and LDADD
/freebsd-10.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp942 bool Convert = true; local
945 Convert = false;
971 if (Convert) {
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S96 @ Convert mantissa to signed integer.
423 @ Convert mantissa to unsigned integer.
612 @ Convert mantissa to unsigned integer.
H A Dieee754-df.S124 @ Convert mantissa to signed integer.
563 @ Convert mantissa to unsigned integer.
854 @ Convert mantissa to unsigned integer.
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dada-lang.c553 2. Convert other instances of embedded "__" to `.'.
555 4. Convert operator names to the appropriate quoted symbols.

Completed in 198 milliseconds