Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dtriodef.h138 # define TRIO_ARGS2(list,a1,a2) list a1; a2; macro
160 # define TRIO_ARGS2(list,a1,a2) (a1,a2) macro
/external/libxml2/
Dtriodef.h140 # define TRIO_ARGS2(list,a1,a2) list a1; a2; macro
162 # define TRIO_ARGS2(list,a1,a2) (a1,a2) macro