Home
last modified time | relevance | path

Searched refs:lastbar (Results 1 – 25 of 35) sorted by relevance

12

/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsmaster/
H A Dtopology.c326 int pos,lastbar; in topology_distance() local
344 lastbar = 0; in topology_distance()
349 lastbar = pos; in topology_distance()
356 lastbar = pos; in topology_distance()
367 if (rname1[lastbar]=='|') { in topology_distance()
368 pos = lastbar+1; in topology_distance()
370 pos = lastbar; in topology_distance()
379 if (rname2[lastbar]=='|') { in topology_distance()
380 pos = lastbar+1; in topology_distance()
382 pos = lastbar; in topology_distance()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/draw/
H A Dstatusbar.c50 static char lastbar[200]; in drawbar() local
71 for(i=0; bar[i]==lastbar[i] && bar[i]; i++) in drawbar()
73 memset(buf, '\b', strlen(lastbar)-i); in drawbar()
74 strcpy(buf+strlen(lastbar)-i, bar+i); in drawbar()
77 strcpy(lastbar, bar); in drawbar()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A Dmake_outgoing_tables.py34 lastbar = line.rfind("|") variable
35 space = line.find(" ", lastbar)
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A Dmake_outgoing_tables.py34 lastbar = line.rfind("|") variable
35 space = line.find(" ", lastbar)
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A Dmake_outgoing_tables.py32 lastbar = line.rfind('|') variable
33 space = line.find(' ', lastbar)
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A Dmake_outgoing_tables.py32 lastbar = line.rfind('|') variable
33 space = line.find(' ', lastbar)
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A Dmake_outgoing_tables.py34 lastbar = line.rfind("|") variable
35 space = line.find(" ", lastbar)
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A Dmake_outgoing_tables.py32 lastbar = line.rfind('|') variable
33 space = line.find(' ', lastbar)
/dports/audio/csound/csound-6.15.0/util1/scot/
H A Dscot.c86 Rat *lastbar, in readinstsec() argument
298 lastbar, lastnote, notetop, ln, tempop, accidentals, in readinstsec()
308 lastbar, lastnote, notetop, ln, tempop, accidentals, in readinstsec()
314 lastbar, lastnote, &pn2->next, ln, tempop, accidentals, in readinstsec()
322 ratadd(lastbar, lastbar, timesig); in readinstsec()
323 if ((timesig->num) && (ratcmp(lastbar, curtime))) { in readinstsec()
325 ratass(lastbar, curtime); in readinstsec()
810 Rat grpmul, timesig, curtime, lastbar, lastnote, rattmp; in readscore() local
850 lastbar.num = 0; in readscore()
851 lastbar.denom = 1; in readscore()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/musixtex/
H A Dmusixflx.lua813 lastbar = 0
827 lastbar = hardbarlength[i] + spc_factor*softbarlength[i]
828 x = x + lastbar
850 if ((x-eff_linewidth) < (lastbar/2)) then
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/matrix/
H A DMatrixScene.cpp336 int firstbar = c->getBarNumber(start), lastbar = c->getBarNumber(end); in recreateLines() local
340 for (int bar = firstbar; bar <= lastbar; ++bar) { in recreateLines()
/dports/devel/vcglib/vcglib-2020.09/wrap/ply/
H A Dplylib.cpp3666 int lastbar=0; in interpret_texture_name() local
3668 while (fn[ifn]!=0) { if ((fn[ifn]=='/') || (fn[ifn]=='\\')) lastbar=ifn+1; ifn++;} in interpret_texture_name()
3669 ifn=lastbar; in interpret_texture_name()
3671 while (fn[ifn]!=0) { fn2[ifn-lastbar]=fn[ifn]; ifn++;} in interpret_texture_name()
3672 fn2[ifn-lastbar]=0; in interpret_texture_name()
3675 int l=ifn-lastbar; in interpret_texture_name()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/ply/
H A Dplylib.cpp3648 int lastbar=0; in interpret_texture_name() local
3650 while (fn[ifn]!=0) { if ((fn[ifn]=='/') || (fn[ifn]=='\\')) lastbar=ifn+1; ifn++;} in interpret_texture_name()
3651 ifn=lastbar; in interpret_texture_name()
3653 while (fn[ifn]!=0) { fn2[ifn-lastbar]=fn[ifn]; ifn++;} in interpret_texture_name()
3654 fn2[ifn-lastbar]=0; in interpret_texture_name()
3657 int l=ifn-lastbar; in interpret_texture_name()
/dports/multimedia/dvd-slideshow/dvd-slideshow-0.8.4-2/
H A Ddvd-slideshow2031 lastbar=0 # required for progressbar to set back to zero
2556 delta=$(( $thisbar - $lastbar ))
2579 lastbar="$thisbar"
2805 lastbar=0 # required for progressbar to set back to zero
2879 lastbar=0 # required for progressbar
3699 lastbar=0 # required for progressbar
5444 lastbar=0 # required for progressbar reset
5539 lastbar=0 # required for progressbar reset
5644 lastbar=0 # required for progressbar reset
5763 lastbar=0 # required for progressbar
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow_QT.cpp1182 …CvBar* lastbar = (CvBar*) global_control_panel->myLayout->itemAt(global_control_panel->myLayout->c… in addButton() local
1186 if (lastbar->type == type_CvTrackbar || cv::QT_NEW_BUTTONBAR & button_type) in addButton()
1189 b = (CvButtonbar*) lastbar; in addButton()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-run-tests.t1951 > $ echo lastbar
1962 $ echo lastbar
/dports/sysutils/webmin/webmin-1.981/postfix/lang/
H A Dsv.auto697 …dapmod=Perl-modul $1 som behövs för att kommunicera med LDAP är inte installerad eller inte lastbar
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dpeach.pas14264 if (lastbar<0) or (lastbar>6) then lastbar:=0;
14508 if lastbar=0 then
30888 prevbar:=lastbar;
30912 lastbar:=1;
30926 lastbar:=0;
48619 case lastbar of
48632 lastbar:=1;
51205 case lastbar of
51229 case lastbar of
51310 case lastbar of
[all …]

12