Searched refs:sleft (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 2660 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 D | hdaa.c | 2353 int i, zleft, zright, sleft, sright, smute, lval, rval; in hdaa_audio_ctl_dev_set() local 2358 smute = sleft = sright = zleft = zright = 0; in hdaa_audio_ctl_dev_set() 2360 sleft += ctl->devleft[i]; in hdaa_audio_ctl_dev_set() 2368 lval = QDB2VAL(ctl, sleft); in hdaa_audio_ctl_dev_set()
|