Searched refs:middle (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c36 register int x,y,middle; local
44 middle = x1 + rn2(x2-x1+1);
45 for(x=MIN(x1,middle); x<=MAX(x1,middle); x++)
48 corr(middle,y);
49 for(x=MIN(middle,x2); x<=MAX(middle,x2); x++)
52 middle = y1 + rn2(y2-y1+1);
53 for(y=MIN(y1,middle); y<=MAX(y1,middle);
[all...]
H A Dcmd.c783 enlght_line(start, middle, end)
784 const char *start, *middle, *end;
788 Sprintf(buf, "%s%s%s.", start, middle, end);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c36 register int x,y,middle; local
44 middle = x1 + rn2(x2-x1+1);
45 for(x=MIN(x1,middle); x<=MAX(x1,middle); x++)
48 corr(middle,y);
49 for(x=MIN(middle,x2); x<=MAX(middle,x2); x++)
52 middle = y1 + rn2(y2-y1+1);
53 for(y=MIN(y1,middle); y<=MAX(y1,middle);
[all...]
H A Dcmd.c783 enlght_line(start, middle, end)
784 const char *start, *middle, *end;
788 Sprintf(buf, "%s%s%s.", start, middle, end);
/seL4-refos-master/kernel/manual/parts/
H A Dthreads.tex222 a deep call chain and a reply cap in the middle of the call chain is revoked, such that the callee
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2261 An explosion consists of three rows (top, middle, and bottom) of three
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2261 An explosion consists of three rows (top, middle, and bottom) of three

Completed in 232 milliseconds