Home | History | Annotate | Download | only in opcodes

Lines Matching refs:MAX_CODE_LENGTH

3160 #define MAX_CODE_LENGTH 15
3163 static int all_prefixes[MAX_CODE_LENGTH - 1];
12508 while (length < MAX_CODE_LENGTH - 1)
13598 if ((codep - start_codep) > MAX_CODE_LENGTH)
13601 return MAX_CODE_LENGTH;