Home
last modified time | relevance | path

Searched refs:extra_length (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/PC/bdist_wininst/
Darchive.h39 short extra_length; member
58 short extra_length; member
Dextract.c243 pos += pcdir->fname_length + pcdir->extra_length + in unzip_archive()
250 + pfhdr->extra_length]; in unzip_archive()
/external/libusb/libusb/
Ddescriptor.c161 endpoint->extra_length = len; in parse_endpoint()
237 ifp->extra_length = 0; in parse_interface()
291 ifp->extra_length = len; in parse_interface()
427 (size_t)(config->extra_length + len)); in parse_configuration()
434 memcpy(extra + config->extra_length, begin, len); in parse_configuration()
436 config->extra_length += len; in parse_configuration()
712 int size = endpoint->extra_length; in libusb_get_ss_endpoint_companion_descriptor()
Dlibusb.h628 int extra_length; member
678 int extra_length; member
738 int extra_length; member
/external/puffin/src/
Dutils.cc208 uint16_t extra_length = data[offset++]; in LocateDeflatesInGzip() local
209 extra_length |= static_cast<uint16_t>(data[offset++]) << 8; in LocateDeflatesInGzip()
210 TEST_AND_RETURN_FALSE(offset + extra_length <= data.size()); in LocateDeflatesInGzip()
211 offset += extra_length; in LocateDeflatesInGzip()
/external/webrtc/modules/audio_coding/neteq/
Daudio_vector.cc155 void AudioVector::Extend(size_t extra_length) { in Extend() argument
156 if (extra_length == 0) in Extend()
158 InsertZerosByPushBack(extra_length, Size()); in Extend()
Daudio_vector.h75 virtual void Extend(size_t extra_length);
/external/libusb/include/libusb/
Dlibusb.h628 int extra_length; member
678 int extra_length; member
738 int extra_length; member
/external/libusb/android/examples/
Dunrooted_android.c82 for (i = 0; i < endpoint->extra_length;) { in print_endpoint()
/external/libusb/examples/
Dtestlibusb.c46 for (i = 0; i < endpoint->extra_length;) { in print_endpoint()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1474 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance() local
1483 values->data[pos + 1] = extra_length; in addLengthDistance()