Home
last modified time | relevance | path

Searched defs:UNIT (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtl.c54 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) NAME, argument
64 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) CLASS, argument
75 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) BITSIZE, argument
86 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) SIZE, argument
97 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) UNIT, argument
109 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) \ argument
118 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) \ argument
129 #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER, INNER) INNER, argument
H A Dmachmode.h27 #define DEF_MACHMODE(SYM, NAME, TYPE, BITSIZE, SIZE, UNIT, WIDER, INNER) SYM, argument
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.h93 #define MDA_ALIGN_UNIT(V, UNIT) !(V & ((1 << UNIT) - 1)) argument
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.h109 typedef unsigned char UNIT[2]; /* unit of profiling */ typedef
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dgprof.h109 typedef unsigned char UNIT[2]; /* unit of profiling */ typedef
/openbsd-src/sys/dev/pci/bktr/
H A Dbktr_os.c329 #define UNIT(x) ((minor((x)) < 16) ? minor((x)) : ((minor((x)) - 16) / 2)) macro
/openbsd-src/usr.bin/gprof/
H A Dgprof.h59 typedef u_short UNIT; /* unit of profiling */ typedef
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dsumod.h319 # define UNIT(x) ((x) << 24) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C2613 UNIT = 1, enumerator
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv.c95 #define UNIT_NUMBER(UNIT) (((UNIT) - 1) / 2) argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dp_types.h1086 uint8_t UNIT :1; member