Home
last modified time | relevance | path

Searched refs:MaxBufferSize (Results 1 – 4 of 4) sorted by relevance

/external/dynamic_depth/includes/xmpmeta/
Dxmp_const.h25 static const int MaxBufferSize();
/external/dynamic_depth/internal/xmpmeta/
Dxmp_const.cc35 const int XmpConst::MaxBufferSize() { return 65502; } in MaxBufferSize() function in dynamic_depth::xmpmeta::XmpConst
Dxmp_writer.cc176 if (buffer.length() > XmpConst::MaxBufferSize()) { in InsertStandardXMPSection()
179 << XmpConst::MaxBufferSize() << " bytes"; in InsertStandardXMPSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp509 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable() local
510 if (Buffer.size() >= MaxBufferSize) in encodeInlineLineTable()