Searched refs:ASN_BIT8 (Results 1 – 2 of 2) sorted by relevance
481 *ival = (*p & ASN_BIT8) ? -1 : 0; in asn_parse_int()526 *uival = (*p & ASN_BIT8) ? ~0 : 0; in asn_parse_uint()636 if ((p[i] & ASN_BIT8) == 0) in asn_parse_objid()650 subid |= (p[i] & ~ASN_BIT8); in asn_parse_objid()652 if ((p[i] & ASN_BIT8) == 0) { in asn_parse_objid()
119 #define ASN_BIT8 ((uchar_t)0x80) macro