Home
last modified time | relevance | path

Searched refs:big_t (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/examples/
Denough.c110 typedef unsigned long long big_t; /* type for code counting */ typedef
175 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 …]
/external/llvm-project/llvm/unittests/Support/
DEndianTest.cpp207 using BigTest = big_t<Test>; in TEST()
DYAMLIOTest.cpp591 llvm::support::big_t<Enum> BigEnum;
593 llvm::support::big_t<BitsetEnum> BigBitset;
/external/llvm-project/llvm/include/llvm/Support/
DEndian.h342 using big_t = detail::packed_endian_specific_integral<T, big, unaligned>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h344 using big_t = detail::packed_endian_specific_integral<T, big, unaligned>; variable