Searched refs:z_cbprintf_wcpy (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf_cxx.h | 273 z_cbprintf_wcpy((int *)dst, (int *)p, sizeof(d) / sizeof(int)); in z_cbprintf_cxx_store_arg() 278 z_cbprintf_wcpy((int *)dst, (int *)&p, sizeof(p) / sizeof(int)); in z_cbprintf_cxx_store_arg() 285 z_cbprintf_wcpy((int *)dst, &tmp, 1); in z_cbprintf_cxx_store_arg() 292 z_cbprintf_wcpy((int *)dst, &tmp, 1); in z_cbprintf_cxx_store_arg() 299 z_cbprintf_wcpy((int *)dst, &tmp, 1); in z_cbprintf_cxx_store_arg() 306 z_cbprintf_wcpy((int *)dst, &tmp, 1); in z_cbprintf_cxx_store_arg() 313 z_cbprintf_wcpy((int *)dst, &tmp, 1); in z_cbprintf_cxx_store_arg() 322 z_cbprintf_wcpy((int *)dst, (int *)p, wlen); in z_cbprintf_cxx_store_arg()
|
D | cbprintf_internal.h | 55 static inline void z_cbprintf_wcpy(int *dst, int *src, size_t len) in z_cbprintf_wcpy() function 596 z_cbprintf_wcpy((int *)(buf), \
|