Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2660 llvm::StringRef sleft, sright; in GetValueForExpressionPath_Impl() local
2662 std::tie(sleft, sright) = bracket_expr.split('-'); in GetValueForExpressionPath_Impl()
2663 if (sleft.getAsInteger(0, low_index) || in GetValueForExpressionPath_Impl()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c2326 int i, zleft, zright, sleft, sright, smute, lval, rval; in hdaa_audio_ctl_dev_set() local
2331 smute = sleft = sright = zleft = zright = 0; in hdaa_audio_ctl_dev_set()
2333 sleft += ctl->devleft[i]; in hdaa_audio_ctl_dev_set()
2341 lval = QDB2VAL(ctl, sleft); in hdaa_audio_ctl_dev_set()