Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 8 of 8) sorted by relevance

/lk-master/scripts/
A Dcodestyle12 astyle -A2 --align-pointer=name --indent=spaces=4 --indent-switches \
/lk-master/arch/arm64/
A Drules.mk95 ARCH_COMPILEFLAGS += -fno-omit-frame-pointer
/lk-master/arch/riscv/
A Dlinker-onesegment.ld58 * the global pointer. */
A Dlinker-twosegment.ld70 * the global pointer. */
/lk-master/lib/norfs/
A Dnorfs.c92 static uint32_t curr_block_free_space(uint32_t pointer) { in curr_block_free_space() argument
93 return (block_num(pointer) + 1) * FLASH_PAGE_SIZE - pointer; in curr_block_free_space()
/lk-master/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_copy_to_ram.ld175 /* __etext is the name of the .data init source pointer (...) */
/lk-master/external/platform/nrfx/
A DCHANGELOG.md53 - Fixed void pointer cast in the CLOCK HAL, which could cause memory corruption with specific compi…
104 - Updated all HAL functions to take the pointer to the structure of registers of the peripheral as …
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S1126 @ r12 coefficient pointer

Completed in 12 milliseconds