Searched refs:uns64 (Results 1 – 1 of 1) sorted by relevance
338 } uns64; member577 elem->data.uns64.high = high; in asn1_parse()578 elem->data.uns64.low = low; in asn1_parse()742 if (elem->data.uns64.high == 0) { in asn1_print()743 printf("%u", elem->data.uns64.low); in asn1_print()746 d = elem->data.uns64.high * 4294967296.0; /* 2^32 */ in asn1_print()747 if (elem->data.uns64.high <= 0x1fffff) { in asn1_print()748 d += elem->data.uns64.low; in asn1_print()756 d += (elem->data.uns64.low & 0xfffff000); in asn1_print()763 elem->data.uns64.low & 0xfff); in asn1_print()