Home
last modified time | relevance | path

Searched defs:compare_to (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/core/
Dtimeouts.c75 #define TIME_LESS_THAN(t, compare_to) ( (((u32_t)((t)-(compare_to))) > LWIP_MAX_TIMEOUT) ? 1 : 0 ) argument
/third_party/python/Lib/test/
Dtest_isinstance.py352 def blowstack(fxn, arg, compare_to): argument
/third_party/python/Lib/
Dtracemalloc.py538 def compare_to(self, old_snapshot, key_type, cumulative=False): member in Snapshot