Searched refs:big_t (Results 1 – 5 of 5) sorted by relevance
110 typedef unsigned long long big_t; /* type for code counting */ typedef175 local big_t *num; /* saved results array for code counting */203 local big_t count(int syms, int len, int left) in count()205 big_t sum; /* number of possible codes from this juncture */ in count()206 big_t got; /* value returned from count() */ in count()242 if (got == (big_t)0 - 1 || sum < got) /* overflow */ in count()243 return (big_t)0 - 1; in count()462 big_t got; /* return value of count() */ in main()463 big_t sum; /* accumulated number of codes over n */ in main()525 (size *= n, size > ((size_t)0 - 1) / sizeof(big_t)) || in main()[all …]
207 using BigTest = big_t<Test>; in TEST()
591 llvm::support::big_t<Enum> BigEnum;593 llvm::support::big_t<BitsetEnum> BigBitset;
342 using big_t = detail::packed_endian_specific_integral<T, big, unaligned>; variable
344 using big_t = detail::packed_endian_specific_integral<T, big, unaligned>; variable