Searched refs:do_match (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() function 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1287 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 8270 static inline uint32_t do_match(void *vd, void *vn, void *vm, void *vg, in do_match() function 8303 return do_match(vd, vn, vm, vg, desc, ESZ, INV); \
|