Lines Matching defs:dst
115 #define node_set(node, dst) __node_set((node), &(dst)) argument
121 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
127 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument
133 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument
149 #define nodes_and(dst, src1, src2) \ argument
157 #define nodes_or(dst, src1, src2) \ argument
165 #define nodes_xor(dst, src1, src2) \ argument
173 #define nodes_andnot(dst, src1, src2) \ argument
181 #define nodes_complement(dst, src) \ argument
231 #define nodes_shift_right(dst, src, n) \ argument
239 #define nodes_shift_left(dst, src, n) \ argument
312 #define nodemask_parse_user(ubuf, ulen, dst) \ argument
320 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) argument
334 #define nodes_remap(dst, src, old, new) \ argument
342 #define nodes_onto(dst, orig, relmap) \ argument
350 #define nodes_fold(dst, orig, sz) \ argument