/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 27 type ID uint32 type 30 func (x ID) Str(m *Map) string { return m.ByID(x) } 32 func (x ID) AmbiguousForm() ID { 33 if x >= ID(len(ambiguousForms)) { 39 func (x ID) UnaryForm() ID { 40 if x >= ID(len(unaryForms)) { 46 func (x ID) BinaryForm() ID { 47 if x >= ID(len(binaryForms)) { 53 func (x ID) AssociativeForm() ID { 54 if x >= ID(len(associativeForms)) { [all …]
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLParser.h | 150 ASTNode& getNode(ASTNode::ID id) { in getNode() 159 ASTNode::ID precision(); 161 ASTNode::ID directive(); 163 ASTNode::ID section(); 165 ASTNode::ID enumDeclaration(); 167 ASTNode::ID declaration(); 169 ASTNode::ID varDeclarations(); 171 ASTNode::ID structDeclaration(); 173 ASTNode::ID structVarDeclaration(Modifiers modifiers); 175 ASTNode::ID varDeclarationEnd(Modifiers modifiers, ASTNode::ID type, StringFragment name); [all …]
|
D | SkSLParser.cpp | 113 ASTNode::ID result(fFile->fNodes.size()); \ 128 ASTNode::ID child(fFile->fNodes.size()); \ 143 ASTNode::ID dir = this->directive(); in file() 153 ASTNode::ID section = this->section(); in file() 163 ASTNode::ID decl = this->declaration(); in file() 254 ASTNode::ID Parser::directive() { in directive() 257 return ASTNode::ID::Invalid(); in directive() 263 return ASTNode::ID::Invalid(); in directive() 266 return ASTNode::ID::Invalid(); in directive() 270 return ASTNode::ID::Invalid(); in directive() [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | concat-demuxer-simple2-lavf-ts | 1 video|1|982|0.010911|-2618|-0.029089|3600|0.040000|24801|564|K_MPEGTS Stream ID 3 video|1|4582|0.050911|982|0.010911|3600|0.040000|16429|25944|__MPEGTS Stream ID 5 video|1|8182|0.090911|4582|0.050911|3600|0.040000|14508|42864|__MPEGTS Stream ID 7 video|1|11782|0.130911|8182|0.090911|3600|0.040000|12622|58092|__MPEGTS Stream ID 9 video|1|15382|0.170911|11782|0.130911|3600|0.040000|13393|71064|__MPEGTS Stream ID 11 video|1|18982|0.210911|15382|0.170911|3600|0.040000|13092|84788|__MPEGTS Stream ID 13 video|1|22582|0.250911|18982|0.210911|3600|0.040000|12755|98700|__MPEGTS Stream ID 15 video|1|26182|0.290911|22582|0.250911|3600|0.040000|12023|111860|__MPEGTS Stream ID 17 audio|0|0|0.000000|0|0.000000|2351|0.026122|208|152844|K_MPEGTS Stream ID 32 video|1|29782|0.330911|26182|0.290911|3600|0.040000|14098|124268|__MPEGTS Stream ID [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | ID.hpp | 29 class ID class 32 ID() = default; 34 inline ID(int id); 35 inline bool operator==(const ID<T> &rhs) const; 36 inline bool operator!=(const ID<T> &rhs) const; 37 inline bool operator<(const ID<T> &rhs) const; 38 inline ID operator++(); 39 inline ID operator++(int); 49 ID<T>::ID(int id) in ID() function in vk::dbg::ID 54 bool ID<T>::operator==(const ID<T> &rhs) const in operator ==() [all …]
|
D | Thread.hpp | 43 using ID = dbg::ID<Scope>; typedef in vk::dbg::Scope 45 inline Scope(ID id, 50 const ID id; 59 Scope::Scope(ID id, in Scope() 73 using ID = dbg::ID<Frame>; typedef in vk::dbg::Frame 75 inline Frame(ID id, std::string function); 78 const ID id; 99 Frame::Frame(ID id, std::string function) in Frame() 108 using ID = dbg::ID<Thread>; typedef in vk::dbg::Thread 120 Thread(ID id, Context *ctx); [all …]
|
/third_party/skia/experimental/sorttoy/ |
D | sorttoy.cpp | 183 s.clip(sk_make_sp<ClipCmd>(ID(1), Shape::kRect, r)); in mcstack_test() 191 s.clip(sk_make_sp<ClipCmd>(ID(2), Shape::kRect, r)); in mcstack_test() 197 s.clip(sk_make_sp<ClipCmd>(ID(3), Shape::kRect, r)); in mcstack_test() 217 const std::vector<ID>& actualOrder, in check_order() 218 const std::vector<ID>& expectedOrder) { in check_order() 244 std::vector<ID>* expectedOrder); 250 std::vector<ID> expectedOrder; in sort_test() 271 std::vector<ID> actualOrder = fake.getOrder(); in sort_test() 281 std::vector<ID>* expectedOrder) { in test1() 283 expectedOrder->push_back(ID(1)); in test1() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.h | 33 SyncScope::ID AgentSSID; 35 SyncScope::ID WorkgroupSSID; 37 SyncScope::ID WavefrontSSID; 39 SyncScope::ID SystemOneAddressSpaceSSID; 41 SyncScope::ID AgentOneAddressSpaceSSID; 43 SyncScope::ID WorkgroupOneAddressSpaceSSID; 45 SyncScope::ID WavefrontOneAddressSpaceSSID; 47 SyncScope::ID SingleThreadOneAddressSpaceSSID; 55 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering() 77 bool isOneAddressSpace(SyncScope::ID SSID) const { in isOneAddressSpace() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 109 static char ID; member 113 "dom", ID) { in DomViewer() 121 static char ID; member 125 "domonly", ID) { in DomOnlyViewer() 140 static char ID; member 145 "postdom", ID){ in PostDomViewer() 154 static char ID; member 159 "postdomonly", ID){ in PostDomOnlyViewer() 165 char DomViewer::ID = 0; member in DomViewer 169 char DomOnlyViewer::ID = 0; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.h | 84 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) DW_TAG_##NAME = ID, argument 95 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in isType() argument 104 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) DW_AT_##NAME = ID, argument 111 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) DW_FORM_##NAME = ID, argument 117 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) DW_OP_##NAME = ID, argument 128 #define HANDLE_DW_ATE(ID, NAME, VERSION, VENDOR) DW_ATE_##NAME = ID, argument 145 #define HANDLE_DW_END(ID, NAME) DW_END_##NAME = ID, argument 166 #define HANDLE_DW_VIRTUALITY(ID, NAME) DW_VIRTUALITY_##NAME = ID, argument 172 #define HANDLE_DW_DEFAULTED(ID, NAME) DW_DEFAULTED_##NAME = ID, argument 178 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ argument [all …]
|
D | MsgPack.h | 28 #define HANDLE_MP_FIRST_BYTE(ID, NAME) constexpr uint8_t NAME = ID; argument 40 #define HANDLE_MP_FIX_BITS(ID, NAME) constexpr uint8_t NAME = ID; argument 53 #define HANDLE_MP_FIX_BITS_MASK(ID, NAME) constexpr uint8_t NAME = ID; argument 62 #define HANDLE_MP_FIX_MAX(ID, NAME) constexpr uint8_t NAME = ID; argument 72 #define HANDLE_MP_FIX_LEN(ID, NAME) constexpr uint8_t NAME = ID; argument 85 #define HANDLE_MP_FIX_MIN(ID, NAME) constexpr int8_t NAME = ID; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 38 static void initializeUsedResources(InstrDesc &ID, in initializeUsedResources() argument 96 ID.MustIssueImmediately = AllInOrderResources && AnyDispatchHazards; in initializeUsedResources() 122 ID.Resources.emplace_back(A); in initializeUsedResources() 159 for (ResourcePlusCycles &RPC : ID.Resources) { in initializeUsedResources() 181 ID.UsedBuffers = Buffers.getZExtValue(); in initializeUsedResources() 182 ID.UsedProcResUnits = UsedResourceUnits; in initializeUsedResources() 183 ID.UsedProcResGroups = UsedResourceGroups; in initializeUsedResources() 186 for (const std::pair<uint64_t, ResourceUsage> &R : ID.Resources) in initializeUsedResources() 191 uint64_t BufferIDs = ID.UsedBuffers; in initializeUsedResources() 197 dbgs() << "\t\t Used Units=" << format_hex(ID.UsedProcResUnits, 16) << '\n'; in initializeUsedResources() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PassManager.h | 94 static AnalysisSetKey *ID() { return &SetKey; } in ID() function 117 static AnalysisSetKey *ID() { return &SetKey; } in ID() function 175 template <typename AnalysisT> void preserve() { preserve(AnalysisT::ID()); } in preserve() 179 void preserve(AnalysisKey *ID) { in preserve() argument 181 NotPreservedAnalysisIDs.erase(ID); in preserve() 186 PreservedIDs.insert(ID); in preserve() 191 preserveSet(AnalysisSetT::ID()); in preserveSet() 195 void preserveSet(AnalysisSetKey *ID) { in preserveSet() argument 198 PreservedIDs.insert(ID); in preserveSet() 208 template <typename AnalysisT> void abandon() { abandon(AnalysisT::ID()); } in abandon() [all …]
|
/third_party/boost/boost/spirit/home/x3/support/ |
D | context.hpp | 16 template <typename ID, typename T, typename Next = unused_type> 22 T& get(mpl::identity<ID>) const in get() 37 template <typename ID, typename T> 38 struct context<ID, T, unused_type> 46 T& get(mpl::identity<ID>) const in get() 66 template <typename ID, typename T, typename Next> 67 inline context<ID, T, Next> make_context(T& val, Next const& next) in make_context() 72 template <typename ID, typename T> 73 inline context<ID, T> make_context(T& val) in make_context() 80 template <typename ID, typename T, typename Next, typename FoundVal> [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_philosopher.c | 35 static int think(int ID) in think() argument 37 printf("Philosoper [%d] is thinking... \n", ID); in think() 41 static int eat(int ID) in eat() argument 43 printf("Philosoper [%d] is eating... \n", ID); in eat() 47 static int test(int ID) in test() argument 50 if ((ID - 1) < 0) in test() 51 preID = PH_NUM + (ID - 1); in test() 53 preID = (ID - 1) % PH_NUM; in test() 55 if ((ID + 1) >= PH_NUM) in test() 56 postID = ID + 1 - PH_NUM; in test() [all …]
|
/third_party/boost/boost/spirit/home/x3/nonterminal/detail/ |
D | rule.hpp | 27 template <typename ID> 30 template <typename ID, typename Attribute = unused_type, bool force_attribute = false> 49 template <typename ID, typename Attribute, typename Iterator 53 rule<ID, Attribute> rule_ 93 template <typename ID, typename Iterator, typename Context, typename Enable = void> 96 template <typename ID, typename Iterator, typename Context> 97 struct has_on_error<ID, Iterator, Context, 100 std::declval<ID>().on_error( 111 …template <typename ID, typename Iterator, typename Attribute, typename Context, typename Enable = … 114 template <typename ID, typename Iterator, typename Attribute, typename Context> [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/render/ |
D | render.go | 92 for len(lineTokens) > 0 && lineTokens[len(lineTokens)-1].ID == t.IDSemicolon { 113 if lineTokens[0].ID.IsClose() { 115 } else if hanging && lineTokens[0].ID != t.IDOpenCurly { 123 } else if id := lineTokens[0].ID; id == t.IDPri || id == t.IDPub { 124 inStruct = lineTokens[1].ID == t.IDStruct 134 name := tm.ByID(lineTokens[0].ID) 145 prevID, prevIsTightRight := t.ID(0), false 147 if prevID == t.IDEq || (prevID != 0 && !prevIsTightRight && !tok.ID.IsTightLeft()) { 150 if tok.ID != t.IDOpenParen || !isCloseIdentStrLiteral(tm, prevID) { 155 buf = append(buf, tm.ByID(tok.ID)...) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | PassAnalysisSupport.h | 62 AnalysisUsage &addRequiredID(const void *ID); 63 AnalysisUsage &addRequiredID(char &ID); 66 return addRequiredID(PassClass::ID); in addRequired() 69 AnalysisUsage &addRequiredTransitiveID(char &ID); 72 return addRequiredTransitiveID(PassClass::ID); in addRequiredTransitive() 78 AnalysisUsage &addPreservedID(const void *ID) { in addPreservedID() argument 79 Preserved.push_back(ID); in addPreservedID() 82 AnalysisUsage &addPreservedID(char &ID) { in addPreservedID() argument 83 Preserved.push_back(&ID); in addPreservedID() 89 Preserved.push_back(&PassClass::ID); in addPreserved() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 81 ARMConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() argument 82 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId() 122 unsigned ID, in ARMConstantPoolConstant() argument 127 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant() 131 unsigned ID, in ARMConstantPoolConstant() argument 136 : ARMConstantPoolValue((Type*)C->getType(), ID, Kind, PCAdj, Modifier, in ARMConstantPoolConstant() 148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() argument 149 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create() 168 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagString() argument 34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in getTag() argument 44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVersion() argument 55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVendor() argument 76 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeString() argument 87 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVersion() argument 98 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVendor() argument 109 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) \ in FormEncodingString() argument 120 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) \ in FormVersion() argument 131 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) \ in FormVendor() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShader.hpp | 308 using ID = SpirvID<Type>; typedef in sw::SpirvShader::Type 318 ID element; 324 using ID = SpirvID<Object>; typedef in sw::SpirvShader::Object 327 Type::ID typeId() const { return definition.resultTypeId(); } in typeId() 328 Object::ID id() const { return definition.resultId(); } in id() 370 using ID = SpirvID<Block>; typedef in sw::SpirvShader::Block 371 using Set = std::unordered_set<ID>; 376 ID from; 377 ID to; 411 ID mergeBlock; // Structured flow merge block. [all …]
|
/third_party/ffmpeg/libavutil/ |
D | cast5.c | 29 #define ID(x) ((x) & 0xff) macro 36 … f = ((S1[IA(I)] + S2[IB(I)]) ^ S3[IC(I)]) - S4[ID(I)]; \ 43 … f = ((S1[IA(I)] - S2[IB(I)]) + S3[IC(I)]) ^ S4[ID(I)]; \ 50 … f = ((S1[IA(I)] ^ S2[IB(I)]) - S3[IC(I)]) + S4[ID(I)]; \ 56 … z[0] = x[0] ^ S5[IB(x[3])] ^ S6[ID(x[3])] ^ S7[IA(x[3])] ^ S8[IC(x[3])] ^ S7[IA(x[2])]; \ 57 … z[1] = x[2] ^ S5[IA(z[0])] ^ S6[IC(z[0])] ^ S7[IB(z[0])] ^ S8[ID(z[0])] ^ S8[IC(x[2])]; \ 58 … z[2] = x[3] ^ S5[ID(z[1])] ^ S6[IC(z[1])] ^ S7[IB(z[1])] ^ S8[IA(z[1])] ^ S5[IB(x[2])]; \ 59 … z[3] = x[1] ^ S5[IC(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[2])] ^ S8[IA(z[2])] ^ S6[ID(x[2])]; \ 64 … x[0] = z[2] ^ S5[IB(z[1])] ^ S6[ID(z[1])] ^ S7[IA(z[1])] ^ S8[IC(z[1])] ^ S7[IA(z[0])]; \ 65 … x[1] = z[0] ^ S5[IA(x[0])] ^ S6[IC(x[0])] ^ S7[IB(x[0])] ^ S8[ID(x[0])] ^ S8[IC(z[0])]; \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AttributeImpl.h | 77 void Profile(FoldingSetNodeID &ID) const { in Profile() argument 79 Profile(ID, getKindAsEnum(), static_cast<uint64_t>(0)); in Profile() 81 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile() 83 Profile(ID, getKindAsString(), getValueAsString()); in Profile() 85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile() 88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() argument 90 ID.AddInteger(Kind); in Profile() 91 if (Val) ID.AddInteger(Val); in Profile() 94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() argument 95 ID.AddString(Kind); in Profile() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 182 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0; 186 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash, 208 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos); 221 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 222 X.Profile(ID); in Profile() 224 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() 225 X.Profile(ID); in Profile() 232 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash, 256 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() 257 X.Profile(ID, Context); in Profile() [all …]
|
/third_party/boost/boost/spirit/home/classic/core/non_terminal/ |
D | subrule.hpp | 148 template <int ID, typename DefT, typename ContextT> 152 subrule_parser<ID, DefT, ContextT>, 154 operator,(subrule_parser<ID, DefT, ContextT> const& rhs_) in operator ,() 159 subrule_parser<ID, DefT, ContextT>, in operator ,() 163 subrule_parser<ID, DefT, ContextT>, in operator ,() 176 template <int ID, typename DefT, typename ContextT> 178 : public parser<subrule_parser<ID, DefT, ContextT> > 180 typedef subrule_parser<ID, DefT, ContextT> self_t; 181 typedef subrule<ID, ContextT> subrule_t; 184 BOOST_STATIC_CONSTANT(int, id = ID); [all …]
|