Lines Matching defs:dst
128 #define node_set(node, dst) __node_set((node), &(dst)) argument
134 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
140 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument
146 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument
162 #define nodes_and(dst, src1, src2) \ argument
170 #define nodes_or(dst, src1, src2) \ argument
178 #define nodes_xor(dst, src1, src2) \ argument
186 #define nodes_andnot(dst, src1, src2) \ argument
194 #define nodes_complement(dst, src) \ argument
244 #define nodes_shift_right(dst, src, n) \ argument
252 #define nodes_shift_left(dst, src, n) \ argument
339 #define nodemask_parse_user(ubuf, ulen, dst) \ argument
347 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) argument
361 #define nodes_remap(dst, src, old, new) \ argument
369 #define nodes_onto(dst, orig, relmap) \ argument
377 #define nodes_fold(dst, orig, sz) \ argument