Searched refs:idxmax (Results 1 – 2 of 2) sorted by relevance
50 size_t idxmax; /* Maximum index in sequences. */ member75 size_t idxmax = seq->idxmax; in get_next_seq() local89 if (idxcnt < idxmax) in get_next_seq()122 backw_stop = idxmax; in get_next_seq()131 idxcnt = idxmax++; in get_next_seq()147 if (idxcnt == idxmax || backw_stop > idxcnt) in get_next_seq()162 if (idxmax > idxcnt) in get_next_seq()201 seq->idxmax = idxmax; in get_next_seq()306 seq1.idxmax = 0; in STRCOLL()309 seq2.idxmax = 0; in STRCOLL()
405 size_t idxmax, int32_t *idxarr, const unsigned char *rulearr) in do_xfrm_cached() argument427 for (idxcnt = 0; idxcnt < idxmax; ++idxcnt) in do_xfrm_cached()511 for (idxcnt = 0; idxcnt < idxmax; ++idxcnt) in do_xfrm_cached()607 backw = idxmax - 1; in do_xfrm_cached()716 size_t idxmax = 0; in STRXFRM() local725 rulearr[idxmax] = tmp >> 24; in STRXFRM()726 idxarr[idxmax] = tmp & 0xffffff; in STRXFRM()728 ++idxmax; in STRXFRM()730 while (*cur != L('\0') && idxmax < SMALL_STR_SIZE); in STRXFRM()734 rulearr[idxmax] = '\0'; in STRXFRM()[all …]