Home
last modified time | relevance | path

Searched refs:MaxLength (Results 1 – 18 of 18) sorted by relevance

/external/brotli/csharp/org/brotli/dec/
DHuffman.cs17 private const int MaxLength = 15; field in Org.Brotli.Dec.Huffman
58 while (len < MaxLength) in NextTableBitSize()
79 int[] count = new int[MaxLength + 1]; in BuildHuffmanTable()
81 int[] offset = new int[MaxLength + 1]; in BuildHuffmanTable()
91 for (int len = 1; len < MaxLength; len++) in BuildHuffmanTable()
107 if (offset[MaxLength] == 1) in BuildHuffmanTable()
130 for (int len = rootBits + 1, step = 2; len <= MaxLength; len++, step <<= 1) in BuildHuffmanTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h39 Error beginRecord(Optional<uint32_t> MaxLength);
148 Optional<uint32_t> MaxLength; member
151 if (!MaxLength.hasValue()) in bytesRemaining()
156 if (BytesUsed >= *MaxLength) in bytesRemaining()
158 return *MaxLength - BytesUsed; in bytesRemaining()
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h51 uint32_t MaxLength = Length - Offset; in readLongestContiguousChunk() local
52 if (Buffer.size() > MaxLength) in readLongestContiguousChunk()
53 Buffer = Buffer.slice(0, MaxLength); in readLongestContiguousChunk()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBinaryStreamRef.cpp98 uint32_t MaxLength = getLength() - Offset; in readLongestContiguousChunk() local
99 if (Buffer.size() > MaxLength) in readLongestContiguousChunk()
100 Buffer = Buffer.slice(0, MaxLength); in readLongestContiguousChunk()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp19 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord() argument
21 Limit.MaxLength = MaxLength; in beginRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp269 SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const { in EmitTargetCodeForStrnlen() argument
271 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT); in EmitTargetCodeForStrnlen()
272 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen()
DSystemZSelectionDAGInfo.h68 SDValue Src, SDValue MaxLength,
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp273 SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const { in EmitTargetCodeForStrnlen() argument
275 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT); in EmitTargetCodeForStrnlen()
276 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen()
DSystemZSelectionDAGInfo.h68 SDValue Src, SDValue MaxLength,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc329 char *Buffer, int MaxLength);
332 char *Buffer, int MaxLength);
337 int MaxLength);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_exdata.cpp23 {XFA_Attribute::MaxLength, XFA_AttributeType::Integer, (void*)-1},
Dcxfa_node_statics.cpp826 {0xc4547a08 /* maxLength */, XFA_Attribute::MaxLength},
2211 case XFA_Attribute::MaxLength: in AttributeToName()
Dxfa_basic_data_element_script.cpp2689 XFA_Attribute::MaxLength, XFA_ScriptType::Basic},
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h146 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
/external/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h143 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
/external/google-breakpad/src/client/linux/minidump_writer/
Dline_reader_unittest.cc143 TEST(LineReaderTest, MaxLength) { in TEST() argument
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h556 MaxLength, enumerator
Dcxfa_widgetacc.cpp2307 pChild->JSObject()->GetInteger(XFA_Attribute::MaxLength); in GetMaxChars()