x                  33 console.c        uint x;
x                  36 console.c          x = -xx;
x                  38 console.c          x = xx;
x                  42 console.c          buf[i++] = digits[x % base];
x                  43 console.c        }while((x /= base) != 0);
x                 189 console.c      #define C(x)  ((x)-'@')  // Control-x
x                 190 defs.h         #define NELEM(x) (sizeof(x)/sizeof((x)[0]))
x                  32 kbd.h          #define C(x) (x - '@')
x                 217 lapic.c        #define    CONV(x)     (t1.x = ((t1.x >> 4) * 10) + (t1.x & 0xf))
x                  14 memlayout.h    #define V2P_WO(x) ((x) - KERNBASE)    // same as V2P, but without casts
x                  15 memlayout.h    #define P2V_WO(x) ((x) + KERNBASE)    // same as P2V, 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                  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){