Lines Matching refs:Argp
184 va_list Argp; in DMCompositeGetAccess() local
200 va_start(Argp, gvec); in DMCompositeGetAccess()
203 vec = va_arg(Argp, Vec *); in DMCompositeGetAccess()
221 va_end(Argp); in DMCompositeGetAccess()
370 va_list Argp; in DMCompositeRestoreAccess() local
386 va_start(Argp, gvec); in DMCompositeRestoreAccess()
389 vec = va_arg(Argp, Vec *); in DMCompositeRestoreAccess()
397 va_end(Argp); in DMCompositeRestoreAccess()
516 va_list Argp; in DMCompositeScatter() local
530 va_start(Argp, gvec); in DMCompositeScatter()
533 local = va_arg(Argp, Vec); in DMCompositeScatter()
548 va_end(Argp); in DMCompositeScatter()
626 va_list Argp; in DMCompositeGather() local
640 va_start(Argp, gvec); in DMCompositeGather()
643 local = va_arg(Argp, Vec); in DMCompositeGather()
658 va_end(Argp); in DMCompositeGather()
1147 va_list Argp; in DMCompositeGetLocalVectors() local
1158 va_start(Argp, dm); in DMCompositeGetLocalVectors()
1161 vec = va_arg(Argp, Vec *); in DMCompositeGetLocalVectors()
1165 va_end(Argp); in DMCompositeGetLocalVectors()
1188 va_list Argp; in DMCompositeRestoreLocalVectors() local
1199 va_start(Argp, dm); in DMCompositeRestoreLocalVectors()
1202 vec = va_arg(Argp, Vec *); in DMCompositeRestoreLocalVectors()
1206 va_end(Argp); in DMCompositeRestoreLocalVectors()
1232 va_list Argp; in DMCompositeGetEntries() local
1243 va_start(Argp, dm); in DMCompositeGetEntries()
1246 dmn = va_arg(Argp, DM *); in DMCompositeGetEntries()
1250 va_end(Argp); in DMCompositeGetEntries()