Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/installboot/
H A Devboards.c1917 off_t this_max; in evb_uboot_setboot() local
1919 this_max = file_size; in evb_uboot_setboot()
1921 this_max = sb.st_size - file_offset; in evb_uboot_setboot()
1922 this_max += image_offset; in evb_uboot_setboot()
1923 if (max_offset < this_max) in evb_uboot_setboot()
1924 max_offset = this_max; in evb_uboot_setboot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp1022 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local
1027 this_max * Other_max + 1); in multiply()
1045 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1050 this_max * Other_min, this_max * Other_max}; in multiply()
1469 APInt this_max = getSignedMax().sext(getBitWidth() * 2); in smul_sat() local
1473 auto L = {this_min * Other_min, this_min * Other_max, this_max * Other_min, in smul_sat()
1474 this_max * Other_max}; in smul_sat()