Home
last modified time | relevance | path

Searched refs:otherh (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/py-ranger/ranger-1.9.3/tests/ranger/container/
H A Dtest_container.py77 otherh = history.History(maxlen=hist)
78 assert list(hist) == list(otherh)
81 otherh = history.History(maxlen=hist)
84 otherh.add(entry)
85 assert list(otherh)[-3:] == ["42", "43", "44"]
86 hist.rebase(otherh)
/dports/sysutils/tmux/tmux-3.2a/
H A Dlayout-set.c189 u_int n, mainh, otherh, sx, sy; in layout_set_main_h() local
218 otherh = PANE_MINIMUM; in layout_set_main_h()
221 otherh = args_string_percentage(s, 0, sy, sy, &cause); in layout_set_main_h()
222 if (cause != NULL || otherh == 0) { in layout_set_main_h()
223 otherh = sy - mainh; in layout_set_main_h()
225 } else if (otherh > sy || sy - otherh < mainh) in layout_set_main_h()
226 otherh = sy - mainh; in layout_set_main_h()
228 mainh = sy - otherh; in layout_set_main_h()
239 layout_set_size(lc, sx, mainh + otherh + 1, 0, 0); in layout_set_main_h()
250 layout_set_size(lcother, sx, otherh, 0, 0); in layout_set_main_h()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/backward_references/
H A Dmod.rs1903 UnionHasher::H2(ref otherh) => *hasher == *otherh, in eq()
1907 UnionHasher::H3(ref otherh) => *hasher == *otherh, in eq()
1911 UnionHasher::H4(ref otherh) => *hasher == *otherh, in eq()
1915 UnionHasher::H54(ref otherh) => *hasher == *otherh, in eq()
1919 UnionHasher::H5(ref otherh) => *hasher == *otherh, in eq()
1923 UnionHasher::H5q7(ref otherh) => *hasher == *otherh, in eq()
1927 UnionHasher::H5q5(ref otherh) => *hasher == *otherh, in eq()
1931 UnionHasher::H6(ref otherh) => *hasher == *otherh, in eq()
1935 UnionHasher::H9(ref otherh) => *hasher == *otherh, in eq()
1939 UnionHasher::H10(ref otherh) => *hasher == *otherh, in eq()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/backward_references/
H A Dmod.rs1903 UnionHasher::H2(ref otherh) => *hasher == *otherh, in eq()
1907 UnionHasher::H3(ref otherh) => *hasher == *otherh, in eq()
1911 UnionHasher::H4(ref otherh) => *hasher == *otherh, in eq()
1915 UnionHasher::H54(ref otherh) => *hasher == *otherh, in eq()
1919 UnionHasher::H5(ref otherh) => *hasher == *otherh, in eq()
1923 UnionHasher::H5q7(ref otherh) => *hasher == *otherh, in eq()
1927 UnionHasher::H5q5(ref otherh) => *hasher == *otherh, in eq()
1931 UnionHasher::H6(ref otherh) => *hasher == *otherh, in eq()
1935 UnionHasher::H9(ref otherh) => *hasher == *otherh, in eq()
1939 UnionHasher::H10(ref otherh) => *hasher == *otherh, in eq()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/backward_references/
H A Dmod.rs1903 UnionHasher::H2(ref otherh) => *hasher == *otherh, in eq()
1907 UnionHasher::H3(ref otherh) => *hasher == *otherh, in eq()
1911 UnionHasher::H4(ref otherh) => *hasher == *otherh, in eq()
1915 UnionHasher::H54(ref otherh) => *hasher == *otherh, in eq()
1919 UnionHasher::H5(ref otherh) => *hasher == *otherh, in eq()
1923 UnionHasher::H5q7(ref otherh) => *hasher == *otherh, in eq()
1927 UnionHasher::H5q5(ref otherh) => *hasher == *otherh, in eq()
1931 UnionHasher::H6(ref otherh) => *hasher == *otherh, in eq()
1935 UnionHasher::H9(ref otherh) => *hasher == *otherh, in eq()
1939 UnionHasher::H10(ref otherh) => *hasher == *otherh, in eq()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dseqmgr.c1544 SeqIdPtr sip, sip2=NULL, otherh=NULL, otherl = NULL, otherp = NULL, gb=NULL; in GetSeqIdForGI() local
1592 if (otherh == NULL) in GetSeqIdForGI()
1593 otherh = sip; in GetSeqIdForGI()
1604 else if (otherh != NULL) in GetSeqIdForGI()
1605 sip2 = otherh; in GetSeqIdForGI()