Home
last modified time | relevance | path

Searched refs:Infinity (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/9/port/
H A Dedf.h13 Infinity = ~0ULL, enumerator
/plan9/sys/src/cmd/ip/
H A Drip.c25 Infinity= 16, /* infinite hop count */ enumerator
409 route.metric = Infinity; in readroutes()
700 if(r->metric < Infinity && now - r->time > 10*60){ in timeoutroutes()
/plan9/sys/src/cmd/acme/
H A Daddr.c138 q = Infinity; in regexp()
H A Ddat.h32 Infinity = 0x7FFFFFFF, /* huge value for regexp address */ enumerator
H A Dregx.c589 if(sel.r[0].q0>=0 || eof!=Infinity) in rxexecute()