Searched refs:cright (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 303 avl_node_t *cright; in avl_rotation() local 348 cright = child->avl_child[right]; in avl_rotation() 349 node->avl_child[left] = cright; in avl_rotation() 350 if (cright != NULL) { in avl_rotation() 351 AVL_SETPARENT(cright, node); in avl_rotation() 352 AVL_SETCHILD(cright, left); in avl_rotation()
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 2435 int i, j, consumers, cleft, cright; in hdaa_audio_ctl_dest_volume() local 2485 cright = right; in hdaa_audio_ctl_dest_volume() 2489 hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &cleft, &cright); in hdaa_audio_ctl_dest_volume() 2491 mute, cleft, cright, depth + 1); in hdaa_audio_ctl_dest_volume()
|