Home
last modified time | relevance | path

Searched defs:MAJOR (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vxworks/
H A D_vxworks-versions.h38 #define _VXWORKS_MAJOR_GT(MAJOR) (_WRS_VXWORKS_MAJOR > (MAJOR)) argument
39 #define _VXWORKS_MAJOR_GE(MAJOR) (_WRS_VXWORKS_MAJOR >= (MAJOR)) argument
40 #define _VXWORKS_MAJOR_LT(MAJOR) (_WRS_VXWORKS_MAJOR < (MAJOR)) argument
41 #define _VXWORKS_MAJOR_LE(MAJOR) (_WRS_VXWORKS_MAJOR <= (MAJOR)) argument
42 #define _VXWORKS_MAJOR_EQ(MAJOR) (_WRS_VXWORKS_MAJOR == (MAJOR)) argument
50 #define _VXWORKS_PRE(MAJOR,MINOR) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vxworks/
H A D_vxworks-versions.h50 #define _VXWORKS_MAJOR_GT(MAJOR) (_WRS_VXWORKS_MAJOR > (MAJOR)) argument
51 #define _VXWORKS_MAJOR_GE(MAJOR) (_WRS_VXWORKS_MAJOR >= (MAJOR)) argument
52 #define _VXWORKS_MAJOR_LT(MAJOR) (_WRS_VXWORKS_MAJOR < (MAJOR)) argument
53 #define _VXWORKS_MAJOR_LE(MAJOR) (_WRS_VXWORKS_MAJOR <= (MAJOR)) argument
54 #define _VXWORKS_MAJOR_EQ(MAJOR) (_WRS_VXWORKS_MAJOR == (MAJOR)) argument
62 #define _VXWORKS_PRE(MAJOR,MINOR) \ argument
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dfilter.h26 # define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
30 # define MAJOR(x) major((x)) macro
H A Dkdev_t.h20 #define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter.h26 # define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
30 # define MAJOR(x) major((x)) macro
/netbsd-src/external/gpl2/lvm2/dist/libdm/misc/
H A Dkdev_t.h20 #define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
/netbsd-src/external/gpl2/lvm2/lib/libdevmapper/
H A Dlibdm-netbsd.h38 # define MAJOR(x) major((x)) macro
/netbsd-src/sys/arch/playstation2/ee/
H A Dsif.c66 #define MAJOR(x) BCD_TO_DECIMAL(((x) >> 8) & 0xff) macro
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Ddiskio.h37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) macro
/netbsd-src/bin/pax/
H A Dpax.h247 # define MAJOR(x) major_netbsd(x) macro
251 # define MAJOR(x) major(x) macro
/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Daptck.h37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-ext.c86 #define INST_HASH(MAJOR, MINOR) ((((MAJOR) << 3) ^ (MINOR)) & INST_HASH_MASK) argument
H A Dmep-desc.h71 } MAJOR; typedef
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-ext.c86 #define INST_HASH(MAJOR, MINOR) ((((MAJOR) << 3) ^ (MINOR)) & INST_HASH_MASK) argument
H A Dmep-desc.h71 } MAJOR; typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c576 enum version_components { MAJOR, MINOR, TINY }; enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc576 enum version_components { MAJOR, MINOR, TINY }; enumerator
/netbsd-src/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-iface.c36 # define MAJOR(x) major((x)) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h140 uint8_t MAJOR:4; member
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c92 # define MAJOR(x) major((x)) macro