Home
last modified time | relevance | path

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

/acpica-latest/source/include/platform/
Dacmsvcex.h197 #define va_arg(ap, T) (*(T *)(((ap) += (_Bnd (T, _AUPBND))) - (_Bnd (T,_ADNBND)))) argument
198 #define va_end(ap) (ap = (va_list) NULL) argument
199 #define va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_Bnd (A,_AUPBND)))) argument
/acpica-latest/source/compiler/
Dasltree.c466 va_list ap; in TrLinkOpChildren() local
728 va_list ap; in TrLinkPeerOps() local
Daslparseop.c186 va_list ap; in TrCreateOp() local