Searched defs:WriteID (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h73 void WriteID(UInt64 value) { WriteNumber(value); } function in class:NArchive::N7z::COutArchive
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp194 unsigned WriteID = WLEntry->WriteResourceID; local
204 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp231 int32 WriteID(IMkvWriter* writer, uint64 type) { function in namespace:mkvmuxer
246 if (WriteID(writer, type))
259 if (WriteID(writer, type))
276 if (WriteID(writer, type))
292 if (WriteID(writer, type))
312 if (WriteID(writer, type))
351 if (WriteID(writer, kMkvSimpleBlock))
421 if (WriteID(writer, kMkvBlockGroup)) // 1-byte ID size
429 if (WriteID(writer, kMkvBlock)) // 1-byte ID size
459 if (WriteID(write
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp251 int32 WriteID(IMkvWriter* writer, uint64 type) { function in namespace:mkvmuxer
266 if (WriteID(writer, type))
279 if (WriteID(writer, type))
296 if (WriteID(writer, type))
312 if (WriteID(writer, type))
330 if (WriteID(writer, type))
346 if (WriteID(writer, type))
381 if (WriteID(writer, kMkvSimpleBlock))
448 if (WriteID(writer, kMkvBlockGroup)) // 1-byte ID size
456 if (WriteID(write
[all...]
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp933 unsigned WriteID = WriteSeq.back(); local
934 WriterNames.push_back(SchedModels.getSchedWrite(WriteID).Name);
938 SchedModels.getSchedWrite(WriteID).TheDef)) {
939 WriteID = 0;
941 WLEntry.WriteResourceID = WriteID;

Completed in 1219 milliseconds