/third_party/skia/third_party/externals/freetype/builds/amiga/ |
D | makefile.os4 | 48 assign FT: // 54 DIRFLAGS = -Iinclude -I/FT/src -I/FT/include -I/SDK/include 67 ftbase.ppc.o: FT:src/base/ftbase.c 68 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbase.c 70 ftinit.ppc.o: FT:src/base/ftinit.c 71 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftinit.c 73 ftsystem.ppc.o: FT:src/base/ftsystem.c 74 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftsystem.c 83 ftbbox.ppc.o: FT:src/base/ftbbox.c 84 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbbox.c [all …]
|
/third_party/freetype/builds/amiga/ |
D | makefile.os4 | 48 assign FT: // 54 DIRFLAGS = -Iinclude -I/FT/src -I/FT/include -I/SDK/include 67 ftbase.ppc.o: FT:src/base/ftbase.c 68 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbase.c 70 ftinit.ppc.o: FT:src/base/ftinit.c 71 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftinit.c 73 ftsystem.ppc.o: FT:src/base/ftsystem.c 74 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftsystem.c 83 ftbbox.ppc.o: FT:src/base/ftbbox.c 84 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbbox.c [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/builds/amiga/ |
D | makefile.os4 | 48 assign FT: // 54 DIRFLAGS = -Iinclude -I/FT/src -I/FT/include -I/SDK/include 67 ftbase.ppc.o: FT:src/base/ftbase.c 68 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbase.c 70 ftinit.ppc.o: FT:src/base/ftinit.c 71 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftinit.c 73 ftsystem.ppc.o: FT:src/base/ftsystem.c 74 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftsystem.c 83 ftbbox.ppc.o: FT:src/base/ftbbox.c 84 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbbox.c [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/ |
D | arm_boolean_distance_template.h | 83 #ifdef FT in FUNC() 98 #ifdef FT in FUNC() 130 #ifdef FT in FUNC() 167 #ifdef FT in FUNC() 198 #ifdef FT in FUNC() 213 #ifdef FT in FUNC() 234 #ifdef FT in FUNC() 248 #ifdef FT in FUNC() 264 #ifdef FT in FUNC() 280 #ifdef FT in FUNC() [all …]
|
D | arm_boolean_distance.c | 46 #define FT macro 53 #undef FT 56 #define FT macro 63 #undef FT 68 #define FT macro 75 #undef FT
|
/third_party/boost/libs/concept_check/test/ |
D | stl_concept_covering.cpp | 367 assignable_archetype<> > FT; in main() typedef 368 mutable_forward_iterator_archetype<FT> fi; in main() 370 convertible_to_archetype<FT> > value(dummy_cons); in main() 376 convertible_to_archetype<PredArg> > FT; in main() typedef 377 mutable_forward_iterator_archetype<FT> fi; in main() 379 convertible_to_archetype<FT> value(dummy_cons); in main() 406 typedef assignable_archetype<> FT; in main() typedef 407 mutable_forward_iterator_archetype<FT> fi; in main() 408 typedef convertible_to_archetype<FT> T; in main() 424 typedef assignable_archetype<> FT; in main() typedef [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 104 FunctionType *FT = F->getFunctionType(); in lookupFunction() local 105 ExtName += getTypeID(FT->getReturnType()); in lookupFunction() 106 for (Type *T : FT->params()) in lookupFunction() 310 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit() argument 320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() argument 326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() argument 335 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf() argument 417 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf() argument 423 GenericValue GV = lle_X_sprintf(FT, NewArgs); in lle_X_printf() 429 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf() argument [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpac3pay.c | 241 guint avail, FT, NF, mtu; in gst_rtp_ac3_pay_flush() local 254 FT = 0; in gst_rtp_ac3_pay_flush() 284 if (FT == 0) { in gst_rtp_ac3_pay_flush() 293 FT = 1; in gst_rtp_ac3_pay_flush() 295 FT = 2; in gst_rtp_ac3_pay_flush() 300 } else if (FT != 3) { in gst_rtp_ac3_pay_flush() 302 FT = 3; in gst_rtp_ac3_pay_flush() 319 GST_LOG_OBJECT (rtpac3pay, "FT %u, NF %u", FT, NF); in gst_rtp_ac3_pay_flush() 321 payload[0] = (FT & 3); in gst_rtp_ac3_pay_flush()
|
D | gstrtpamrpay.c | 286 guint8 FT; in gst_rtp_amr_pay_handle_buffer() local 289 FT = (map.data[i] & 0x78) >> 3; in gst_rtp_amr_pay_handle_buffer() 291 fr_size = frame_size[FT]; in gst_rtp_amr_pay_handle_buffer() 292 GST_DEBUG_OBJECT (basepayload, "frame type %d, frame size %d", FT, fr_size); in gst_rtp_amr_pay_handle_buffer() 371 guint8 FT; in gst_rtp_amr_pay_handle_buffer() local 379 FT = (*ptr & 0x78) >> 3; in gst_rtp_amr_pay_handle_buffer() 381 fr_size = frame_size[FT]; in gst_rtp_amr_pay_handle_buffer()
|
D | gstrtpac3depay.c | 136 guint16 FT, NF; in gst_rtp_ac3_depay_process() local 153 FT = payload[0] & 0x3; in gst_rtp_ac3_depay_process() 156 GST_DEBUG_OBJECT (rtpac3depay, "FT: %d, NF: %d", FT, NF); in gst_rtp_ac3_depay_process()
|
D | gstrtpamrdepay.c | 362 guint8 FT; in gst_rtp_amr_depay_process() local 364 FT = (payload[i] & 0x78) >> 3; in gst_rtp_amr_depay_process() 366 fr_size = frame_size[FT]; in gst_rtp_amr_depay_process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 560 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local 564 if (FT->getReturnType()->isPointerTy()) { in checkWFRetconPrototype() 566 } else if (auto SRetTy = dyn_cast<StructType>(FT->getReturnType())) { in checkWFRetconPrototype() 577 if (FT->getReturnType() != in checkWFRetconPrototype() 585 if (FT->getNumParams() == 0 || !FT->getParamType(0)->isPointerTy()) in checkWFRetconPrototype() 596 auto FT = F->getFunctionType(); in checkWFAlloc() local 597 if (!FT->getReturnType()->isPointerTy()) in checkWFAlloc() 600 if (FT->getNumParams() != 1 || in checkWFAlloc() 601 !FT->getParamType(0)->isIntegerTy()) in checkWFAlloc() 611 auto FT = F->getFunctionType(); in checkWFDealloc() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 373 Constant *getOrBuildTrampolineFunction(FunctionType *FT, StringRef FName); 522 FunctionType *FT; in getCustomFunctionType() local 523 if (isa<PointerType>(param_type) && (FT = dyn_cast<FunctionType>( in getCustomFunctionType() 526 ArgTypes.push_back(getTrampolineFunctionType(FT)->getPointerTo()); in getCustomFunctionType() 653 FunctionType *FT = F->getFunctionType(); in buildWrapperFunction() local 671 unsigned n = FT->getNumParams(); in buildWrapperFunction() 675 if (FT->getReturnType()->isVoidTy()) in buildWrapperFunction() 684 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, in getOrBuildTrampolineFunction() argument 686 FunctionType *FTT = getTrampolineFunctionType(FT); in getOrBuildTrampolineFunction() 694 for (unsigned N = FT->getNumParams(); N != 0; ++AI, --N) in getOrBuildTrampolineFunction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | Sparc.td | 128 // LEON 2 FT generic 132 // LEON 2 FT (AT697E) 137 // LEON 2 FT (AT697F) 143 // LEON 3 FT generic 147 // LEON 3 FT (UT699). Provides features for the UT699 processor 152 // LEON3 FT (GR712RC). Provides features for the GR712RC processor. 157 // LEON 4 FT generic 161 // LEON 4 FT (GR740)
|
D | LeonFeatures.td | 27 // CASA Support differs between LEON3-FT GR712RC and LEON3-FT UT699
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Mangler.cpp | 169 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local 172 (!FT->isVarArg() || FT->getNumParams() == 0 || in getNameWithPrefix() 173 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
|
/third_party/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 59 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local 60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr() 104 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local 105 if (FT->width() == input_bit_pattern.size() * sizeof(uint32_t) * 8) { in ParseDefaultValueBitPattern()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.h | 364 explicit AMDGPULibFunc(StringRef FName, FunctionType *FT); 440 explicit AMDGPUUnmangledLibFunc(StringRef FName, FunctionType *FT) { in AMDGPUUnmangledLibFunc() argument 442 FuncTy = FT; in AMDGPUUnmangledLibFunc() 455 void setFunctionType(FunctionType *FT) { FuncTy = FT; } in setFunctionType() argument
|
D | R600OpenCLImageTypeLoweringPass.cpp | 272 FunctionType *FT = F->getFunctionType(); in addImplicitArgs() local 280 for (unsigned i = 0; i < FT->getNumParams(); ++i) { in addImplicitArgs() 281 ArgTypes.push_back(FT->getParamType(i)); in addImplicitArgs() 305 auto NewFT = FunctionType::get(FT->getReturnType(), ArgTypes, false); in addImplicitArgs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 59 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local 60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr() 122 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local 123 const auto width = FT->width(); in ParseDefaultValueBitPattern()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 59 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local 60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr() 122 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local 123 const auto width = FT->width(); in ParseDefaultValueBitPattern()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 58 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local 59 number_type.bitwidth = FT->width(); in ParseDefaultValueStr() 103 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local 104 if (FT->width() == input_bit_pattern.size() * sizeof(uint32_t) * 8) { in ParseDefaultValueBitPattern()
|
/third_party/boost/boost/gil/concepts/ |
D | point.hpp | 72 using FT = typename P::template axis<0>::coord_t; in constraints() typedef 74 FT ft = gil::axis_value<0>(point); in constraints()
|
/third_party/boost/boost/numeric/conversion/detail/ |
D | meta.hpp | 97 template<class expr0, class expr1, class TT, class TF, class FT, class FF> 110 typedef mpl::if_<caseFT,FT,FF> choose_FT_FF_Q ;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() argument 176 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() 420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local 422 if (needsFPReturnHelper(*FT) && in fixupFPReturnAndCall()
|