Home
last modified time | relevance | path

Searched refs:prev_nextp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c242 attach_dep_link (dep_link_t l, dep_link_t *prev_nextp) in attach_dep_link() argument
244 dep_link_t next = *prev_nextp; in attach_dep_link()
250 DEP_LINK_PREV_NEXTP (l) = prev_nextp; in attach_dep_link()
256 gcc_assert (DEP_LINK_PREV_NEXTP (next) == prev_nextp); in attach_dep_link()
262 *prev_nextp = l; in attach_dep_link()
280 dep_link_t *prev_nextp = DEP_LINK_PREV_NEXTP (l); in detach_dep_link() local
283 *prev_nextp = next; in detach_dep_link()
286 DEP_LINK_PREV_NEXTP (next) = prev_nextp; in detach_dep_link()
H A Dsched-int.h259 struct _dep_link **prev_nextp; member
265 #define DEP_LINK_PREV_NEXTP(N) ((N)->prev_nextp)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-int.h283 struct _dep_link **prev_nextp; member
289 #define DEP_LINK_PREV_NEXTP(N) ((N)->prev_nextp)
H A Dsched-deps.c235 attach_dep_link (dep_link_t l, dep_link_t *prev_nextp) in attach_dep_link() argument
237 dep_link_t next = *prev_nextp; in attach_dep_link()
243 DEP_LINK_PREV_NEXTP (l) = prev_nextp; in attach_dep_link()
249 gcc_assert (DEP_LINK_PREV_NEXTP (next) == prev_nextp); in attach_dep_link()
255 *prev_nextp = l; in attach_dep_link()
273 dep_link_t *prev_nextp = DEP_LINK_PREV_NEXTP (l); in detach_dep_link() local
276 *prev_nextp = next; in detach_dep_link()
279 DEP_LINK_PREV_NEXTP (next) = prev_nextp; in detach_dep_link()