Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dnconf.c1010 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, &current_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/
Dnir_search.c31 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/
Daarch64-codegen-prepare-atp.ll6 %struct.match_state = type { i64, i64 }