Searched defs:Length (Results 101 - 125 of 192) sorted by relevance

12345678

/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp75 unsigned Length; local
76 uint64_t Value = decodeULEB128(Data + Offset, &Length);
77 Offset = Offset + Length;
84 size_t Length = std::strlen(String); local
85 Offset = Offset + Length + 1;
86 return StringRef(String, Length);
546 unsigned Length; local
547 uint64_t Value = decodeULEB128(Data + Offset, &Length);
548 Offset = Offset + Length;
556 uint32_t &Offset, uint32_t Length) {
555 ParseAttributeList(const uint8_t *Data, uint32_t &Offset, uint32_t Length) argument
558 unsigned Length; local
587 ParseSubsection(const uint8_t *Data, uint32_t Length) argument
[all...]
H A DARMWinEHPrinter.cpp237 unsigned Length, bool Prologue) {
248 unsigned Length, bool Prologue) {
267 unsigned Length, bool Prologue) {
279 unsigned Length, bool Prologue) {
296 unsigned Length, bool Prologue) {
313 unsigned Length, bool Prologue) {
327 unsigned Length, bool Prologue) {
340 unsigned Length, bool Prologue) {
354 unsigned Length, bool Prologue) {
370 unsigned Length, boo
236 opcode_0xxxxxxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
247 opcode_10Lxxxxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
266 opcode_1100xxxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
278 opcode_11010Lxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
295 opcode_11011Lxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
312 opcode_11100xxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
326 opcode_111010xx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
339 opcode_1110110L(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
353 opcode_11101110(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
369 opcode_11101111(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
385 opcode_11110101(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
400 opcode_11110110(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
415 opcode_11110111(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
428 opcode_11111000(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
443 opcode_11111001(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
456 opcode_11111010(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
471 opcode_11111011(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
478 opcode_11111100(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
485 opcode_11111101(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
492 opcode_11111110(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
499 opcode_11111111(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
[all...]
H A DARMEHABIPrinter.h67 void Decode(const uint8_t *Opcodes, off_t Offset, size_t Length);
290 void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, size_t Length) { argument
291 for (unsigned OCI = Offset; OCI < Length + Offset; ) {
334 void PrintOpcodes(const uint8_t *Entry, size_t Length, off_t Offset) const;
454 size_t Length, off_t Offset) const {
456 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length);
453 PrintOpcodes(const uint8_t *Entry, size_t Length, off_t Offset) const argument
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs129 public override Int64 Length { get { return 0; } } property in class:SevenZip.LzmaBench.CrcOutStream
213 for (int i = 0; i + s.Length < 6; i++)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h34 #include "platform/Length.h"
85 BasicShapeCenterCoordinate(Direction direction = TopLeft, const Length& length = Length(0, Fixed)) argument
102 const Length& length() const { return m_length; }
103 const Length& computedLength() const { return m_computedLength; }
112 Length m_length;
113 Length m_computedLength;
124 explicit BasicShapeRadius(const Length& v) : m_value(v), m_type(Value) { }
129 const Length& value() const { return m_value; }
147 Length m_valu
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc575 int MatlabPlot::Length(char *name) function in class:MatlabPlot
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs150 public ushort Length { get { return length; } } property in struct:ChromeDebug.LowLevel.LowLevelTypes.UNICODE_STRING
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.cc732 int Parsed::Length() const { function in class:url::Parsed
803 const int len = Length() - begin;
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc23 HValue* Length() const { return length_; } function in class:v8::internal::BoundsCheckKey
298 return k1->IndexBase() == k2->IndexBase() && k1->Length() == k2->Length();
/external/clang/lib/AST/
H A DAPValue.cpp50 void resizePath(unsigned Length) { argument
51 if (Length == PathLength)
55 PathLength = Length;
57 PathPtr = new LValuePathEntry[Length];
88 void resizePath(unsigned Length) { argument
89 if (Length == PathLength)
93 PathLength = Length;
95 PathPtr = new PathElem[Length];
H A DCommentParser.cpp172 const unsigned Length = WordText.size(); local
173 if (Length == 0) {
178 char *TextPtr = Allocator.Allocate<char>(Length + 1);
180 memcpy(TextPtr, WordText.c_str(), Length + 1);
181 StringRef Text = StringRef(TextPtr, Length);
183 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
222 const unsigned Length = WordText.size(); local
223 char *TextPtr = Allocator.Allocate<char>(Length + 1);
225 memcpy(TextPtr, WordText.c_str(), Length + 1);
226 StringRef Text = StringRef(TextPtr, Length);
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp173 unsigned Length = 1; local
177 case 'x': case 'b': Length = 2;
180 while (Length < Code.size() && isHexDigit(Code[Length]))
181 ++Length;
183 Result->Text = Code.substr(0, Length);
184 Code = Code.drop_front(Length);
206 for (size_t Length = 1, Size = Code.size(); Length != Size; ++Length) {
[all...]
/external/clang/lib/Index/
H A DCommentToXML.cpp610 unsigned Length = Declaration.size(); local
613 1, CharSourceRange::getCharRange(Start, Start.getLocWithOffset(Length)));
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp115 unsigned Length,
118 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls);
113 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
/external/libnfc-nxp/src/
H A DphFriNfc_MifareStdMap.c178 * \brief \copydoc page_ovr Helper function for write ndef to write the Length TLV
314 uint8_t Length);
923 /* Receive Length for read shall always be equal to 16 */
1305 }/* internal Length Check */
2590 /* Length of the internal buffer */
3034 /* Remaining Bytes in Length (L) field of TLV is 0 */
3053 /* Remaining Bytes in Length (L) field of TLV is 0 */
3366 /* Length of the internal buffer */
4937 uint8_t Length)
4944 Length
4936 phFriNfc_MifStd_H_fillSendBuf(phFriNfc_NdefMap_t *NdefMap, uint8_t Length) argument
[all...]
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h82 unsigned Length; member in class:llvm::OnDiskChainedHashTableGenerator::Bucket
94 ++B.Length;
159 LE.write<uint16_t>(B.Length);
160 assert(B.Length != 0 && "Bucket has a head but zero length?");
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp81 unsigned Length = 0; local
87 Length += MAI.getMaxInstLength();
95 return Length;
/external/llvm/lib/Support/
H A Draw_ostream.cpp270 size_t Length = OutBufCur - OutBufStart; local
272 write_impl(OutBufStart, Length);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h38 unsigned Length; member in struct:llvm::X86Operand::TokOp
85 return StringRef(Tok.Data, Tok.Length);
90 Tok.Length = Value.size();
418 Res->Tok.Length = Str.size();
/external/lzma/CPP/Common/
H A DMyString.h310 int Length() const { return _length; } function in class:CStringBase
481 int numInsertChars = s.Length();
496 while (pos < Length())
513 int oldStringLength = oldString.Length();
514 int newStringLength = newString.Length();
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h809 Length (length)
812 CharacterRange() : First(0), Length(0)
818 Length = rhs.Length;
823 INT Length; member in class:CharacterRange
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh647 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length) argument
650 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc330 return read_data->Length();
639 int32_t CMapTable::CMapFormat4::Length() { function in class:sfntly::CMapTable::CMapFormat4
640 return Length(data_);
657 int32_t CMapTable::CMapFormat4::Length(ReadableFontData* data) { function in class:sfntly::CMapTable::CMapFormat4
976 if (data == NULL || data->Length() == 0)
998 (CMapFormat4::Length(data) - glyph_id_array_offset)
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp595 unsigned Length = Record[Idx++]; local
597 Record.begin() + Idx + Length);
598 Idx += Length;
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp44 size_t Length; member in class:llvm::StringRef
47 StringRef(): Data(0), Length(0) {}
48 StringRef(const char *Str) : Data(Str), Length(magic_length(Str)) {}
49 StringRef(const char *data, size_t length) : Data(data), Length(length) {}
51 size_t size() const { return Length; }
53 return Length >= Prefix.Length &&
54 memcmp(Data, Prefix.Data, Prefix.Length) == 0;
57 return Length >= Suffix.Length
[all...]

Completed in 7628 milliseconds

12345678