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 260 uint8_t length_byte; local
261 if (!CBS_get_u8(&header, &length_byte)) {
270 if ((length_byte & 0x80) == 0) {
272 len = ((size_t) length_byte) + header_len;
280 const size_t num_bytes = length_byte & 0x7f;
  /external/boringssl/src/crypto/bio/
bio.c 480 const uint8_t length_byte = header[1]; local
488 if ((length_byte & 0x80) == 0) {
490 len = length_byte;
493 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 142 milliseconds