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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
discriminator.s 17 .long 34 # Length of Unit
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 48 @ CHECK: Length: 2
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 34 // Gets the current filled and readable length of the array.
35 int32_t Length();
61 // at the offset given. As many bytes as the specified length are read unless
66 // @param length the number of bytes to put into the buffer
71 int32_t length);
74 // be beyond the length of the array and it isn't growable.
78 // buffer is put into the array unless that would extend beyond the length and
83 // specified are put into the array unless that would extend beyond the length
85 // in the buffer from the given offset and for the given length.
89 // @param length the number of bytes to copy into the arra
    [all...]
byte_array.cc 29 int32_t ByteArray::Length() { return filled_length_; }
49 int32_t length) {
54 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index);
79 int32_t length) {
89 int32_t actual_length = std::min<int32_t>(length, Size() - index);
96 return CopyTo(array, 0, Length());
99 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) {
100 return CopyTo(0, array, offset, length);
104 int32_t src_offset, int32_t length) {
106 if (array->Size() < dst_offset + length) { // insufficient spac
    [all...]
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 78 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
  /external/webrtc/webrtc/base/
bytebuffer.h 44 size_t Length() const { return end_ - start_; }
86 // Clears the contents of the buffer. After this, Length() will be 0.
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 78 if (socket_->SendTo(buf.Data(), buf.Length(), addr, options) < 0)
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 298 inputData.Length = nSamples * sizeof(int16_t);
310 outputData.Length = buffer->size() - nOutputBytes;
313 outPtr += outputData.Length;
314 nOutputBytes += outputData.Length;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvol.h 94 ULONG Length;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
testranges.s 23 .4byte debugE - debugS ;# Length of Compilation Unit Info
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
  /external/clang/lib/Format/
FormatToken.cpp 198 // The comma is counted as part of the item when calculating the length.
240 unsigned Length =
242 Format.ColumnSizes[Column] = std::max(Format.ColumnSizes[Column], Length);
243 MinSizeInColumn[Column] = std::min(MinSizeInColumn[Column], Length);
  /external/clang/utils/
ClangDataFormat.py 86 self.Length = strref.GetChildAtIndex(1).GetValueAsUnsigned()
89 if self.Length == 0:
91 data = self.Data_value.GetPointeeData(0, self.Length)
  /external/dng_sdk/source/
dng_string.cpp 48 // Returns the length of the zero-terminated string 's'. Throws a dng_exception
49 // if the length of 's' is too large to be represented as a uint32_t.
217 uint32 aSize = dngString.Length ();
591 // Measure the new length.
609 uint32 oldLen = Length ();
763 uint32 len = Length ();
1331 uint32 len = Length ();
1419 uint32 dng_string::Length () const
1517 uint32 len1 = Length ();
1563 uint32 len1 = Length ();
    [all...]
  /external/freetype/src/sfnt/
ttload.c 79 /* zero-length tables the same as missing tables. */
82 if ( entry->Length != 0 )
120 /* length :: The length of the table if found, undefined otherwise. */
129 FT_ULong* length )
138 if ( length )
139 *length = table->Length;
188 FT_FRAME_ULONG( Length ),
218 else if ( table.Length > stream->size - table.Offset
    [all...]
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 15 USHORT Length;
27 ULONG Length;
155 (p)->Length = sizeof( OBJECT_ATTRIBUTES ); \
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttload.c 79 /* zero-length tables the same as missing tables. */
82 if ( entry->Length != 0 )
120 /* length :: The length of the table if found, undefined otherwise. */
129 FT_ULong* length )
138 if ( length )
139 *length = table->Length;
188 FT_FRAME_ULONG( Length ),
218 else if ( table.Length > stream->size - table.Offset
    [all...]
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 108 unsigned Length = 0;
110 Length += Columns[I];
111 for (unsigned I = 0; I < Length; ++I)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 142 uint64_t Length;
144 BufferMemoryObject(const uint8_t *bytes, uint64_t length) :
145 Bytes(bytes), Length(length)
156 return Length;
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c 79 /* zero-length tables the same as missing tables. */
82 if ( entry->Length != 0 )
120 /* length :: The length of the table if found, undefined otherwise. */
129 FT_ULong* length )
138 if ( length )
139 *length = table->Length;
188 FT_FRAME_ULONG( Length ),
218 else if ( table.Length > stream->size - table.Offset
    [all...]
  /external/skia/experimental/SkV8Example/
DrawingMethods.cpp 52 if (args.Length() != 1) {
69 if (args.Length() != 2) {
97 if (args.Length() != 1) {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet_unittest.cc 42 parser.Parse(packet->Buffer(), packet->Length());
57 parser.Parse(packet->Buffer(), packet->Length());
77 parser.Parse(packet->Buffer(), packet->Length());
99 void OnPacketReady(uint8_t* data, size_t length) override {
101 parser.Parse(data, length);
129 void OnPacketReady(uint8_t* data, size_t length) override {
131 parser.Parse(data, length);
nack_unittest.cc 55 EXPECT_EQ(kPacketLength, packet->Length());
82 EXPECT_EQ(kWrapPacketLength, packet->Length());
115 RtcpParseCommonHeader(packet->Buffer(), packet->Length(), &header));
140 void operator()(uint8_t* data, size_t length) {
142 EXPECT_TRUE(RtcpParseCommonHeader(data, length, &header));
143 EXPECT_EQ(length, header.BlockSize());
171 void OnPacketReady(uint8_t* data, size_t length) override {
receiver_report_unittest.cc 46 RtcpParseCommonHeader(packet->Buffer(), packet->Length(), &header));
47 EXPECT_EQ(header.BlockSize(), packet->Length());
99 ASSERT_EQ(kPacketLength, packet->Length());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 201 inData.Length = Relens;
217 fwrite(OutputBuf, 1, outData.Length + size1, fdst);
222 fwrite(outData.Buffer, 1, outData.Length, fdst);

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>