Searched refs:smin (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/audio/ |
H A D | audio.c | 632 size_t smin; in audio_pcm_hw_get_live_out() local 635 smin = audio_pcm_hw_find_min_out (hw, &nb_live1); in audio_pcm_hw_get_live_out() 641 size_t live = smin; in audio_pcm_hw_get_live_out()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 1294 GEN_ATOMIC_HELPER(fetch_smin, smin, 0) 1303 GEN_ATOMIC_HELPER(smin_fetch, smin, 1)
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 1492 unsigned long smin = task_scan_min(p); in task_scan_start() local 1493 unsigned long period = smin; in task_scan_start() 1509 return max(smin, period); in task_scan_start() 1514 unsigned long smin = task_scan_min(p); in task_scan_max() local 1535 return max(smin, smax); in task_scan_max()
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 12118 s64 smin = reg->smin_value; in check_reg_sane_offset() local 12132 if (smin == S64_MIN) { in check_reg_sane_offset() 12138 if (smin >= BPF_MAX_VAR_OFF || smin <= -BPF_MAX_VAR_OFF) { in check_reg_sane_offset() 12140 smin, reg_type_str(env, type)); in check_reg_sane_offset()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1746 gen_gvec_fn_3(smin, es, v1, v2, v3);
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 1922 GEN_OPIVV_GVEC_TRANS(vmin_vv, smin)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 3377 DO_ZZI(SMIN, smin)
|