Lines Matching refs:match
16 define match-word
48 define match-word-in-list
51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
66 define match-prefix
70 $(if $(call match-word-in-list,$(1),$(text)),true,) \
87 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM))
93 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true)
99 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1))
106 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\
118 $(call match-prefix,$(1),$(__underscore),$(TARGET_BOARD_PLATFORM))
136 $(call match-prefix,$(1),$(delim_a),$(TARGET_BOARD_PLATFORM)), \
137 $(call match-prefix,$(1),$(__underscore),$(TARGET_BOARD_PLATFORM)), \
175 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
191 match-word-in-list,\