Home
last modified time | relevance | path

Searched refs:DOUBLE_SIZE (Results 1 – 17 of 17) sorted by relevance

/trueos/usr.bin/xlint/arch/powerpc64/
HDtargparam.h52 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/amd64/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/ia64/
HDtargparam.h51 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/mips/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/sparc/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/x86_64/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/sh3/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/m68k/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/m68000/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/powerpc/
HDtargparam.h52 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/ns32k/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/vax/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/i386/
HDtargparam.h50 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/sparc64/
HDtargparam.h52 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/arch/arm/
HDtargparam.h55 #define DOUBLE_SIZE (8 * CHAR_BIT) macro
/trueos/usr.bin/xlint/common/
HDinittyp.c98 { DOUBLE, { DOUBLE_SIZE, 8 * CHAR_BIT, in inittyp()
/trueos/contrib/binutils/binutils/
HDcoffgrok.c66 #define DOUBLE_SIZE 8 macro
367 res->size = DOUBLE_SIZE; in do_type()