Searched refs:tn (Results 1 – 5 of 5) sorted by relevance
115 int tn = 0; in IOUtil_drain() local119 tn += n; in IOUtil_drain()124 return (tn > 0) ? JNI_TRUE : JNI_FALSE; in IOUtil_drain()
658 QNode t = tail, h = head, m, tn; // m is node to fulfill in transfer() local664 else if ((tn = t.next) != null) // lagging tail in transfer()665 advanceTail(t, tn); in transfer()754 QNode tn = t.next; in clean()757 if (tn != null) { in clean()758 advanceTail(t, tn); in clean()
3283 tb = t.prev, tn = (TreeNode<K,V>)t.next; in checkInvariants() local3286 if (tn != null && tn.prev != t) in checkInvariants()
1793 int tn = t.length(); in compareIgnoringCase() local1794 int n = sn < tn ? sn : tn; in compareIgnoringCase()1800 return sn - tn; in compareIgnoringCase()
2533 tb = t.prev, tn = (TreeNode<K,V>)t.next; in checkInvariants() local2536 if (tn != null && tn.prev != t) in checkInvariants()