/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 400 AttributeList PAL = getAttributes(); in addAttribute() local 401 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute() 402 setAttributes(PAL); in addAttribute() 406 AttributeList PAL = getAttributes(); in addAttribute() local 407 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute() 408 setAttributes(PAL); in addAttribute() 412 AttributeList PAL = getAttributes(); in addAttributes() local 413 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes() 414 setAttributes(PAL); in addAttributes() 418 AttributeList PAL = getAttributes(); in addParamAttr() local [all …]
|
D | AsmWriter.cpp | 3858 const AttributeList &PAL = CI->getAttributes(); in printInstruction() local 3860 if (PAL.hasAttributes(AttributeList::ReturnIndex)) in printInstruction() 3861 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction() 3878 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction() 3889 if (PAL.hasAttributes(AttributeList::FunctionIndex)) in printInstruction() 3890 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction() 3897 const AttributeList &PAL = II->getAttributes(); in printInstruction() local 3905 if (PAL.hasAttributes(AttributeList::ReturnIndex)) in printInstruction() 3906 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction() 3923 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1402 AttributeList PAL = getAttributes(); 1403 PAL = PAL.addAttribute(getContext(), i, Kind); 1404 setAttributes(PAL); 1409 AttributeList PAL = getAttributes(); 1410 PAL = PAL.addAttribute(getContext(), i, Attr); 1411 setAttributes(PAL); 1417 AttributeList PAL = getAttributes(); 1418 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); 1419 setAttributes(PAL); 1425 AttributeList PAL = getAttributes(); [all …]
|
D | CallSite.h | 341 void setAttributes(AttributeList PAL) { in setAttributes() argument 342 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 187 AttributeList PAL = CS.getAttributes(); in DeleteDeadVarargs() local 188 if (!PAL.isEmpty()) { in DeleteDeadVarargs() 191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs() 192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs() 193 PAL.getRetAttributes(), ArgAttrs); in DeleteDeadVarargs() 209 NewCS.setAttributes(PAL); in DeleteDeadVarargs() 745 const AttributeList &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local 759 ArgAttrVec.push_back(PAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction() 760 HasLiveReturnedArg |= PAL.hasParamAttribute(i, Attribute::Returned); in RemoveDeadStuffFromFunction() 835 AttrBuilder RAttrs(PAL.getRetAttributes()); in RemoveDeadStuffFromFunction() [all …]
|
D | ArgumentPromotion.cpp | 136 AttributeList PAL = F->getAttributes(); in doPromotion() local 153 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo)); in doPromotion() 232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 233 PAL.getRetAttributes(), ArgAttrVec)); in doPromotion()
|
/third_party/ffmpeg/libavdevice/ |
D | bktr.c | 65 #define PAL 1 macro 160 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init() 268 case PAL: s->framerate = av_strdup("pal"); break; in grab_read_header() 331 …{ "standard", "", offsetof(VideoData, standard), AV_OPT_TYPE_INT, {.i64 = VIDEO_FORMAT}, PAL, NTSC… 332 …{ "PAL", "", 0, AV_OPT_TYPE_CONST, {.i64 = PAL}, 0, 0, AV_OPT_FLAG_DECODING_PARAM, "standar…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 176 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument 177 if (PAL.isEmpty()) return 0; // Null maps to zero. in getAttributeListID() 178 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID() 295 void EnumerateAttributes(AttributeList PAL);
|
D | ValueEnumerator.cpp | 918 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes() argument 919 if (PAL.isEmpty()) return; // null is always 0. in EnumerateAttributes() 922 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes() 925 AttributeLists.push_back(PAL); in EnumerateAttributes() 930 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes() 931 AttributeSet AS = PAL.getAttributes(i); in EnumerateAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 269 AttributeList PAL = CS.getAttributes(); in visitCallSite() local 275 if (PAL.hasParamAttribute(ArgNo, Attribute::ByVal)) in visitCallSite() 303 const AttributeList &PAL = CI->getAttributes(); in visitCallSite() local 308 if (PAL.hasParamAttribute(ArgNo++, Attribute::ByVal)) in visitCallSite()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 3058 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; in opt_target() enumerator 3062 norm = PAL; in opt_target() 3082 norm = PAL; in opt_target() 3094 av_log(NULL, AV_LOG_INFO, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC"); in opt_target() 3109 parse_option(o, "s", norm == PAL ? "352x288" : "352x240", options); in opt_target() 3111 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target() 3137 parse_option(o, "s", norm == PAL ? "480x576" : "480x480", options); in opt_target() 3140 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target() 3159 parse_option(o, "s", norm == PAL ? "720x576" : "720x480", options); in opt_target() 3162 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target() [all …]
|
D | ffprobe.c | 3571 PRINT_PIX_FMT_FLAG(PAL, "palette"); in ffprobe_show_pixel_formats()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 302 PAL("Pali", "pli"), enumConstant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 240 const AttributeList &PAL = MF.getFunction().getAttributes(); in emitPrologue() local 241 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1412 const AttributeList &PAL = F->getAttributes(); in emitFunctionParamList() local 1471 if (!PAL.hasParamAttribute(paramIndex, Attribute::ByVal)) { in emitFunctionParamList() 1477 PAL.getParamAlignment(paramIndex), Ty); in emitFunctionParamList() 1562 DL.getValueOrABITypeAlignment(PAL.getParamAlignment(paramIndex), ETy); in emitFunctionParamList()
|
D | NVPTXISelLowering.cpp | 2472 const AttributeList &PAL = F->getAttributes(); in LowerFormalArguments() local 2552 if (!PAL.hasParamAttribute(i, Attribute::ByVal)) { in LowerFormalArguments()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | rv40dsp.asm | 429 ; For timebases without rounding error (i.e. PAL), the fractions
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.2.rst | 94 - radv: use flush vgt streamout like PAL does.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5433 AttributeList PAL = in ParseFunctionHeader() local 5437 if (PAL.hasAttribute(1, Attribute::StructRet) && !RetType->isVoidTy()) in ParseFunctionHeader() 5499 Fn->setAttributes(PAL); in ParseFunctionHeader() 6125 AttributeList PAL = in ParseInvoke() local 6132 II->setAttributes(PAL); in ParseInvoke() 6455 AttributeList PAL = in ParseCallBr() local 6463 CBI->setAttributes(PAL); in ParseCallBr() 6863 AttributeList PAL = in ParseCall() local 6876 CI->setAttributes(PAL); in ParseCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4474 AttributeList PAL = getAttributes(Record[OpNum++]); in parseFunctionBody() local 4540 cast<InvokeInst>(I)->setAttributes(PAL); in parseFunctionBody() 4557 AttributeList PAL = getAttributes(Record[OpNum++]); in parseFunctionBody() local 4627 cast<CallBrInst>(I)->setAttributes(PAL); in parseFunctionBody() 4996 AttributeList PAL = getAttributes(Record[OpNum++]); in parseFunctionBody() local 5078 cast<CallInst>(I)->setAttributes(PAL); in parseFunctionBody()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngimage.c | 249 T(EXPAND_16, NONE, X, X, PAL, R),
|
/third_party/ffmpeg/doc/ |
D | indevs.texi | 328 vertical ancillary data. Both SD PAL (576i) and HD (1080i or 1080p) 331 This option is a bitmask of the SD PAL VBI lines captured, specifically lines 6 572 may be needed at times to toggle between PAL (25 fps) and NTSC (29.97)
|
D | filters.texi | 10751 If the original was telecined from 25 to 30 fps (PAL to NTSC). 13172 It is very useful when converting to or from PAL DV material, 13372 PAL frame rate of @code{25.0} 18250 The intended use is to fix PAL movies that have been captured with the 21775 PAL output (25i): 26807 EBU PAL recommendations with 75% color levels. 26810 EBU PAL recommendations with 100% color levels.
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 1260 ŠANTA PAL 1382 ŠARNJAI PAL 2322 ŠOMOĐI PAL 2323 ŠOMOĐI PAL 2324 ŠOMOĐI PAL 2751 ŠULJAN PAL 6279 ANDROCKI PAL DIPL ING 6534 ARANJOŠ PAL 7306 BAGI-BENKOVIĆ PAL 7641 BAKOŠ PAL [all …]
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3551.txt | 1641 24 (HDTV), 25 (PAL), and 29.97 (NTSC) and 30 Hz (HDTV) frame rates
|