Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/iconv/
HDcitrus_mapper.c301 match_func(struct _citrus_mapper *cm, const char *key) in match_func() function
327 _CITRUS_HASH_SEARCH(&ma->ma_cache, cm, cm_entry, match_func, mapname, in _citrus_mapper_open()
HDcitrus_iconv.c201 match_func(struct _citrus_iconv_shared * __restrict ci, in match_func() function
222 _CITRUS_HASH_SEARCH(&shared_pool, ci, ci_hash_entry, match_func, in get_shared()
/freebsd-14-stable/sys/riscv/riscv/
HDdb_disasm.c81 int (*match_func)(struct riscv_op *op, uint32_t insn); member
585 if (op->match_func(op, insn)) { in db_disasm()
594 if (op->match_func(op, insn)) { in db_disasm()