Searched refs:neighbor (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DGCLogging.cpp78 for (const JSCell* neighbor : m_slotVisitor.markStack())
79 MarkedBlock::blockFor(neighbor)->clearMarked(neighbor);
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-olsr.c160 u_int8_t neighbor[4]; member in struct:olsr_lq_neighbor4
167 u_int8_t neighbor[16]; member in struct:olsr_lq_neighbor6
182 * print a neighbor list with LQ extensions.
193 printf("\n\t neighbor %s, link-quality %.2lf%%"
194 ", neighbor-link-quality %.2lf%%",
195 ipaddr_string(lq_neighbor->neighbor),
214 printf("\n\t neighbor %s, link-quality %.2lf%%"
215 ", neighbor-link-quality %.2lf%%",
216 ip6addr_string(lq_neighbor->neighbor),
227 * print a neighbor lis
232 int neighbor; local
[all...]
/macosx-10.10.1/remote_cmds-47/rwhod.tproj/
H A Drwhod.c139 * We communicate with each neighbor in a list constructed at the time we're
143 struct neighbor { struct
144 struct neighbor *n_next;
151 struct neighbor *neighbors;
411 register struct neighbor *np;
599 register struct neighbor *np;
684 np = (struct neighbor *)malloc(len);
686 quit("malloc of neighbor structure");
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dmenubar.tcl1634 set neighbor "previous"
1637 set neighbor "next"
1644 set neighbor_node [${mtree} ${neighbor} ${node}]
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c2994 enum neighbor_char neighbor = NEIGHBOR_FOUND; local
3006 if (neighbor == NEIGHBOR_NOT_CHAR && last_alnum) {
3014 neighbor = enc_succ_alnum_char(s, l, enc, carry);
3015 switch (neighbor) {
3031 enum neighbor_char neighbor; local
3033 neighbor = enc_succ_char(s, l, enc);
3034 if (neighbor == NEIGHBOR_FOUND)

Completed in 172 milliseconds