Searched refs:match_state (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/scripts/kconfig/ |
D | nconf.c | 1010 struct match_state struct 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1076 struct match_state match_state = { in conf() local 1094 if (match_state.in_search) { in conf() 1096 "searching: %s", match_state.pattern); in conf() 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1242 struct match_state match_state = { in conf_choice() local 1278 if (match_state.in_search) { in conf_choice() 1280 match_state.pattern); in conf_choice() 1287 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search.c | 31 struct match_state { struct 41 struct match_state *state); argument 97 struct match_state *state) in match_value() 248 struct match_state *state) in match_expression() 333 build_bitsize_tree(void *mem_ctx, struct match_state *state, in build_bitsize_tree() 441 struct match_state *state, in construct_value() 581 struct match_state state; in nir_replace_instr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | aarch64-codegen-prepare-atp.ll | 6 %struct.match_state = type { i64, i64 }
|