Home
last modified time | relevance | path

Searched defs:x (Results 1 – 9 of 9) sorted by relevance

/xv6-public/
H A Dmemlayout.h14 #define V2P_WO(x) ((x) - KERNBASE) // same as V2P, but without casts argument
15 #define P2V_WO(x) ((x) + KERNBASE) // same as P2V, but without casts argument
H A Ddefs.h190 #define NELEM(x) (sizeof(x)/sizeof((x)[0])) argument
H A Dmkfs.c46 xshort(ushort x) in xshort()
56 xint(uint x) in xint()
263 uint x; in iappend() local
H A Dprintf.c17 uint x; in printint() local
H A Dumalloc.c16 Align x; member
H A Dconsole.c33 uint x; in printint() local
189 #define C(x) ((x)-'@') // Control-x argument
H A Dkbd.h32 #define C(x) (x - '@') argument
H A Dlapic.c217 #define CONV(x) (t1.x = ((t1.x >> 4) * 10) + (t1.x & 0xf)) in cmostime() argument
H A Dusertests.c871 unsigned int x = (pid ? 1 : 97); in linkunlink() local