Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c1021 uint32_t index, jump; in gc_scroll_down() local
1023 jump = num * gc_buffer_columns; in gc_scroll_down()
1029 if (gc_buffer_attributes[index] != gc_buffer_attributes[index - jump] || in gc_scroll_down()
1030 gc_buffer_characters[index] != gc_buffer_characters[index - jump] || in gc_scroll_down()
1031 gc_buffer_colorcodes[index] != gc_buffer_colorcodes[index - jump]) { in gc_scroll_down()
1032 if (gc_color_code != gc_buffer_colorcodes[index - jump]) { in gc_scroll_down()
1033 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], TRUE ), TRUE ); in gc_scroll_down()
1034 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], FALSE), FALSE); in gc_scroll_down()
1037 if (gc_buffer_colorcodes[index] != gc_buffer_colorcodes[index - jump]) { in gc_scroll_down()
1040 /* ch */ gc_buffer_characters[index - jump], in gc_scroll_down()
[all …]
/xnu-12377.81.4/doc/building/
H A Dbound_checks.md37 check in that function will jump to that trap instruction when they fail. Debug
/xnu-12377.81.4/doc/primitives/
H A Datomics.md287 one has to jump to the end of the code to understand what it does.