HomeSort by relevance Sort by last modified time
    Searched defs:WriteID (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 193 unsigned WriteID = WLEntry->WriteResourceID;
203 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 149 if (WriteID(writer, kMkvSimpleBlock))
406 int32 WriteID(IMkvWriter* writer, uint64 type) {
421 if (WriteID(writer, type))
434 if (WriteID(writer, type))
451 if (WriteID(writer, type))
468 if (WriteID(writer, type))
484 if (WriteID(writer, type))
502 if (WriteID(writer, type))
518 if (WriteID(writer, type))
567 if (WriteID(writer, kMkvVoid)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 238 void WriteID(UInt64 value) { WriteNumber(value); }
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 231 int32 WriteID(IMkvWriter* writer, uint64 type) {
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(writer, kMkvBlockDuration)) // 1-byte ID siz
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp     [all...]

Completed in 505 milliseconds