Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/
Dsystem.c1041 uintptr_t bytesize_mod; in bsp_copy_multibyte() local
1056 bytesize_mod = bytesize % sizeof(uintptr_t); in bsp_copy_multibyte()
1058 if (0 != bytesize_mod) in bsp_copy_multibyte()
1063 for (i = 0; i < bytesize_mod; i++) in bsp_copy_multibyte()
1091 uintptr_t bytesize_mod; in bsp_bss_init_multibyte() local
1106 bytesize_mod = bytesize % sizeof(uintptr_t); in bsp_bss_init_multibyte()
1108 if (0 != bytesize_mod) in bsp_bss_init_multibyte()
1112 for (i = 0; i < bytesize_mod; i++) in bsp_bss_init_multibyte()