Home
last modified time | relevance | path

Searched refs:current_pointer (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c97 int current_pointer; member
489 state->current_pointer = in fiq_debugger_irq_exec()
490 (state->current_pointer - 1) & CMD_COUNT; in fiq_debugger_irq_exec()
491 if (strcmp(state->cmd_buf[state->current_pointer], state->debug_buf)) { in fiq_debugger_irq_exec()
492 state->current_pointer = in fiq_debugger_irq_exec()
493 (state->current_pointer + 1) & CMD_COUNT; in fiq_debugger_irq_exec()
494 memset(state->cmd_buf[state->current_pointer], 0, DEBUG_MAX); in fiq_debugger_irq_exec()
495 strcpy(state->cmd_buf[state->current_pointer], state->debug_buf); in fiq_debugger_irq_exec()
498 state->current_pointer = (state->current_pointer + 1) & CMD_COUNT; in fiq_debugger_irq_exec()
499 state->back_pointer = state->current_pointer; in fiq_debugger_irq_exec()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddata-streamer.h212 char *current_pointer = obs->current_pointer; in streamer_write_char_stream() local
213 *(current_pointer++) = c; in streamer_write_char_stream()
214 obs->current_pointer = current_pointer; in streamer_write_char_stream()
H A Dlto-streamer.h667 char * current_pointer; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddata-streamer.h212 char *current_pointer = obs->current_pointer; in streamer_write_char_stream() local
213 *(current_pointer++) = c; in streamer_write_char_stream()
214 obs->current_pointer = current_pointer; in streamer_write_char_stream()
H A Dlto-streamer.h667 char * current_pointer; member