Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Denough.c115 typedef uintmax_t big_t; // type for code counting typedef
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Denough.c115 typedef uintmax_t big_t; // type for code counting typedef
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Denough.c115 typedef uintmax_t big_t; // type for code counting typedef
/netbsd-src/common/dist/zlib/examples/
H A Denough.c115 typedef uintmax_t big_t; // type for code counting typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h342 using big_t = detail::packed_endian_specific_integral<T, big, unaligned>; variable