Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dmake.h534 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
537 #define MAX(_a,_b) ((_a)>(_b)?(_a):(_b)) argument
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dse_statpat48 foo.x foo.y: foo.%: $$(%_a) $$($$*_b)
Dse_implicit67 foo.%: $$(%_a) $$(%_b) bar