Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp.c1121 struct tcp_pcb *pcb, *inactive; in tcp_kill_prio() local
1154 struct tcp_pcb *pcb, *inactive; in tcp_kill_timewait() local
/external/libpng/contrib/libtests/
Dpngimage.c960 int active = 0, inactive = 0; in update_display() local
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java138 private List<LiveIntervals> inactive = new LinkedList<>(); field in LinearScanRegisterAllocator