Home
last modified time | relevance | path

Searched defs:side (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/lib/utils/
Drb.c21 static struct rbnode *get_child(struct rbnode *n, uint8_t side) in get_child()
34 static void set_child(struct rbnode *n, uint8_t side, void *val) in set_child()
88 uint8_t side = tree->lessthan_fn(node, stack[sz - 1]) ? 0U : 1U; in find_and_stack() local
102 struct rbnode *z_rb_get_minmax(struct rbtree *tree, uint8_t side) in z_rb_get_minmax()
136 uint8_t side = get_side(parent, child); in rotate() local
179 uint8_t side = get_side(grandparent, parent); in fix_extra_red() local
241 uint8_t side = tree->lessthan_fn(node, parent) ? 0U : 1U; in rb_insert() local
514 struct rbnode *z_rb_child(struct rbnode *node, uint8_t side) in z_rb_child()
/Zephyr-Core-3.7.0/drivers/memc/
Dmemc_nxp_s32_qspi.c115 #define QSPI_DLL_CFG(n, side, side_upper) \ argument
131 #define QSPI_READ_MODE(n, side, side_upper) \ argument
134 #define QSPI_IDLE_SIGNAL_DRIVE(n, side, side_upper) \ argument
151 #define QSPI_SIDE_CFG(n, side, side_upper) \ argument
/Zephyr-Core-3.7.0/tests/unit/rbtree/
Dmain.c94 int side, bheight = blacks_above + z_rb_is_black(node); in check_rbnode() local