HomeSort by relevance Sort by last modified time
    Searched defs:in_edges (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
gencode.h 265 struct edge *in_edges; member in struct:block
  /external/valgrind/main/coregrind/
m_transtab.c 186 /* Admin information for chaining. 'in_edges' is a set of the
192 blocks. The 'in_edges' contain slightly more info, enough
195 'in_edges' entries of all blocks we're patched through to, in
253 This means in turn that B's in_edges set can list A more than
263 times in its in_edges. To make things simpler, we then
270 and in_edges sets really do have both have set semantics.
274 and B.in_edges = { (A,42), (A,87) } (in any order)
277 mapping between P.out_edges and Q.in_edges.
279 InEdgeArr in_edges; member in struct:__anon37285
825 InEdgeArr__add(&to_tte->in_edges, &ie)
    [all...]

Completed in 185 milliseconds