zephyr/include/sys
Krzysztof Chruscinski e5eb1b179d lib: os: cbprintf: Suppress coverity false positive
Coverity is complaining about sizeof(v + 0) and it is used
here intentionally to promote variable. Added comment that should
suppress this error in the future.

Note that this macro will be used in all log messages so without
solving it before logging v2 is merged there will be a flood of
errors.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-04-28 20:06:20 +02:00
..
__assert.h
arch_interface.h
atomic_builtin.h kernel: atomic: consistently use named type for atomic pointer values 2021-04-19 15:22:13 +02:00
atomic_c.h kernel: atomic: consistently use named type for atomic pointer values 2021-04-19 15:22:13 +02:00
atomic.h kernel: atomic: consistently use named type for atomic pointer values 2021-04-19 15:22:13 +02:00
base64.h
byteorder.h
cbprintf_internal.h lib: os: cbprintf: Suppress coverity false positive 2021-04-28 20:06:20 +02:00
cbprintf.h lib: os: cbprintf: Prevent using _Generic in C++ 2021-04-27 08:48:03 -05:00
check.h
crc.h
device_mmio.h
dlist.h doc: strcutures: use doxygen to reference functions 2021-04-15 14:04:05 -04:00
errno_private.h
fdtable.h net: socket: Add locking to prevent concurrent access 2021-04-15 07:16:51 -05:00
kobject.h kernel: change metadata for priv_stacks to const 2021-04-27 13:32:00 -04:00
libc-hooks.h
list_gen.h
math_extras_impl.h
math_extras.h
mem_manage.h kernel: mmu: demand paging execution time histogram 2021-04-06 16:43:55 -04:00
mpsc_packet.h lib: os: Add mpsc (multiple producer, single consumer) packet buffer 2021-04-19 10:59:23 -04:00
mpsc_pbuf.h tests: lib: Add test for mpsc_pbuf 2021-04-19 10:59:23 -04:00
mutex.h
notify.h
onoff.h
p4wq.h
printk.h logging: Adapt logger to support both versions 2021-04-19 10:59:23 -04:00
rb.h lib: rb: Use types that indicate size and signedness 2021-04-20 15:50:49 -04:00
ring_buffer.h doc: group data structure docs and add doxygen linkage 2021-04-15 14:04:05 -04:00
sem.h
sflist.h doc: group data structure docs and add doxygen linkage 2021-04-15 14:04:05 -04:00
slist.h doc: group data structure docs and add doxygen linkage 2021-04-15 14:04:05 -04:00
speculation.h
sys_heap.h
sys_io.h
thread_stack.h
time_units.h include: sys: time_units: fix missing final else 2021-04-27 17:31:59 -04:00
timeutil.h
util_internal.h
util_loops.h
util_macro.h
util.h