Home
last modified time | relevance | path

Searched refs:cright (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/common/avl/
HDavl.c311 avl_node_t *cright; in avl_rotation() local
358 cright = child->avl_child[right]; in avl_rotation()
359 node->avl_child[left] = cright; in avl_rotation()
360 if (cright != NULL) { in avl_rotation()
361 AVL_SETPARENT(cright, node); in avl_rotation()
362 AVL_SETCHILD(cright, left); in avl_rotation()
/NextBSD/sys/dev/sound/pci/hda/
HDhdaa.c2433 int i, j, consumers, cleft, cright; in hdaa_audio_ctl_dest_volume() local
2483 cright = right; in hdaa_audio_ctl_dest_volume()
2487 hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &cleft, &cright); in hdaa_audio_ctl_dest_volume()
2489 mute, cleft, cright, depth + 1); in hdaa_audio_ctl_dest_volume()