Searched refs:cursor (Results 1 – 4 of 4) sorted by relevance
/SCP-firmware-master/arch/arm/armv8-a/src/ |
A D | arch_misc_helpers.S | 295 tst cursor, #0xf 311 cmp cursor, tmp2 320 cmp cursor, tmp1 324 cmp cursor, tmp1 339 cmp cursor, tmp1 343 dc zva, cursor 345 add cursor, cursor, block_size 346 cmp cursor, tmp1 362 cmp cursor, tmp1 366 cmp cursor, tmp1 [all …]
|
/SCP-firmware-master/debugger/src/cli/ |
A D | cli.c | 222 static uint32_t cli_backspace(uint32_t *cursor, uint32_t width); 1116 static uint32_t cli_backspace(uint32_t *cursor, uint32_t width) in cli_backspace() argument 1121 if (*cursor == 0) { in cli_backspace() 1125 *cursor = width - 1; in cli_backspace() 1131 *cursor = *cursor - 1; in cli_backspace()
|
/SCP-firmware-master/doc/media/ |
A D | style.css | 725 cursor: pointer; 1134 cursor: pointer;
|
/SCP-firmware-master/doc/ |
A D | Doxyfile | 1539 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1541 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1542 # the search. The filter options can be selected when the cursor is inside the 1543 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
Completed in 10 milliseconds