Lines Matching refs:bigint_hdr
52 struct bigint_hdr {
62 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt;
95 * The struct bigint_hdr is the overhead added to the bigint and
98 COMPILE_TIME_ASSERT(sizeof(struct bigint_hdr) ==
104 const struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt;
120 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt;
372 const struct bigint_hdr *src_hdr = (struct bigint_hdr *)src;
373 struct bigint_hdr *dst_hdr = (struct bigint_hdr *)dest;
393 ((struct bigint_hdr *)dest)->sign = 1;