Home
last modified time | relevance | path

Searched refs:packaged (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h385 #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 …]
Dcbprintf_internal.h865 #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/
Dcbprintf_packaged.c196 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/
DCMakeLists.txt33 # v0.16: ubuntu packaged thrift compiler does not support 'uuid' type
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c111 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/
Dother_x_compilers.rst11 distribution packaged, that you compiled on your own, or that you downloaded
/Zephyr-latest/boards/st/nucleo_c031c6/doc/
Dindex.rst14 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_c071rb/doc/
Dindex.rst14 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_f031k6/doc/
Dindex.rst14 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_f042k6/doc/
Dindex.rst14 with various packaged software examples.
/Zephyr-latest/boards/st/stm32f0_disco/doc/
Dindex.rst8 comprehensive STM32 software HAL library and various packaged software
/Zephyr-latest/boards/st/nucleo_l011k4/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_l031k6/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_f334r8/doc/
Dindex.rst19 with various packaged software examples.
/Zephyr-latest/boards/st/stm32l1_disco/doc/
Dindex.rst11 packaged software examples.
/Zephyr-latest/boards/st/nucleo_l053r8/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_l152re/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_f070rb/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_f091rc/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_f103rb/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_l073rz/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/boards/st/nucleo_f030r8/doc/
Dindex.rst18 with various packaged software examples.
/Zephyr-latest/doc/services/llext/
Dbuild.rst52 packaged extension;
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst135 * Download and install a packaged cmake from the CMake project site.
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_tiny.ld180 /* For particular file packaged in libzephyr.a. */

12