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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
storport.h 43 ULONG Length;
54 USHORT Length;
102 IN ULONG Length);
114 IN ULONG Length);
153 OUT ULONG *Length);
206 IN ULONG Length);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdrm.h 160 UCHAR Length[2];
169 UCHAR Length[2];
203 UCHAR Length[2];
239 UCHAR Length[2];
263 UCHAR Length[2];
270 UCHAR Length[2];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap.d 13 Length: 67
15 Prologue Length: 33
16 Minimum Instruction Length: 1
mips16@loc-swap.d 13 Length: 67
15 Prologue Length: 33
16 Minimum Instruction Length: 1
  /external/avahi/avahi-ui-sharp/
bssh.cs 25 if (splitTxt.Length != 2)
  /external/clang/unittests/Format/
FormatTestSelective.cpp 23 std::string format(llvm::StringRef Code, unsigned Offset, unsigned Length) {
26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2PulleyJoint.cpp 47 lengthA = dA.Length();
49 lengthB = dB.Length();
103 float32 lengthA = m_uA.Length();
104 float32 lengthB = m_uB.Length();
206 float32 lengthA = uA.Length();
207 float32 lengthB = uB.Length();
314 return d.Length();
322 return d.Length();
  /external/libnfc-nxp/src/
phFriNfc_MapTools.c 65 uint32_t Length)
68 if(Length == PH_FRINFC_NDEFMAP_MFUL_VAL0)
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 37 unsigned Length, Size, Type;
42 Length = 1;
  /external/lzma/CPP/Windows/
SecurityUtils.cpp 35 dest->Length = (USHORT)(len * sizeof(WCHAR));
110 attr.Length = sizeof(attr);
145 if (ur.Length != s.Length() * sizeof(WCHAR))
147 if (wcsncmp(ur.Buffer, s, s.Length()) != 0)
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 17 public override long Length { get { return s1.Length + s2.Length - skipSize; } }
102 for (int i = 0; i < s.Length; i++)
123 if (args.Length == 0)
237 if (train.Length != 0)
302 fileSize = inStream.Length;
312 long trainFileSize = trainStream.Length;
341 long compressedSize = inStream.Length - inStream.Position;
  /external/skia/include/core/
SkPoint3.h 38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
42 SkScalar length() const { return SkPoint3::Length(fX, fY, fZ); } function in struct:SkPoint3
44 /** Set the point (vector) to be unit-length in the same direction as it
45 already points. If the point has a degenerate length (i.e., nearly 0)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
sli_unittest.cc 46 bool ParseSli(const uint8_t* buffer, size_t length, Sli* sli) {
48 EXPECT_TRUE(RtcpParseCommonHeader(buffer, length, &header));
49 EXPECT_EQ(length, header.BlockSize());
61 EXPECT_THAT(make_tuple(packet->Buffer(), packet->Length()),
87 EXPECT_FALSE(ParseSli(packet->Buffer(), packet->Length() - 4, &sli));
  /external/v8/src/
types.cc 81 for (int i = 0, n = this->AsUnion()->Length(); i < n; ++i) {
97 for (int i = 0, n = this->AsUnion()->Length(); i < n; ++i) {
141 for (int i = 0, n = type->AsUnion()->Length(); i < n; ++i) {
502 for (int i = 0, n = this->AsUnion()->Length(); i < n; ++i) {
510 for (int i = 0, n = that->AsUnion()->Length(); i < n; ++i) {
591 for (int i = 0, n = this->AsUnion()->Length(); i < n; ++i) {
599 for (int i = 0, n = that->AsUnion()->Length(); i < n; ++i) {
671 DCHECK(this->Length() >= 2); // (1)
674 for (int i = 0; i < this->Length(); ++i) {
678 for (int j = 0; j < this->Length(); ++j)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 53 Array.Copy(stackTrace, 1, frames, 0, stackTrace.Length);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs 48 StringBuilder builder = new StringBuilder( inputElement, 1000000 * inputElement.Length );
  /external/dng_sdk/source/
dng_string.h 94 uint32 Length () const;
  /external/google-breakpad/src/common/windows/
dia_util.cc 55 if (wcsncmp((LPWSTR)stream_name, name, stream_name.Length()) == 0) {
  /external/libvpx/libvpx/third_party/libwebm/
mkvreader.cpp 86 int MkvReader::Length(long long* total, long long* available) {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 123 uint32_t Length;
193 uint32_t getNextUnitOffset() const { return Offset + Length + 4; }
194 uint32_t getLength() const { return Length; }
272 size_t getDebugInfoSize() const { return Length + 4 - getHeaderSize(); }
DWARFUnitIndex.h 47 uint32_t Length;
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASession.h 36 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBSession.h 49 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 251 GLintptr offset, GLsizeiptr length, GLbitfield access,
271 if (offset == 0 && length == obj->Size)
287 assert(length >= 0);
289 assert(offset + length <= obj->Size);
293 offset, length,
298 obj->Length = length;
308 GLintptr offset, GLsizeiptr length,
316 assert(length >= 0);
317 assert(offset + length <= obj->Length)
    [all...]
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DirectXHelper.h 36 auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);

Completed in 791 milliseconds

1 2 3 4 5 67 8 91011>>