Searched refs:SMALL_STR_SIZE (Results 1 – 1 of 1) sorted by relevance
44 #define SMALL_STR_SIZE 4095 macro718 int32_t *idxarr = alloca (SMALL_STR_SIZE * sizeof (int32_t)); in STRXFRM()719 unsigned char *rulearr = alloca (SMALL_STR_SIZE + 1); in STRXFRM()730 while (*cur != L('\0') && idxmax < SMALL_STR_SIZE); in STRXFRM()
Completed in 5 milliseconds