Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 2664) sorted by relevance

12345678910>>...107

/third_party/ffmpeg/tests/ref/fate/
Dconcat-demuxer-simple2-lavf-ts1 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/
DID.hpp29 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 …]
DThread.hpp43 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/
Dsorttoy.cpp183 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/
DAMDGPUMachineModuleInfo.h33 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/
DDomPrinter.cpp109 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/
DDwarf.h84 #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 …]
DMsgPack.h28 #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/include/llvm/IR/
DPassManager.h94 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp38 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/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_philosopher.c35 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp81 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/include/llvm/
DPassAnalysisSupport.h62 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/src/Pipeline/
DSpirvShader.hpp308 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 …]
DSpirvShaderControlFlow.cpp50 outs.emplace(Block::ID(branchInstruction.word(1))); in Block()
57 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
58 continueTarget = Block::ID(mergeInstruction.word(2)); in Block()
69 outs.emplace(Block::ID(branchInstruction.word(2))); in Block()
70 outs.emplace(Block::ID(branchInstruction.word(3))); in Block()
77 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
83 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
84 continueTarget = Block::ID(mergeInstruction.word(2)); in Block()
95 outs.emplace(Block::ID(branchInstruction.word(2))); in Block()
98 outs.emplace(Block::ID(branchInstruction.word(w))); in Block()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp25 #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/ffmpeg/libavutil/
Dcast5.c29 #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/include/llvm/ADT/
DFoldingSet.h182 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h77 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/typescript/tests/ts_extra_tests/test_ts_cases/spec/scripts_and_modules/5_export_declarations/
Dexport_modifiers_1.ts26 import * as ID from './export_modifiers_0.js';
28 Assert.equal(ID.exp, 0);
29 Assert.equal(ID.econ, 0x1000);
30 let g = ID.arrList(0, 10);
31 let arr = ID.getGArr(g);
33 let ncolor = new ID.newColor('Red', [255, 0, 0]);
36 let p: ID.Point = { x: 0, y: 0, pname: '00' };
38 let ns: ID.NumStrKey = 'valueOf';
40 Assert.equal(ID.Color.Red, 0xFF0000);
41 Assert.equal(ID.N.x, 1024);
Dexport_list_declarations_1.ts26 import * as ID from './export_list_declarations_0.js';
28 Assert.equal(ID.exp, 0);
29 Assert.equal(ID.econ, 0x1000);
30 let g = ID.arrList(0, 10);
31 let arr = ID.getGArr(g);
33 let ncolor = new ID.newColor('Red', [255, 0, 0]);
36 let p: ID.Point = { x: 0, y: 0, pname: '00' };
38 let ns: ID.NumStrKey = 'valueOf';
40 Assert.equal(ID.Color.Red, 0xFF0000);
41 Assert.equal(ID.N.x, 1024);
Dexport_default_declarations_1.ts26 import newColor, * as ID from './export_default_declarations_0.js';
32 Assert.equal(ID.exp, 0);
33 Assert.equal(ID.econ, 0x1000);
34 let g = ID.arrList(0, 10);
35 let arr = ID.getGArr(g);
37 let p: ID.Point = { x: 0, y: 0, pname: '00' };
39 let ns: ID.NumStrKey = 'valueOf';
41 Assert.equal(ID.Color.Red, 0xFF0000);
42 Assert.equal(ID.N.x, 1024);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() argument
32 switch (ID) { in getOpcode()
60 RecurrenceDescriptor::MinMaxRecurrenceKind getMRK(Intrinsic::ID ID) { in getMRK() argument
61 switch (ID) { in getMRK()
110 Intrinsic::ID ID = II->getIntrinsicID(); in expandReductions() local
111 RecurrenceDescriptor::MinMaxRecurrenceKind MRK = getMRK(ID); in expandReductions()
117 switch (ID) { in expandReductions()
126 Rdx = getOrderedReduction(Builder, Acc, Vec, getOpcode(ID), MRK); in expandReductions()
131 Rdx = getShuffleReduction(Builder, Vec, getOpcode(ID), MRK); in expandReductions()
132 Rdx = Builder.CreateBinOp((Instruction::BinaryOps)getOpcode(ID), in expandReductions()
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.hpp67 std::unordered_map<ID, Meta> meta;
72 SmallVector<ID> ids_for_type[TypeCount];
78 SmallVector<ID> ids_for_constant_or_type;
79 SmallVector<ID> ids_for_constant_or_variable;
124 void set_name(ID id, const std::string &name);
125 const std::string &get_name(ID id) const;
126 void set_decoration(ID id, spv::Decoration decoration, uint32_t argument = 0);
127 void set_decoration_string(ID id, spv::Decoration decoration, const std::string &argument);
128 bool has_decoration(ID id, spv::Decoration decoration) const;
129 uint32_t get_decoration(ID id, spv::Decoration decoration) const;
[all …]
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go36 pending map[ID]chan *WireResponse
38 handling map[ID]*Request
77 pending: make(map[ID]chan *WireResponse),
78 handling: make(map[ID]*Request),
97 func (c *Conn) Cancel(id ID) {
142 id := ID{Number: atomic.AddInt64(&c.seq, 1)}
148 ID: &id,
218 return r.ID == nil
261 ID: r.ID,
291 if r.ID == nil {
[all …]

12345678910>>...107