Searched refs:cbit_type (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_study.c631 set_type_bits(pcre_uint8 *start_bits, int cbit_type, int table_limit, argument
635 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
673 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, int table_limit, argument
677 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_study.c631 set_type_bits(pcre_uint8 *start_bits, int cbit_type, int table_limit, argument
635 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
673 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, int table_limit, argument
677 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_study.c631 set_type_bits(pcre_uint8 *start_bits, int cbit_type, int table_limit, argument
635 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
673 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, int table_limit, argument
677 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];

Completed in 101 milliseconds