Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 3 of 3) sorted by relevance

/posix/
A Dbug-regex5.c10 int32_t table_size, idx, i, found; in main() local
34 table_size = u.word; in main()
39 for (i = 0; i < table_size; ++i) in main()
A Dfnmatch_loop.c476 int32_t table_size; in FCT() local
485 table_size = in FCT()
495 for (elem = 0; elem < table_size; elem++) in FCT()
529 if (elem < table_size) in FCT()
665 int32_t table_size; in FCT() local
674 table_size = in FCT()
684 for (elem = 0; elem < table_size; elem++) in FCT()
721 if (elem < table_size) in FCT()
A Dregcomp.c829 __re_size_t table_size; in init_dfa() local
862 for (table_size = 1; ; table_size <<= 1) in init_dfa()
863 if (table_size > pat_len) in init_dfa()
867 dfa->state_hash_mask = table_size - 1; in init_dfa()
2900 symb_table, table_size, in lookup_collation_sequence_value()
2963 table_size, symb_table, extra); in build_range_exp()
2965 table_size, symb_table, extra); in build_range_exp()
3033 uint32_t nrules, int32_t table_size, in build_collating_symbol() argument
3041 table_size, extra); in build_collating_symbol()
3102 int32_t table_size = 0; in parse_bracket_exp() local
[all …]

Completed in 12 milliseconds