zephyr/include/misc
Nicolas Pitre cf5c22d8be sflist: SYS_SFLIST_FLAGS_MASK must be a long not an int
When splitting the pointer from the flag, ~SYS_SFLIST_FLAGS_MASK remains
a 32-bit value because of the lack of an L qualifier. Let's qualify it
with UL so the top half of 64-bit pointers is not truncated.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-25 23:21:39 -04:00
..
__assert.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
byteorder.h
dlist.h include: Make statements evaluate boolean expressions 2019-03-26 22:06:45 -04:00
errno_private.h
fdtable.h net: sockets: implement getsockname function 2019-05-17 22:49:32 +03:00
gcov.h
libc-hooks.h libc: rename _zephyr_fputc to zephyr_fputc 2019-03-12 13:59:06 -05:00
list_gen.h include: Make statements evaluate boolean expressions 2019-03-26 22:06:45 -04:00
math_extras_impl.h misc: Implement math_extras.h function with GCC builtins. 2019-05-14 19:53:30 -05:00
math_extras.h misc: Portable math_extras.h implementations. 2019-05-14 19:53:30 -05:00
mempool_base.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
mempool.h mempool: fix corruption of the free block bitmap and beyond 2019-06-24 12:10:09 -07:00
mutex.h lib: os: add sys_mutex data type 2019-04-03 13:47:45 -04:00
printk.h printk: make it 64-bit compatible 2019-06-17 10:28:44 -07:00
rb.h C++: Fix compilation error "invalid conversion" 2019-05-03 14:27:07 -04:00
reboot.h
ring_buffer.h
sflist.h sflist: SYS_SFLIST_FLAGS_MASK must be a long not an int 2019-06-25 23:21:39 -04:00
slist.h
speculation.h doc: fix misspelling in docs and API comments 2019-03-27 15:59:09 -04:00
stack.h logging: use os as a domain for low level system debugging 2019-06-04 12:16:40 -07:00
util.h include: misc: macros to perform word/pointer boundary alignment 2019-06-20 08:42:45 -04:00