Home | History | Annotate | Download | only in core

Lines Matching refs:wordlist

1057 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 1,500,$(2)))
1058 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 501,1000,$(2)))
1059 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 1001,1500,$(2)))
1060 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 1501,2000,$(2)))
1061 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 2001,2500,$(2)))
1062 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 2501,3000,$(2)))
1063 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 3001,99999,$(2)))
1380 @$(call emit-line,$(wordlist 1,200,$(1)),$(2))
1381 @$(call emit-line,$(wordlist 201,400,$(1)),$(2))
1382 @$(call emit-line,$(wordlist 401,600,$(1)),$(2))
1383 @$(call emit-line,$(wordlist 601,800,$(1)),$(2))
1384 @$(call emit-line,$(wordlist 801,1000,$(1)),$(2))
1385 @$(call emit-line,$(wordlist 1001,1200,$(1)),$(2))
1386 @$(call emit-line,$(wordlist 1201,1400,$(1)),$(2))
1387 @$(call emit-line,$(wordlist 1401,1600,$(1)),$(2))
1388 @$(call emit-line,$(wordlist 1601,1800,$(1)),$(2))
1389 @$(call emit-line,$(wordlist 1801,2000,$(1)),$(2))
1390 @$(call emit-line,$(wordlist 2001,2200,$(1)),$(2))
1391 @$(call emit-line,$(wordlist 2201,2400,$(1)),$(2))
1392 @$(call emit-line,$(wordlist 2401,2600,$(1)),$(2))
1393 @$(call emit-line,$(wordlist 2601,2800,$(1)),$(2))
1394 @$(call emit-line,$(wordlist 2801,3000,$(1)),$(2))
1395 @$(call emit-line,$(wordlist 3001,3200,$(1)),$(2))
1396 @$(call emit-line,$(wordlist 3201,3400,$(1)),$(2))
1397 @$(call emit-line,$(wordlist 3401,3600,$(1)),$(2))
1398 @$(call emit-line,$(wordlist 3601,3800,$(1)),$(2))
1399 @$(call emit-line,$(wordlist 3801,4000,$(1)),$(2))
1400 @$(call emit-line,$(wordlist 4001,4200,$(1)),$(2))
1401 @$(call emit-line,$(wordlist 4201,4400,$(1)),$(2))
1402 @$(call emit-line,$(wordlist 4401,4600,$(1)),$(2))
1403 @$(call emit-line,$(wordlist 4601,4800,$(1)),$(2))
1404 @$(call emit-line,$(wordlist 4801,5000,$(1)),$(2))
1405 @$(if $(wordlist 5001,5002,$(1)),$(error Too many words ($(words $(1)))))
1946 := $(wordlist 1,$(words $(LOCAL_PACKAGE_OVERRIDES)), $(LOCAL_PACKAGE_OVERRIDES))