/external/brotli/csharp/org/brotli/dec/ |
D | Huffman.cs | 17 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/ |
D | CodeViewRecordIO.h | 39 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/ |
D | StreamRef.h | 51 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/ |
D | BinaryStreamRef.cpp | 98 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/ |
D | CodeViewRecordIO.cpp | 19 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/ |
D | SystemZSelectionDAGInfo.cpp | 269 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()
|
D | SystemZSelectionDAGInfo.h | 68 SDValue Src, SDValue MaxLength,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 273 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()
|
D | SystemZSelectionDAGInfo.h | 68 SDValue Src, SDValue MaxLength,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_posix_libcdep.cc | 329 char *Buffer, int MaxLength); 332 char *Buffer, int MaxLength); 337 int MaxLength);
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_exdata.cpp | 23 {XFA_Attribute::MaxLength, XFA_AttributeType::Integer, (void*)-1},
|
D | cxfa_node_statics.cpp | 826 {0xc4547a08 /* maxLength */, XFA_Attribute::MaxLength}, 2211 case XFA_Attribute::MaxLength: in AttributeToName()
|
D | xfa_basic_data_element_script.cpp | 2689 XFA_Attribute::MaxLength, XFA_ScriptType::Basic},
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 146 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 143 SDValue Src, SDValue MaxLength, in EmitTargetCodeForStrnlen() argument
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | line_reader_unittest.cc | 143 TEST(LineReaderTest, MaxLength) { in TEST() argument
|
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic.h | 556 MaxLength, enumerator
|
D | cxfa_widgetacc.cpp | 2307 pChild->JSObject()->GetInteger(XFA_Attribute::MaxLength); in GetMaxChars()
|