Searched refs:length_byte (Results 1 – 8 of 8) sorted by relevance
296 uint8_t length_byte; in cbs_get_any_asn1_element() local297 if (!CBS_get_u8(&header, &length_byte)) { in cbs_get_any_asn1_element()306 if ((length_byte & 0x80) == 0) { in cbs_get_any_asn1_element()308 len = ((size_t) length_byte) + header_len; in cbs_get_any_asn1_element()316 const size_t num_bytes = length_byte & 0x7f; in cbs_get_any_asn1_element()
299 uint8_t length_byte; in cbs_get_any_asn1_element() local300 if (!CBS_get_u8(&header, &length_byte)) { in cbs_get_any_asn1_element()309 if ((length_byte & 0x80) == 0) { in cbs_get_any_asn1_element()311 len = ((size_t) length_byte) + header_len; in cbs_get_any_asn1_element()319 const size_t num_bytes = length_byte & 0x7f; in cbs_get_any_asn1_element()
163 const uint8_t length_byte = private_data[offset++]; in ParseVpxCodecPrivate() local164 if (length_byte != kVpxFeatureLength) in ParseVpxCodecPrivate()
537 const uint8_t length_byte = header[1]; in OPENSSL_DECLARE_ERROR_REASON() local546 if ((length_byte & 0x80) == 0) { in OPENSSL_DECLARE_ERROR_REASON()548 len = length_byte; in OPENSSL_DECLARE_ERROR_REASON()551 const size_t num_bytes = length_byte & 0x7f; in OPENSSL_DECLARE_ERROR_REASON()
535 const uint8_t length_byte = header[1]; in OPENSSL_DECLARE_ERROR_REASON() local544 if ((length_byte & 0x80) == 0) { in OPENSSL_DECLARE_ERROR_REASON()546 len = length_byte; in OPENSSL_DECLARE_ERROR_REASON()549 const size_t num_bytes = length_byte & 0x7f; in OPENSSL_DECLARE_ERROR_REASON()
1605 length_byte; in WriteTo8BimProfile() local1637 p=ReadResourceByte(p,&length_byte); in WriteTo8BimProfile()1638 p+=length_byte; in WriteTo8BimProfile()1639 if (((length_byte+1) & 0x01) != 0) in WriteTo8BimProfile()1713 length_byte; in GetProfilesFromResourceBlock() local1729 p=ReadResourceByte(p,&length_byte); in GetProfilesFromResourceBlock()1730 p+=length_byte; in GetProfilesFromResourceBlock()1731 if (((length_byte+1) & 0x01) != 0) in GetProfilesFromResourceBlock()