Searched refs:bottom (Results 1 - 9 of 9) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c1289 * refer to pairs of humans in this game so just skip to the bottom.
1292 goto bottom;
1325 goto bottom;
1344 goto bottom;
1351 goto bottom;
1357 goto bottom;
1363 goto bottom;
1367 goto bottom;
1370 goto bottom;
1377 goto bottom;
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c1289 * refer to pairs of humans in this game so just skip to the bottom.
1292 goto bottom;
1325 goto bottom;
1344 goto bottom;
1351 goto bottom;
1357 goto bottom;
1363 goto bottom;
1367 goto bottom;
1370 goto bottom;
1377 goto bottom;
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dvspace_internal.h392 vspace_bottom_level_t *bottom = (vspace_bottom_level_t *)next; local
393 return bottom->cap[INDEX_FOR_LEVEL(vaddr, 0)];
411 vspace_bottom_level_t *bottom = (vspace_bottom_level_t *)next; local
412 return bottom->cookie[INDEX_FOR_LEVEL(vaddr, 0)];
/seL4-refos-master/libs/libsel4utils/include/sel4utils/
H A Dvspace_internal.h392 vspace_bottom_level_t *bottom = (vspace_bottom_level_t *)next; local
393 return bottom->cap[INDEX_FOR_LEVEL(vaddr, 0)];
411 vspace_bottom_level_t *bottom = (vspace_bottom_level_t *)next; local
412 return bottom->cookie[INDEX_FOR_LEVEL(vaddr, 0)];
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dregcomp.c1195 int bottom = tre_stack_num_objects(stack); local
1246 while (tre_stack_num_objects(stack) > bottom)
1576 /* Lift the bottom of the `regset' array so that when processing
1578 invisible. The original bottom was saved at ADDTAGS_UNION and
1631 } /* end while(tre_stack_num_objects(stack) > bottom) */
1678 int bottom = tre_stack_num_objects(stack); local
1687 while (status == REG_OK && tre_stack_num_objects(stack) > bottom)
1825 int bottom = tre_stack_num_objects(stack); local
1833 while (status == REG_OK && tre_stack_num_objects(stack) > bottom)
2128 int bottom local
2232 int bottom = tre_stack_num_objects(stack); local
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/vspace/
H A Dvspace.c769 vspace_bottom_level_t *bottom = (vspace_bottom_level_t *)level->table[index]; local
771 if (bottom->cap[index] != EMPTY && bottom->cap[index] != RESERVED) {
/seL4-refos-master/libs/libsel4utils/src/vspace/
H A Dvspace.c769 vspace_bottom_level_t *bottom = (vspace_bottom_level_t *)level->table[index]; local
771 if (bottom->cap[index] != EMPTY && bottom->cap[index] != RESERVED) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex302 \subsection*{The status lines (bottom)}
305 The bottom two lines of the screen contain several cryptic pieces of
1361 displayed on the bottom line display to indicate your condition.
2261 An explosion consists of three rows (top, middle, and bottom) of three
2563 Show your accumulated experience points on bottom line (default off).
2571 Show your approximate accumulated score on bottom line (default off).
2598 Show the elapsed game time in turns on bottom line (default off).
2666 Where to align or place the message window (top, bottom, left, or right)
2669 Where to align or place the status window (top, bottom, left, or right).
3026 Comment out all character graphics sets found near the bottom o
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex302 \subsection*{The status lines (bottom)}
305 The bottom two lines of the screen contain several cryptic pieces of
1361 displayed on the bottom line display to indicate your condition.
2261 An explosion consists of three rows (top, middle, and bottom) of three
2563 Show your accumulated experience points on bottom line (default off).
2571 Show your approximate accumulated score on bottom line (default off).
2598 Show the elapsed game time in turns on bottom line (default off).
2666 Where to align or place the message window (top, bottom, left, or right)
2669 Where to align or place the status window (top, bottom, left, or right).
3026 Comment out all character graphics sets found near the bottom o
[all...]

Completed in 117 milliseconds