Searched refs:SHRT_MAX (Results 1 – 9 of 9) sorted by relevance
6 #define SHRT_MAX ((short)(USHRT_MAX >> 1)) macro7 #define SHRT_MIN ((short)(-SHRT_MAX - 1))
197 __imm_const(shrt_max, SHRT_MAX) in to_stack_check_high_6() 217 __imm_const(shrt_max, SHRT_MAX) in to_stack_check_high_7()
405 val = min_t(long, val, DIV_ROUND_CLOSEST(SHRT_MAX, data->config->shunt_div)); in ina226_alert_to_reg()407 SHRT_MAX); in ina226_alert_to_reg()422 limit = SHRT_MAX >> data->config->current_shift; in ina226_alert_to_reg()
35 #define KDIV_MAX SHRT_MAX
66 if (resp < SHRT_MAX) { in hclge_gen_resp_to_vf()
1091 if (new_val > SHRT_MAX) { in bpf_core_patch_insn()
1838 bch_btree_op_init(&op, SHRT_MAX); in bch_btree_gc()
3571 field_width = SHRT_MAX; in vsscanf()
1129 BUILD_BUG_ON(KVM_MEM_SLOTS_NUM > SHRT_MAX); in kvm_create_vm()