Home
last modified time | relevance | path

Searched defs:VA_START (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmisc.c34 # define VA_START(args, lastarg) va_start(args, lastarg) macro
37 # define VA_START(args, lastarg) va_start(args) macro
49 # define VA_START(args, lastarg) macro