Home | History | Annotate | Download | only in Ipf

Lines Matching defs:List

78   @param  ...                   The variable arguments list.

97 VA_LIST List;
122 VA_START (List, Arg1);
123 Arg2 = VA_ARG (List, UINT64);
124 Arg3 = VA_ARG (List, UINT64);
125 Arg4 = VA_ARG (List, UINT64);
126 Arg5 = VA_ARG (List, UINT64);
127 Arg6 = VA_ARG (List, UINT64);
128 Arg7 = VA_ARG (List, UINT64);
129 Arg8 = VA_ARG (List, UINT64);
130 Arg9 = VA_ARG (List, UINT64);
131 Arg10 = VA_ARG (List, UINT64);
132 Arg11 = VA_ARG (List, UINT64);
133 Arg12 = VA_ARG (List, UINT64);
134 Arg13 = VA_ARG (List, UINT64);
135 Arg14 = VA_ARG (List, UINT64);
136 Arg15 = VA_ARG (List, UINT64);
137 Arg16 = VA_ARG (List, UINT64);
138 VA_END (List);
698 // Add the thunk to our list of allocated thunks so we can do some cleanup