Home
last modified time | relevance | path

Searched refs:MaxLength (Results 1 – 12 of 12) 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/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/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/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()