Searched refs:too_short (Results 1 – 5 of 5) sorted by relevance
39 + if (length < sizeof(*format)) goto too_short;51 + if (rogue_feel + 4 > rogue_feel_end) goto too_short;59 + if (rogue_feel + 4 > rogue_feel_end) goto too_short;66 +too_short:
35 + if (length < sizeof(*format)) goto too_short;47 + if (rogue_feel + 2 > rogue_feel_end) goto too_short;50 +too_short:
48 - if (encoded + 7 + (stereo ? 7 : 0) > encoded_end) goto too_short;65 - if (encoded + 1 > encoded_end) goto too_short;75 -too_short:
81 + if (encoded + 7 + (stereo ? 7 : 0) > encoded_end) goto too_short;96 + if (encoded + 1 > encoded_end) goto too_short;105 +too_short:
550 bool too_long, too_short; in sja1105_setup_tc_taprio() local553 too_short = (delta_cycles == 0); in sja1105_setup_tc_taprio()554 if (too_long || too_short) { in sja1105_setup_tc_taprio()