/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 385 #define CBPRINTF_STATIC_PACKAGE(packaged, inlen, outlen, align_offset, flags, \ argument 387 Z_CBPRINTF_STATIC_PACKAGE(packaged, inlen, outlen, \ 431 int cbprintf_package(void *packaged, 471 int cbvprintf_package(void *packaged, 574 void *packaged, in cbprintf_package_copy() argument 581 .buf = packaged, in cbprintf_package_copy() 587 packaged ? z_cbprintf_cpy : NULL, &buf_desc, in cbprintf_package_copy() 622 void *packaged, in cbprintf_fsc_package() argument 625 return cbprintf_package_copy(in_packaged, in_len, packaged, len, in cbprintf_fsc_package() 653 void *packaged); [all …]
|
D | cbprintf_internal.h | 865 #define Z_CBPRINTF_STATIC_PACKAGE(packaged, inlen, outlen, align_offset, flags, \ argument 867 Z_CBPRINTF_STATIC_PACKAGE_GENERIC(packaged, inlen, outlen, \ 870 #define Z_CBPRINTF_STATIC_PACKAGE(packaged, inlen, outlen, align_offset, flags, \ 874 if (((uintptr_t)packaged + 1) != 1) { \ 875 outlen = cbprintf_package(packaged, inlen, flags, __VA_ARGS__); \
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 196 static size_t get_package_len(void *packaged) in get_package_len() argument 198 __ASSERT_NO_MSG(packaged != NULL); in get_package_len() 200 uint8_t *buf = packaged; in get_package_len() 233 int cbvprintf_package(void *packaged, size_t len, uint32_t flags, in cbvprintf_package() argument 247 uint8_t *buf0 = packaged; /* buffer start (may be NULL) */ in cbvprintf_package() 270 union cbprintf_package_hdr *pkg_hdr = packaged; in cbvprintf_package() 273 if ((uintptr_t)packaged % sizeof(void *)) { in cbvprintf_package() 279 if ((uintptr_t)packaged % CBPRINTF_PACKAGE_ALIGNMENT) { in cbvprintf_package() 819 int cbprintf_package(void *packaged, size_t len, uint32_t flags, in cbprintf_package() argument 826 ret = cbvprintf_package(packaged, len, flags, format, ap); in cbprintf_package() [all …]
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/ |
D | CMakeLists.txt | 33 # v0.16: ubuntu packaged thrift compiler does not support 'uuid' type
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 111 static uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) packaged[256]; in __aligned() 187 rv = cbvprintf_package(packaged, sizeof(packaged), PACKAGE_FLAGS, format, ap); in prf() 189 rv = cbpprintf(out, &outbuf, packaged); in prf() 212 uint8_t *pkg_buf = &packaged[PKG_ALIGN_OFFSET]; in rawprf()
|
/Zephyr-latest/doc/develop/toolchains/ |
D | other_x_compilers.rst | 11 distribution packaged, that you compiled on your own, or that you downloaded
|
/Zephyr-latest/boards/st/nucleo_c031c6/doc/ |
D | index.rst | 14 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_c071rb/doc/ |
D | index.rst | 14 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_f031k6/doc/ |
D | index.rst | 14 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_f042k6/doc/ |
D | index.rst | 14 with various packaged software examples.
|
/Zephyr-latest/boards/st/stm32f0_disco/doc/ |
D | index.rst | 8 comprehensive STM32 software HAL library and various packaged software
|
/Zephyr-latest/boards/st/nucleo_l011k4/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_l031k6/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_f334r8/doc/ |
D | index.rst | 19 with various packaged software examples.
|
/Zephyr-latest/boards/st/stm32l1_disco/doc/ |
D | index.rst | 11 packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_l053r8/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_l152re/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_f070rb/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_f091rc/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_f103rb/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_l073rz/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/boards/st/nucleo_f030r8/doc/ |
D | index.rst | 18 with various packaged software examples.
|
/Zephyr-latest/doc/services/llext/ |
D | build.rst | 52 packaged extension;
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 135 * Download and install a packaged cmake from the CMake project site.
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 180 /* For particular file packaged in libzephyr.a. */
|