Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/doc/
H A Datomics.md285 one has to jump to the end of the code to understand what it does.