/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/gstreamer/gstreamer/docs/random/ |
D | aspectratio | 3 PAL DVD: 16 2) playing PAL DVD on PAL TV 18 PAL DVD: 26 DirectFB PAL TV output: 38 4) playing an NTSC vob on PAL TV
|
/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/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdec.c | 315 if (dvdec->PAL) { in gst_dvdec_src_negotiate() 427 gboolean PAL, wide; in gst_dvdec_chain() local 451 PAL = dv_system_50_fields (dvdec->decoder); in gst_dvdec_chain() 456 length = (PAL ? PAL_BUFFER : NTSC_BUFFER); in gst_dvdec_chain() 466 if (PAL != dvdec->PAL || wide != dvdec->wide) { in gst_dvdec_chain() 468 dvdec->PAL = PAL; in gst_dvdec_chain() 472 dvdec->height = (dvdec->PAL ? PAL_HEIGHT : NTSC_HEIGHT); in gst_dvdec_chain()
|
D | gstdvdec.h | 47 gboolean PAL; member
|
/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 | 2810 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; in opt_target() enumerator 2814 norm = PAL; in opt_target() 2834 norm = PAL; in opt_target() 2846 av_log(NULL, AV_LOG_INFO, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC"); in opt_target() 2861 parse_option(o, "s", norm == PAL ? "352x288" : "352x240", options); in opt_target() 2863 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target() 2889 parse_option(o, "s", norm == PAL ? "480x576" : "480x480", options); in opt_target() 2892 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target() 2911 parse_option(o, "s", norm == PAL ? "720x576" : "720x480", options); in opt_target() 2914 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target() [all …]
|
/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/flutter/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/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklink.cpp | 299 #define PAL 12, 11, true, "bt601" macro 310 {bmdModePAL, 720, 576, 25, 1, true, PAL}, 312 {bmdModePALp, 720, 576, 25, 1, false, PAL},
|
/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()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | rv40dsp.asm | 443 ; 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/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | id3v2.4.0-frames.txt | 433 "VID/PAL/VHS" $00. 477 /PAL PAL 482 /PAL PAL
|
D | id3v2.3.0.txt | 648 refinements is appended after the media type, e.g. "(CD/A)" or "(VID/PAL/ 694 /PAL PAL 699 /PAL PAL
|
/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()
|