HomeSort by relevance Sort by last modified time
    Searched refs:length_byte (Results 1 - 5 of 5) sorted by null

  /external/syslinux/gpxe/src/net/udp/
dns.c 219 char *length_byte = buf++; local
224 *length_byte = buf - length_byte - 1;
225 length_byte = buf;
229 *length_byte = buf - length_byte - 1;
  /external/boringssl/src/crypto/bytestring/
cbs.c 180 uint8_t tag, length_byte; local
189 !CBS_get_u8(&header, &length_byte)) {
211 if ((length_byte & 0x80) == 0) {
213 len = ((size_t) length_byte) + 2;
221 const size_t num_bytes = length_byte & 0x7f;
  /external/boringssl/src/crypto/bio/
bio.c 535 const uint8_t length_byte = header[1]; local
543 if ((length_byte & 0x80) == 0) {
545 len = length_byte;
548 const size_t num_bytes = length_byte & 0x7f;
  /external/libvpx/libvpx/third_party/libwebm/common/
hdr_util.cc 163 const uint8_t length_byte = private_data[offset++]; local
164 if (length_byte != kVpxFeatureLength)
  /external/ImageMagick/MagickCore/
profile.c 1406 length_byte; local
1515 length_byte; local
    [all...]

Completed in 810 milliseconds