Home | History | Annotate | Download | only in gmsl

Lines Matching full:foreach

216 map = $(__gmsl_tr2)$(strip $(foreach a,$2,$(call $1,$a)))
332 $(foreach c, \
384 strlen = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(strip $(eval __temp := $(subst $(__gmsl_space),x,$1))$(foreach a,$(__gmsl_characters),$(eval __temp := $$(subst $$a,x,$(__temp))))$(eval __temp := $(subst x,x ,$(__temp)))$(words $(__temp)))
406 substr = $(__gmsl_tr3)$(call assert_no_dollar,$0,$1$2$3)$(strip $(eval __temp := $$(subst $$(__gmsl_space),? ,$$1))$(foreach a,$(__gmsl_characters),$(eval __temp := $$(subst $$a,$$a$$(__gmsl_space),$(__temp))))$(eval __temp := $(wordlist $2,$3,$(__temp))))$(subst ?,$(__gmsl_space),$(subst $(__gmsl_space),,$(__temp)))
494 __gmsl_input_int := $(foreach a,$(__gmsl_sixteen), \
495 $(foreach b,$(__gmsl_sixteen), \
496 $(foreach c,$(__gmsl_sixteen), \
577 int_multiply = $(strip $(__gmsl_tr2)$(foreach a,$1,$2))
728 $(join $1,$(foreach a,$1,y x)))))