Lines Matching defs:from
16 * may be used to endorse or promote products derived from this software
24 * The provided data structures and external interfaces from this code
211 /* do we have a valid len8_dlc value from 9 .. 15 ? */
232 /* we have a valid dlc value from 9 .. 15 in ccf->len */
322 int from = calc_idx(xor->from_idx, cf->len);
328 if (from < 0 || to < 0 || res < 0)
331 if (from <= to) {
332 for (i = from; i <= to; i++)
335 for (i = from; i >= to; i--)
367 int from = calc_idx(crc8->from_idx, cf->len);
373 if (from < 0 || to < 0 || res < 0)
376 if (from <= to) {