Searched defs:MAX_UNSIGNED (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h84 #define MAX_UNSIGNED 65535 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h78 #define MAX_UNSIGNED MAX_USHORT macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h86 #define MAX_UNSIGNED 0777777777777ULL macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h83 #define MAX_UNSIGNED 0xffff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h84 #define MAX_UNSIGNED MAX_USHORT macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h92 #define MAX_UNSIGNED 0xffffffff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h76 #define MAX_UNSIGNED 0xffffffff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h84 #define MAX_UNSIGNED 0xffffffff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h85 #define MAX_UNSIGNED 0xffffffffU macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h80 #define MAX_UNSIGNED 0xffffffff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h71 #define MAX_UNSIGNED 0xffffffffU macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h94 #define MAX_UNSIGNED 0xffffffffU macro
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreloc.h983 static const uint64_t MAX_UNSIGNED = (1ULL << bits) - 1; member in class:gold::Limits
992 static const uint64_t MAX_UNSIGNED = ~0ULL; member in class:gold::Limits
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dreloc.h983 static const uint64_t MAX_UNSIGNED = (1ULL << bits) - 1; member in class:gold::Limits
992 static const uint64_t MAX_UNSIGNED = ~0ULL; member in class:gold::Limits
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dreloc.h983 static const uint64_t MAX_UNSIGNED = (1ULL << bits) - 1; member in class:gold::Limits
992 static const uint64_t MAX_UNSIGNED = ~0ULL; member in class:gold::Limits
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h81 #define MAX_UNSIGNED 0xffffffff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h92 #define MAX_UNSIGNED 0xffffffff macro

Completed in 302 milliseconds