Searched refs:exp_offset (Results 1 – 3 of 3) sorted by relevance
36 uint32_t exp_offset = (1 << (format->exponenta_bits - 1)) - 1; in build_custom_float() local77 if (exp_offset <= i) { in build_custom_float()83 *exponenta = exp_offset - i; in build_custom_float()96 *exponenta = exp_offset + i - 1; in build_custom_float()98 *exponenta = exp_offset; in build_custom_float()
763 if (likely(sgc->cur_offset == sgc->exp_offset)) { in get_physaddr_from_sgc()771 if (sgc->exp_offset > (u8 *)0) { in get_physaddr_from_sgc()782 sgc->exp_offset += len; in get_physaddr_from_sgc()787 } else if (sgc->cur_offset < sgc->exp_offset) { in get_physaddr_from_sgc()796 sgc->exp_offset -= len; in get_physaddr_from_sgc()800 (sgc->cur_offset - sgc->exp_offset); in get_physaddr_from_sgc()802 sgc->exp_offset += len; in get_physaddr_from_sgc()806 sgc->exp_offset - sgc->cur_offset); in get_physaddr_from_sgc()864 sgc.exp_offset = NULL; in esas2r_queuecommand()
621 u8 *exp_offset; member