Home
last modified time | relevance | path

Searched refs:use_w (Results 1 – 11 of 11) sorted by relevance

/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dallocate.c65 box_u->use_w = use_w; in _box_make()
146 box_u->use_w -= 1; in _box_free()
147 if ( 0 != box_u->use_w ) { in _box_free()
703 box_u->use_w = 1; in u3a_cellblock()
737 box_u->use_w = 1; in u3a_cellblock()
786 box_u->use_w = 1; in u3a_celloc()
989 box_u->use_w += 1; in _me_gain_use()
1375 box_u->use_w -= 1; in _me_lose_north()
1415 box_u->use_w -= 1; in _me_lose_south()
1490 return box_u->use_w; in u3a_use()
[all …]
H A Dhashtable.c25 har_u->use_w = 0; in u3h_new_cache()
122 *use_w += 1; in _ch_node_add()
130 _ch_buck_add(u3h_buck* hab_u, u3_noun kev, c3_w *use_w) in _ch_buck_add() argument
163 *use_w += 1; in _ch_buck_add()
174 return _ch_buck_add((u3h_buck*)han_v, kev, use_w); in _ch_some_add()
186 *use_w += 1; in _ch_slot_put()
198 *use_w -= 1; // take one out, add two in _ch_slot_put()
199 hav_v = _ch_some_add(hav_v, lef_w, rom_w, kov, use_w); in _ch_slot_put()
209 use_w); in _ch_slot_put()
383 while ( har_u->use_w > n_w ) { in u3h_trim_to()
[all …]
H A Dmanage.c542 if ( 0 != box_u->use_w ) {
/dports/misc/urbit/urbit-urbit-0.6.0/tests/
H A Dhashtable_tests.c107 if ( ( max_w / 10 ) != har_u->use_w ) { in _test_cache_trimming()
135 if ( max_w != har_u->use_w ) { in _test_cache_replace_value()
/dports/misc/urbit/urbit-urbit-0.6.0/include/noun/
H A Dhashtable.h45 c3_w use_w; // number of lines currently filled member
H A Dallocate.h82 c3_w use_w; // reference count; free if 0 member
/dports/devel/mercurial/mercurial-6.0/mercurial/upgrade_utils/
H A Dengine.py37 use_w = srcrepo.ui.configbool(b'experimental', b'worker.repository-upgrade')
38 sequential = pycompat.iswindows or not use_w
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DWidget_geometry.c1069 if (slavePtr-> use_w || slavePtr-> use_rw) { in Widget_place_slaves()
1071 if (slavePtr-> use_w) { in Widget_place_slaves()
1177 if ( p-> use_w) pset_i( width, var-> geomSize. x); in Widget_placeInfo()
1243 if (( var-> geomInfo. use_w = (SvTYPE( sv) != SVt_NULL))) in Widget_placeInfo()
/dports/misc/urbit/urbit-urbit-0.6.0/vere/
H A Draft.c1819 if ( -1 == (c3_w)box_u->use_w ) { in _raft_prof()
1820 box_u->use_w = 0x80000000; in _raft_prof()
1823 box_u->use_w += 1; in _raft_prof()
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php16058 $use_w = $w;
16060 $ratio = $actual_h / $use_w;
16066 $l = $use_w * $nl;
16068 $use_w += ($est_w - $use_w) - ($w / 100);
16080 $use_w += ($w / $this->incrementFPR1);
16082 $use_w += ($w / $this->incrementFPR2);
16084 $use_w += ($w / $this->incrementFPR3);
16086 $use_w += ($w / $this->incrementFPR4);
16089 $use_h = $use_w * $target;
16098 $ratio = $actual_h / $use_w;
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h2134 unsigned int use_w : 1; member