Home
last modified time | relevance | path

Searched refs:x (Results 1 – 16 of 16) sorted by relevance

/xv6-public/
H A Dsleep1.p24 x = value; value = x + 1; x = 0;
31 x = value; value = x + 1; x = 0;
45 x = value; value = x + 1; x = 0;
61 inline acquire(x)
63 atomic { x == 0; x = 1 }
68 assert x==1;
69 x = 0
99 byte i, x;
106 x = value; value = x - 1; x = 0;
118 byte i, x, w;
[all …]
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 Dprintf.c17 uint x; in printint() local
22 x = -xx; in printint()
24 x = xx; in printint()
29 buf[i++] = digits[x % base]; in printint()
30 }while((x /= base) != 0); in printint()
H A D.gdbinit.tmpl11 x/i $pc
17 printf "[%4x:%4x] ", $cs, $eip
18 x/i $cs*16+$eip
H A Dshow13 …"xv6/$@" | mpage -m50t50b -o -bLetter -T -t -2 -FLucidaSans-Typewriter83 -L60 >x.ps; gv --swap x.ps
H A Dmkfs.c46 xshort(ushort x) in xshort() argument
50 a[0] = x; in xshort()
51 a[1] = x >> 8; in xshort()
56 xint(uint x) in xint() argument
60 a[0] = x; in xint()
61 a[1] = x >> 8; in xint()
62 a[2] = x >> 16; in xint()
63 a[3] = x >> 24; in xint()
263 uint x; in iappend() local
288 rsect(x, buf); in iappend()
[all …]
H A Dconsole.c33 uint x; in printint() local
36 x = -xx; in printint()
38 x = xx; in printint()
42 buf[i++] = digits[x % base]; in printint()
43 }while((x /= base) != 0); in printint()
189 #define C(x) ((x)-'@') // Control-x argument
H A Dlapic.c217 #define CONV(x) (t1.x = ((t1.x >> 4) * 10) + (t1.x & 0xf)) in cmostime() argument
H A Dgdbutil191 printf " (0x%x) ", $arg5
257 printf "base = 0x%08x", $arg0 | ($arg1<<16) | ($arg2<<24)
258 printf " limit = 0x"
260 printf "%08x", $arg3 | ($arg4<<16)
262 printf "%08x", (($arg3 | ($arg4<<16)) << 12) | 0xFFF
H A Ddefs.h190 #define NELEM(x) (sizeof(x)/sizeof((x)[0])) argument
H A Dkbd.h32 #define C(x) (x - '@') argument
H A Dumalloc.c16 Align x; member
H A Drunoff24 if [ "x$nn" != x ]; then
H A DNotes104 test: does echo foo > x truncate x?
H A Dusertests.c871 unsigned int x = (pid ? 1 : 97); in linkunlink() local
873 x = x * 1103515245 + 12345; in linkunlink()
874 if((x % 3) == 0){ in linkunlink()
876 } else if((x % 3) == 1){ in linkunlink()
H A Ddot-bochsrc33 # x use X windows interface, cross platform
63 #display_library: x