Home
last modified time | relevance | path

Searched refs:char_set (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/et/
Det_name.c19 static const char char_set[] = variable
39 *p++ = char_set[ch-1]; in error_table_name()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c4339 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars() local
4389 char_set = chars + ((range_right - i) * MAX_DIFF_CHARS); in fast_forward_first_n_chars()
4390 SLJIT_ASSERT(char_set[0] > 0 && char_set[0] < 255); in fast_forward_first_n_chars()
4391 char_set_end = char_set + char_set[0]; in fast_forward_first_n_chars()
4392 char_set++; in fast_forward_first_n_chars()
4393 while (char_set <= char_set_end) in fast_forward_first_n_chars()
4395 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
4396 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
4397 char_set++; in fast_forward_first_n_chars()