Searched refs:table_size (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/posix/ |
D | bug-regex5.c | 10 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()
|
D | fnmatch_loop.c | 476 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()
|
D | regcomp.c | 829 __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() 866 dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size); in init_dfa() 867 dfa->state_hash_mask = table_size - 1; in init_dfa() 2843 const int32_t *symb_table, int32_t table_size, in seek_collating_symbol_entry() argument 2848 for (elem = 0; elem < table_size; elem++) in seek_collating_symbol_entry() 2872 const char *collseqwc, int32_t table_size, in lookup_collation_sequence_value() argument 2900 symb_table, table_size, in lookup_collation_sequence_value() 2946 int32_t table_size, const int32_t *symb_table, in build_range_exp() argument [all …]
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 3386 variables table_size, names, tablewc. Rename tablewc_3level to 3719 !oldstyle_tables, set table_size to 0 and names to NULL and fill
|
D | ChangeLog.16 | 8615 * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we 8617 Remove no-longer-needed test for table_size > 0.
|