Searched defs:yasm_vps_next (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.h220 /*@null@*/ /*@dependent@*/ yasm_valparam *yasm_vps_next(yasm_valparam *cur);
222 #define yasm_vps_next(cur) STAILQ_NEXT(cur, link) macro

Completed in 100 milliseconds