HomeSort by: relevance | last modified time | path
    Searched refs:mg (Results 1 - 12 of 12) sorted by relevancy

  /src/games/backgammon/teachgammon/
tutor.h 41 int mg[4]; member in struct:situatn
tutor.c 102 if (test[i].mp[j] == test[i].mg[j])
105 mm->g[j] = test[i].mg[j];
  /src/sys/arch/next68k/stand/boot/
samachdep.h 48 extern char *mg;
machdep.c 40 char *mg; variable
42 #define MON(type, off) (*(type *)((u_int) (mg) + off))
srt0.s 55 movel %a3@(4),%a4@(4) | copy mg, just for sure
60 || save mg as pi
61 movel %a3@(4),_C_LABEL(mg)
boot.c 48 #define MON(type, off) (*(type *)((u_int) (mg) + off))
101 int *p = (int *)mg;
scsi.c 135 #define MON(type, off) (*(type *)((u_int) (mg) + off))
en.c 49 #define MON(type, off) (*(type *)((u_int) (mg) + off))
  /src/sys/arch/next68k/next68k/
nextrom.c 57 volatile struct mon_global *mg; variable in typeref:struct:mon_global
60 #define MON(type, off) (*(type *)((u_int) (mg) + off))
65 (*(volatile type *)((u_int)RELOC(mg, volatile struct mon_global *) + off))
149 RELOC(mg, char *) = args[1];
nextrom.h 110 * with the following pragma. The kernel uses the "MG" macro to
120 #define MG(type, off) \
121 ((type) ((u_int) (mg) + off))
  /src/sys/dev/stbi/
stb_image.c 3294 unsigned int mr=0,mg=0,mb=0,ma=0; local
3336 mr = mg = mb = 0;
3340 mg = 0xffu << 8;
3345 mg = 31u << 5;
3350 mg = get32le(s);
3353 if (mr == mg && mg == mb) {
3363 mg = get32le(s);
3427 if (mb == 0xff && mg == 0xff00 && mr == 0xff000000 && ma == 0xff000000)
3431 if (!mr || !mg || !mb)
    [all...]
  /src/sys/arch/hppa/dev/
mongoose.c 246 struct eisabus_attach_args *mg)

Completed in 74 milliseconds