Searched defs:in_edges (Results 1 - 2 of 2) sorted by relevance

/external/libpcap/
H A Dgencode.h263 struct edge *in_edges; member in struct:block
/external/valgrind/coregrind/
H A Dm_transtab.c212 /* Admin information for chaining. 'in_edges' is a set of the
218 blocks. The 'in_edges' contain slightly more info, enough
221 'in_edges' entries of all blocks we're patched through to, in
279 This means in turn that B's in_edges set can list A more than
289 times in its in_edges. To make things simpler, we then
296 and in_edges sets really do have both have set semantics.
300 and B.in_edges = { (A,42), (A,87) } (in any order)
303 mapping between P.out_edges and Q.in_edges.
305 InEdgeArr in_edges; member in struct:__anon18977
871 InEdgeArr__add(&to_tte->in_edges,
[all...]

Completed in 125 milliseconds