zephyr/lib
Andy Ross 2ef57f0a1b lib/rbtree: Add a rb_contains() predicate
Returns true if the specified node is in the tree.  Allows the tree to
be used for "set" style semantics along with a lessthan_fn that simply
compares the nodes by their address.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-04-10 12:31:51 -04:00
..
base64 lib: base64: Add statement of changes 2018-03-23 13:54:48 +01:00
crc crc: make crc8_ccitt() match the other CRC functions. 2018-03-10 21:49:07 -05:00
json lib: move ring_buffer Kconfig to lib/, cleanup lib/Kconfig 2018-03-19 15:37:26 -04:00
libc build: deprecate ZEPHYR_GCC_VARIANT 2018-02-13 07:44:45 -08:00
mempool lib: user mode compatible mempools 2018-04-05 07:03:05 -07:00
posix lib: posix: Fix integer overflow in timer_gettime 2018-04-05 16:43:05 -04:00
rbtree lib/rbtree: Add a rb_contains() predicate 2018-04-10 12:31:51 -04:00
ring_buffer lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
CMakeLists.txt lib: Red/Black balanced tree data structure 2018-04-10 12:31:51 -04:00
Kconfig lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00