Searched defs:side (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/lib/utils/ | 
| D | rb.c | 21 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-latest/drivers/memc/ | 
| D | memc_nxp_s32_qspi.c | 116 #define QSPI_DLL_CFG(n, side, side_upper)						\  argument132 #define QSPI_READ_MODE(n, side, side_upper)						\  argument
 135 #define QSPI_IDLE_SIGNAL_DRIVE(n, side, side_upper)					\  argument
 152 #define QSPI_SIDE_CFG(n, side, side_upper)						\  argument
 
 | 
| /Zephyr-latest/tests/unit/rbtree/ | 
| D | main.c | 94 	int side, bheight = blacks_above + z_rb_is_black(node);  in check_rbnode()  local
 |