x 32 console.c uint x; x 35 console.c x = -xx; x 37 console.c x = xx; x 41 console.c buf[i++] = digits[x % base]; x 42 console.c }while((x /= base) != 0); x 185 console.c #define C(x) ((x)-'@') // Control-x x 183 defs.h #define NELEM(x) (sizeof(x)/sizeof((x)[0])) x 32 kbd.h #define C(x) (x - '@') x 225 lapic.c #define CONV(x) (t1.x = ((t1.x >> 4) * 10) + (t1.x & 0xf)) x 21 memlayout.h #define V2P_WO(x) ((x) - KERNBASE) // same as V2P, but without casts x 22 memlayout.h #define P2V_WO(x) ((x) + KERNBASE) // same as V2P, but without casts x 46 mkfs.c xshort(ushort x) x 50 mkfs.c a[0] = x; x 51 mkfs.c a[1] = x >> 8; x 56 mkfs.c xint(uint x) x 60 mkfs.c a[0] = x; x 61 mkfs.c a[1] = x >> 8; x 62 mkfs.c a[2] = x >> 16; x 63 mkfs.c a[3] = x >> 24; x 263 mkfs.c uint x; x 275 mkfs.c x = xint(din.addrs[fbn]); x 285 mkfs.c x = xint(indirect[fbn-NDIRECT]); x 288 mkfs.c rsect(x, buf); x 290 mkfs.c wsect(x, buf); x 17 printf.c uint x; x 22 printf.c x = -xx; x 24 printf.c x = xx; x 29 printf.c buf[i++] = digits[x % base]; x 30 printf.c }while((x /= base) != 0); x 17 timer.c #define TIMER_DIV(x) ((TIMER_FREQ+(x)/2)/(x)) x 16 umalloc.c Align x; x 871 usertests.c unsigned int x = (pid ? 1 : 97); x 873 usertests.c x = x * 1103515245 + 12345; x 874 usertests.c if((x % 3) == 0){ x 876 usertests.c } else if((x % 3) == 1){