HomeSort by relevance Sort by last modified time
    Searched defs:extra_length (Results 1 - 6 of 6) sorted by null

  /external/puffin/src/
utils.cc 199 uint16_t extra_length = data[offset++]; local
200 extra_length |= static_cast<uint16_t>(data[offset++]) << 8;
201 TEST_AND_RETURN_FALSE(offset + extra_length <= data.size());
202 offset += extra_length;
  /external/python/cpython2/PC/bdist_wininst/
archive.h 39 short extra_length; member in struct:cdir
58 short extra_length; member in struct:fhdr
  /external/python/cpython3/PC/bdist_wininst/
archive.h 38 short extra_length; member in struct:cdir
57 short extra_length; member in struct:fhdr
  /external/u-boot/scripts/kconfig/
expr.c 1251 unsigned extra_length = strlen(str); local
1256 extra_length += 4 + strlen(sym_str);
1263 if ((last_line_length + extra_length) > gs->max_width)
  /external/libusb/libusb/
libusb.h 573 int extra_length; member in struct:libusb_endpoint_descriptor
623 int extra_length; member in struct:libusb_interface_descriptor
682 int extra_length; member in struct:libusb_config_descriptor
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); local
    [all...]

Completed in 392 milliseconds