Lines Matching defs:dst
127 #define node_set(node, dst) __node_set((node), &(dst)) argument
133 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
139 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument
145 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument
161 #define nodes_and(dst, src1, src2) \ argument
169 #define nodes_or(dst, src1, src2) \ argument
177 #define nodes_xor(dst, src1, src2) \ argument
185 #define nodes_andnot(dst, src1, src2) \ argument
193 #define nodes_complement(dst, src) \ argument
243 #define nodes_shift_right(dst, src, n) \ argument
251 #define nodes_shift_left(dst, src, n) \ argument
331 #define nodemask_parse_user(ubuf, ulen, dst) \ argument
339 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) argument
353 #define nodes_remap(dst, src, old, new) \ argument
361 #define nodes_onto(dst, orig, relmap) \ argument
369 #define nodes_fold(dst, orig, sz) \ argument