Searched defs:cast (Results 1 – 8 of 8) sorted by relevance
/original-bsd/sys/sys/ |
H A D | malloc.h | 243 #define MALLOC(space, cast, size, type, flags) \ argument 248 #define MALLOC(space, cast, size, type, flags) { \ argument
|
/original-bsd/games/larn/ |
H A D | monster.c | 195 cast() in cast() function
|
/original-bsd/sys/vax/uba/ |
H A D | idc.c | 778 #define phys(cast, addr) ((cast)((int)addr & 0x7fffffff)) argument
|
H A D | rk.c | 722 #define phys(cast, addr) ((cast)((int)addr & 0x7fffffff)) argument
|
H A D | up.c | 994 #define phys(cast, addr) ((cast)((int)addr & 0x7fffffff)) argument
|
H A D | tmscp.c | 1782 # define phys(cast, addr) ((cast)((int)addr & 0x7fffffff)) argument
|
H A D | uda.c | 1840 #define phys(cast, addr) ((cast) ((int)addr & 0x7fffffff)) argument
|
/original-bsd/sys/vax/bi/ |
H A D | kdb.c | 77 #define PHYS(cast, addr) \ argument
|