Searched refs:match_func (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/iconv/ |
H A D | citrus_iconv.c | 201 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()
|
H A D | citrus_mapper.c | 301 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()
|
/freebsd/sys/riscv/riscv/ |
H A D | db_disasm.c | 80 int (*match_func)(struct riscv_op *op, uint32_t insn); member 584 if (op->match_func(op, insn)) { in db_disasm() 593 if (op->match_func(op, insn)) { in db_disasm()
|