Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 40) sorted by relevance

12

/csrg-svn/sys/vax/datakit/
H A Dkmcreg.h22 #define lobyte(X) (((unsigned char *)&X)[0]) argument
23 #define hibyte(X) (((unsigned char *)&X)[1]) argument
24 #define loword(X) (((ushort *)&X)[0]) argument
25 #define hiword(X) (((ushort *)&X)[1]) argument
/csrg-svn/contrib/gcc-2.3.3/config/
H A Dm68k.h197 #define SELECT_RTX_SECTION(MODE, X) \ argument
657 #define PREFERRED_RELOAD_CLASS(X,CLASS) \ argument
1021 #define DATA_REG_P(X) (REG_P (X) && REGNO_OK_FOR_DATA_P (REGNO (X))) argument
1025 #define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X))) argument
1029 #define ADDRESS_REG_P(X) (REG_P (X) && REGNO_OK_FOR_BASE_P (REGNO (X))) argument
1033 #define FPA_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FPA_P (REGNO (X))) argument
1036 #define FPA_REG_P(X) 0 argument
1045 #define CONSTANT_ADDRESS_P(X) CONSTANT_P (X) argument
1050 #define LEGITIMATE_CONSTANT_P(X) 1 argument
1056 #define LEGITIMATE_PIC_OPERAND_P(X) \ argument
[all …]
/csrg-svn/games/phantasia/
H A Dmacros.h6 #define SGN(X) ((X) < 0 ? -1 : 1) argument
7 #define CIRCLE(X, Y) floor(distance(X, 0.0, Y, 0.0) / 125.0 + 1) argument
/csrg-svn/lib/libc/db/btree/
H A Dbt_debug.c46 #define X(flag, name) \ macro
92 #define X(flag, name) \ macro
145 #define X(flag, name) \ macro
/csrg-svn/lib/libc/db/hash/
H A Dhash.h34 #define IS_BUCKET(X) ((X) & BUF_BUCKET) argument
109 #define PTROF(X) ((BUFHEAD *)((u_int)(X)&~0x3)) argument
110 #define ISMOD(X) ((u_int)(X)&0x1) argument
111 #define DOMOD(X) ((X) = (char *)((u_int)(X)|0x1)) argument
112 #define ISDISK(X) ((u_int)(X)&0x2) argument
113 #define DODISK(X) ((X) = (char *)((u_int)(X)|0x2)) argument
/csrg-svn/libexec/bugfiler/
H A Dgethead.c28 #define ENT(X) sizeof(X) - 1, X argument
/csrg-svn/games/sail/
H A Dpl_6.c72 #define X 2 in repair() macro
/csrg-svn/usr.bin/tn3270/distribution/arpa/
H A Dmakefile7 X = macro
/csrg-svn/sys/news3400/news3400/
H A Dmachid.h67 #define MACHID_MODEL(X) (((X)>>18)&0x1f) argument
68 #define MACHID_SERIAL(X) ((X)&0x3ffff) argument
70 #define MACHID_MODEL(X) (((X)>>16)&0xff) argument
71 #define MACHID_SERIAL(X) ((X)&0xffff) argument
/csrg-svn/usr.bin/tn3270/distribution/utilities/
H A Dmakefile23 X = macro
/csrg-svn/sys/vax/include/
H A Dexec.h19 #define N_TXTADDR(X) 0 argument
/csrg-svn/sys/i386/include/
H A Dexec.h19 #define N_TXTADDR(X) 0 argument
/csrg-svn/usr.bin/struct/beautify/
H A Dbeauty.y239 #define ASSERT(X,Y) if (!(X)) error("struct bug: assertion 'X' invalid in routine Y","",""); argument
/csrg-svn/usr.bin/tn3270/distribution/sys_dos/
H A Dmakefile7 X = macro
/csrg-svn/usr.bin/tn3270/sys_curses/
H A Dmakefile7 X = macro
/csrg-svn/usr.bin/tn3270/ascii/
H A Dmakefile7 X = macro
/csrg-svn/sys/hp300/include/
H A Dexec.h19 #define N_TXTADDR(X) 0 argument
/csrg-svn/sys/net/
H A Dbpf_filter.c151 register u_long A, X; local
/csrg-svn/usr.bin/f77/pass1.vax/
H A Dformat.h28 #define X 4 macro
/csrg-svn/local/ditroff/ditroff.okeeffe/ideal/
H A Dopqpoly.c119 boolean X, Y, Z, W; local
501 boolean X, Y, Z, W; local
/csrg-svn/usr.bin/f77/libI77/
H A Dformat.h28 #define X 4 macro
/csrg-svn/usr.bin/uucp/libuu/
H A Danlwrk.c23 #define NITEMS(X) (sizeof (X) / sizeof ((X)[0])) argument
/csrg-svn/sys/pmax/include/
H A Dexec.h21 #define N_TXTADDR(X) __LDPGSZ argument
/csrg-svn/usr.bin/tn3270/general/
H A Dmakefile7 X = macro
/csrg-svn/usr.bin/tn3270/ctlr/
H A Dmakefile7 X = macro

12