Searched refs:ASN_BIT8 (Results 1 – 2 of 2) sorted by relevance
463 *ival = (*p & ASN_BIT8) ? -1 : 0; in asn_parse_int()508 *uival = (*p & ASN_BIT8) ? ~0 : 0; in asn_parse_uint()618 if ((p[i] & ASN_BIT8) == 0) in asn_parse_objid()632 subid |= (p[i] & ~ASN_BIT8); in asn_parse_objid()634 if ((p[i] & ASN_BIT8) == 0) { in asn_parse_objid()
117 #define ASN_BIT8 ((uchar_t)0x80) macro