HomeSort by relevance Sort by last modified time
    Searched refs:Length (Results 251 - 275 of 660) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subauth.h 23 USHORT Length;
32 USHORT Length;
91 ULONG Length;
ntddvdeo.h 225 ULONG Length;
264 ULONG Length;
301 ULONG Length;
328 ULONG Length;
400 ULONG Length;
winternl.h 26 USHORT Length;
101 USHORT Length;
121 ULONG Length;
149 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
940 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length))
941 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length))
942 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length))
    [all...]
ntdef.h 451 USHORT Length;
461 USHORT Length;
470 USHORT Length;
485 USHORT Length;
493 USHORT Length;
521 ULONG Length;
544 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
  /external/clang/lib/Edit/
Commit.cpp 28 return CharSourceRange::getCharRange(Loc, Loc.getLocWithOffset(Length));
35 return CharSourceRange::getCharRange(Loc, Loc.getLocWithOffset(Length));
202 data.Length = RangeLen;
216 data.Length = Len;
285 Offs > act.Offset && Offs < act.Offset.getWithOffset(act.Length))
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 330 unsigned Length = sizeof(unsigned);
342 Length += sizeof(unsigned);
349 Length += sizeof(void *);
353 return Length;
358 unsigned Length = 0;
360 Length += getLocalDataLength(Qualifier);
361 return Length;
CommentParser.cpp 172 const unsigned Length = WordText.size();
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();
223 char *TextPtr = Allocator.Allocate<char>(Length + 1);
225 memcpy(TextPtr, WordText.c_str(), Length + 1);
226 StringRef Text = StringRef(TextPtr, Length);
    [all...]
RawCommentList.cpp 161 const unsigned Length = EndOffset - BeginOffset;
162 if (Length < 2)
174 return StringRef(BufferStart + BeginOffset, Length);
ExternalASTSource.cpp 47 unsigned Length,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback_unittest.cc 45 uint16_t length) {
48 temp_deltas.reset(new int64_t[length]);
49 GenerateDeltas(received_seq, length, temp_deltas.get());
59 for (int i = 0; i < length; ++i) {
70 &received_seq[length]);
77 serialized_->Length());
90 EXPECT_EQ(expected_size_bytes, serialized_->Length());
121 const size_t length,
126 for (size_t i = 0; i < length; ++i) {
240 // * RLE chunk of max length for dropped symbo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
srb.h 198 ULONG Length;
277 USHORT Length;
310 USHORT Length;
356 USHORT Length;
404 USHORT Length;
577 IN ULONG Length);
606 OUT ULONG *Length);
649 IN ULONG Length);
687 IN ULONG Length);
932 IN ULONG Length);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 102 ULONG Length;
109 ULONG Length;
159 ULONG Length;
185 ULONG Length;
195 ULONG Length;
204 ULONG Length;
222 ULONG Length;
239 ULONG Length;
255 ULONG Length;
284 ULONG Length;
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 83 uint32_t Length;
85 if (!Buffer.readInt(Length))
93 Buffer.advanceCursor(Length - 3);
96 uint32_t Length;
97 if (!Buffer.readInt(Length))
99 Buffer.advanceCursor(Length);
129 return false; // Function header length
195 // Read the length of this line table.
252 return false; // Function header length
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 67 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) {
291 for (unsigned OCI = Offset; OCI < Length + Offset; ) {
334 void PrintOpcodes(const uint8_t *Entry, size_t Length, off_t Offset) const;
466 size_t Length, off_t Offset) const {
468 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length);
  /external/avahi/avahi-sharp/
Client.cs 301 int len = 4 * (name.Length + type.Length + domain.Length) + 4;
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
QuadRenderer.cpp 119 fileData->Length,
136 fileData->Length,
147 fileData->Length,
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
CubeRenderer.cpp 126 fileData->Length,
146 fileData->Length,
156 fileData->Length,
  /external/webrtc/talk/media/base/
rtpdump.cc 136 // Read the full length of the rtpdump packet, including the rtpdump header.
142 // packets, which have their own internal length field.
183 // Increase the length by 1 since first_line does not contain the ending \n.
313 memcpy(&packet->data[2], buffer.Data(), buffer.Length());
349 return WriteToStream(buf.Data(), buf.Length());
380 res = WriteToStream(buf.Data(), buf.Length());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter_unittest.cc 217 raw_packet->Length());
286 raw_packet->Length());
307 raw_packet->Length());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringExtensions.cs 90 public static int length( string str ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
92 return str.Length;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 91 public static int length( this string str ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
93 return str.Length;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 95 : this( input.ToCharArray(), input.Length, sourceName )
232 //System.out.println("LA("+i+"); p="+p+" n="+n+" data.length="+data.length);
320 public string Substring( int start, int length )
322 return data.Substring( start, length );
  /external/libnfc-nci/src/udrv/include/
uusb.h 270 UINT16 Length,
  /external/llvm/include/llvm/Object/
RelocVisitor.h 412 uint8_t Length = getLengthMachO64(R);
413 Length = 1<<Length;
414 return RelocToApply(Value, Length);
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 109 SDValue Src, SDValue Char, SDValue Length,

Completed in 1416 milliseconds

<<11121314151617181920>>