Lines Matching refs:int32_t
375 const int32_t *table = (const int32_t *) in re_compile_fastmap_iter()
2762 int32_t table_size; in parse_bracket_exp()
2763 const int32_t *symb_table; in parse_bracket_exp()
2770 auto inline int32_t in parse_bracket_exp()
2776 int32_t hash = elem_hash ((const char *) name, name_len); in parse_bracket_exp()
2777 int32_t elem = hash % table_size; in parse_bracket_exp()
2780 int32_t second = hash % (table_size - 2) + 1; in parse_bracket_exp()
2835 int32_t elem, idx; in parse_bracket_exp()
2967 int32_t elem, idx; in parse_bracket_exp()
2998 int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t, in parse_bracket_exp()
3043 symb_table = (const int32_t *) _NL_CURRENT (LC_COLLATE, in parse_bracket_exp()
3411 const int32_t *table, *indirect; in build_equiv_class()
3414 int32_t idx1, idx2; in build_equiv_class()
3421 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB); in build_equiv_class()
3426 indirect = (const int32_t *) _NL_CURRENT (LC_COLLATE, in build_equiv_class()
3465 int32_t *new_equiv_classes = re_realloc (mbcset->equiv_classes, in build_equiv_class()
3466 int32_t, in build_equiv_class()