HomeSort by: relevance | last modified time | path
    Searched refs:Convert (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Support/
AutoConvert.cpp 21 static const struct f_cnvrt Convert = {
26 if (fcntl(FD, F_CONTROL_CVT, &Convert) == -1)
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
fcnvsd.s 16 # Convert back.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
fcnvsd.s 16 # Convert back.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-converter.cpp 30 // llvm-xray convert
32 static cl::SubCommand Convert("convert", "Trace Format Conversion");
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
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandVectorPredication.cpp 43 VPINTERNAL_CASE(Convert)
298 // Convert the %evl predication into vector mask predication.
343 if (LegalizeStrat.OpStrategy == VPLegalization::Convert)
354 (LegalizeStrat.OpStrategy == VPLegalization::Convert)) {
355 LegalizeStrat.EVLParamStrategy = VPLegalization::Convert;
403 case VPLegalization::Convert:
416 case VPLegalization::Convert:
  /src/common/lib/libc/arch/sparc64/string/
strlen.S 86 sll %g5, 3, %g5 ! Convert to bytes. hoisted
103 ! sll %g5, 3, %g5 ! Convert to bytes. Also hoisted
  /src/external/bsd/unbound/dist/contrib/
create_unbound_ad_servers.cmd 2 rem Convert the Yoyo.org anti-ad server listing
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 153 /// Convert - Create a new persistent APSInt with the same value as 'From'
155 const llvm::APSInt &Convert(const llvm::APSInt& To,
161 return getValue(TargetType.convert(From));
164 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) {
166 return Convert(TargetType, From);
169 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) {
173 return getValue(TargetType.convert(From));
SMTConstraintManager.h 166 return &BVF.Convert(SC->getType(), *Value);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 110 enum InstClassification { Convert, Skip, Exit };
292 return ImmOp.getImm() == 0 ? Convert : Exit;
298 return ImmOp.getImm() == -1 ? Convert : Exit;
304 return Convert;
416 if (Classification != Convert)
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h 127 /// Get an ArrayDocNode for an array node. If Convert, convert the node to an
129 ArrayDocNode &getArray(bool Convert = false) {
131 assert(Convert);
138 /// Get a MapDocNode for a map node. If Convert, convert the node to a map
140 MapDocNode &getMap(bool Convert = false) {
142 assert(Convert);
189 /// Convert this node to a string, assuming it is scalar.
192 /// Convert the StringRef and use it to set this DocNode (assuming scalar). I
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Process.inc 121 // Convert the argument to UTF-16 to pass it to _wgetenv().
143 // Convert the result from UTF-16 to UTF-8.
166 // Convert back to UTF-16 so we can call FindFirstFileW.
Path.inc 65 // Convert a UTF-8 path to UTF-16. Also, if the absolute equivalent of the path
72 // Several operations would convert Path8 to SmallString; more efficient to do
143 // Convert the result from UTF-16 to UTF-8.
214 // Convert to utf-16.
245 // Convert to utf-16.
344 // Convert to utf-16.
380 // Convert \\?\UNC\foo\bar to \\foo\bar
385 // Convert \\?\c:\foo to c:\foo
390 // Convert the result from UTF-16 to UTF-8.
569 // Convert to utf-16
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
aes-riscv64-zvkb-zvkned.S 64 # Convert the big-endian counter into little-endian.
163 # Convert the big-endian counter into little-endian.
268 # Convert the big-endian counter into little-endian.
aes-gcm-riscv64-zvkb-zvkg-zvkned.S 62 # Convert the big-endian counter into little-endian.
297 # Convert ctr to big-endian counter.
507 # Convert ctr to big-endian counter.
741 # Convert ctr to big-endian counter.
832 # Convert the big-endian counter into little-endian.
1066 # Convert ctr to big-endian counter.
1276 # Convert ctr to big-endian counter.
1510 # Convert ctr to big-endian counter.
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
FixedPointBuilder.h 33 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema,
136 /// Convert an integer value representing a fixed-point number from one
143 return Convert(Src, SrcSema, DstSema, false);
146 /// Convert an integer value representing a fixed-point number to an integer
154 return Convert(
159 /// Convert an integer value with the given signedness to an integer value
166 return Convert(Src,
176 // Convert the raw fixed-point value directly to floating point. If the
  /src/external/mit/xorg/lib/libXt/
Makefile 12 Composite.c Constraint.c Convert.c Converters.c Core.c \
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 487 auto Convert = [](long nsec) {
494 TV.tv_usec = Convert(ts.tv_nsec);
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 4 # Convert git log output to ChangeLog format.
72 Convert git log output to ChangeLog format. If present, any ARGS
88 --since=DATE convert only the logs since DATE;
89 the default is to convert all log entries.
90 --until=DATE convert only the logs older than DATE.
152 # Convert each single quote to '\''
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 4 # Convert git log output to ChangeLog format.
72 Convert git log output to ChangeLog format. If present, any ARGS
88 --since=DATE convert only the logs since DATE;
89 the default is to convert all log entries.
90 --until=DATE convert only the logs older than DATE.
152 # Convert each single quote to '\''
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
mul_2.asm 60 C * Convert "mov $0" to "xor".
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 140 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
166 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
172 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
175 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
596 // Convert the two constants to a common type, then combine them.
598 // resultTy may not be the best type to convert to, but it's
604 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
605 const llvm::APSInt &second = IntType.convert(*RHSValue);
1028 // Convert the bitwidth of rightI. This should deal with overflow
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 686 Convert(time_t Month, time_t Day, time_t Year,
815 Convert(Month, (time_t)tm->tm_mday, Year,
1095 Start = Convert(gds->Month, gds->Day, gds->Year,
1138 (void)printf("Bad format - couldn't convert.\n");
  /src/lib/libutil/
parsedate.y 46 #define USE_LOCAL_TIME 99999 /* special case for Convert() and yyTimezone */
759 * e.g. convert 70 to 1970.
781 Convert(
931 * particular, don't use Convert() to reassemble, because it will
1289 Start = Convert(param.yyMonth, param.yyDay, param.yyYear, param.yyHour,
1344 (void)printf("Bad format - couldn't convert: %s\n",
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 564 // Result to call. ImplicitCast_ forces the compiler to convert R to
912 std::vector<Action<void(Args...)>> Convert(IndexSequence<I...>) const {
932 return Op{Convert<Args...>(MakeIndexSequence<sizeof...(Actions) - 1>()),

Completed in 109 milliseconds

1 2 3