Searched refs:CILEN_PREDICTOR_2 (Results 1 – 2 of 2) sorted by relevance
668 opt_buf[1] = CILEN_PREDICTOR_2;669 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)686 + (go->predictor_2? CILEN_PREDICTOR_2: 0)795 p[1] = CILEN_PREDICTOR_2;796 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {799 p += CILEN_PREDICTOR_2;879 if (len < CILEN_PREDICTOR_2880 || p[0] != CI_PREDICTOR_2 || p[1] != CILEN_PREDICTOR_2)882 p += CILEN_PREDICTOR_2;883 len -= CILEN_PREDICTOR_2;[all …]
275 #define CILEN_PREDICTOR_2 2 /* length of its config option */ macro