Home
last modified time | relevance | path

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

12

/original-bsd/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
/original-bsd/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
1036 #define FPA_REG_P(X) 0 argument
1050 #define LEGITIMATE_CONSTANT_P(X) 1 argument
1056 #define LEGITIMATE_PIC_OPERAND_P(X) \ argument
1104 #define INDIRECTABLE_1_ADDRESS_P(X) \ argument
1142 #define GO_IF_INDEXING(X, ADDR) \ argument
1148 #define GO_IF_INDEXED_ADDRESS(X, ADDR) \ argument
1158 #define LEGITIMATE_INDEX_REG_P(X) \ argument
1165 #define LEGITIMATE_INDEX_P(X) \ argument
[all …]
/original-bsd/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
/original-bsd/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
/original-bsd/libexec/bugfiler/
H A Dgethead.c28 #define ENT(X) sizeof(X) - 1, X argument
/original-bsd/games/sail/
H A Dpl_6.c72 #define X 2 in repair() macro
/original-bsd/usr.bin/tn3270/distribution/arpa/
H A Dmakefile7 X = macro
/original-bsd/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
/original-bsd/usr.bin/tn3270/distribution/utilities/
H A Dmakefile23 X = macro
/original-bsd/sys/vax/include/
H A Dexec.h19 #define N_TXTADDR(X) 0 argument
/original-bsd/sys/i386/include/
H A Dexec.h19 #define N_TXTADDR(X) 0 argument
/original-bsd/usr.bin/struct/beautify/
H A Dbeauty.y239 #define ASSERT(X,Y) if (!(X)) error("struct bug: assertion 'X' invalid in routine Y","",""); argument
/original-bsd/usr.bin/tn3270/sys_curses/
H A Dmakefile7 X = macro
/original-bsd/usr.bin/tn3270/distribution/sys_dos/
H A Dmakefile7 X = macro
/original-bsd/usr.bin/tn3270/ascii/
H A Dmakefile7 X = macro
/original-bsd/sys/hp300/include/
H A Dexec.h19 #define N_TXTADDR(X) 0 argument
/original-bsd/sys/net/
H A Dbpf_filter.c151 register u_long A, X; local
/original-bsd/usr.bin/f77/pass1.vax/
H A Dformat.h28 #define X 4 macro
/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Dopqpoly.c119 boolean X, Y, Z, W; local
501 boolean X, Y, Z, W; local
/original-bsd/sys/pmax/include/
H A Dexec.h21 #define N_TXTADDR(X) __LDPGSZ argument
/original-bsd/usr.bin/uucp/libuu/
H A Danlwrk.c23 #define NITEMS(X) (sizeof (X) / sizeof ((X)[0])) argument
/original-bsd/usr.bin/f77/libI77/
H A Dformat.h28 #define X 4 macro
/original-bsd/usr.bin/tn3270/ctlr/
H A Dmakefile7 X = macro
/original-bsd/usr.bin/tn3270/general/
H A Dmakefile7 X = macro
/original-bsd/usr.bin/tn3270/tools/
H A Dmakefile7 X = macro

12