Home
last modified time | relevance | path

Searched refs:wlast (Results 51 – 75 of 88) sorted by relevance

1234

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Drender2x4crt.c290 uint32_t x, y, wfirst, wlast, yys; in render_generic_2x4_crt() local
298 wlast = width & 1; in render_generic_2x4_crt()
427 if (wlast) { in render_generic_2x4_crt()
H A Drender2x2pal.c290 uint32_t x, y, wfirst, wlast, yys; in render_generic_2x2_pal() local
300 wlast = width & 1; in render_generic_2x2_pal()
442 if (wlast) { in render_generic_2x2_pal()
H A Drender1x2crt.c358 uint32_t x, y, wfirst, wlast, yys; in render_generic_1x2_crt() local
371 wlast = width & 1; in render_generic_1x2_crt()
494 if (wlast) { in render_generic_1x2_crt()
/dports/emulators/vice/vice-3.5/src/video/
H A Drender1x2crt.c326 uint32_t x, y, wfirst, wlast, yys; in render_generic_1x2_crt() local
339 wlast = width & 1; in render_generic_1x2_crt()
462 if (wlast) { in render_generic_1x2_crt()
H A Drender2x2pal.c290 uint32_t x, y, wfirst, wlast, yys; in render_generic_2x2_pal() local
300 wlast = width & 1; in render_generic_2x2_pal()
442 if (wlast) { in render_generic_2x2_pal()
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dgelim.c642 int nvtx, chk, keepon, u, v, w, wlast, i, j, jstart, jstop, jstep, jj, jjstop; in findIndNodes() local
704 wlast = v; /* nonprincipal variable */ in findIndNodes()
734 next[wlast] = w; /* remove w from bin */ in findIndNodes()
737 { wlast = w; in findIndNodes()
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dgelim.c642 int nvtx, chk, keepon, u, v, w, wlast, i, j, jstart, jstop, jstep, jj, jjstop; in findIndNodes() local
704 wlast = v; /* nonprincipal variable */ in findIndNodes()
734 next[wlast] = w; /* remove w from bin */ in findIndNodes()
737 { wlast = w; in findIndNodes()
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dgelim.c642 int nvtx, chk, keepon, u, v, w, wlast, i, j, jstart, jstop, jstep, jj, jjstop; in findIndNodes() local
704 wlast = v; /* nonprincipal variable */ in findIndNodes()
734 next[wlast] = w; /* remove w from bin */ in findIndNodes()
737 { wlast = w; in findIndNodes()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/soscf/
H A Dciah.py255 wlast = w_t
267 if (abs(w_t-wlast) < tol and norm_dx < toloose) or s0 < lindep:
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dgelim.c642 PORD_INT nvtx, chk, keepon, u, v, w, wlast, i, j, jstart, jstop, jstep, jj, jjstop; in findIndNodes() local
704 wlast = v; /* nonprincipal variable */ in findIndNodes()
734 next[wlast] = w; /* remove w from bin */ in findIndNodes()
737 { wlast = w; in findIndNodes()
/dports/net/kamailio/kamailio-5.4.5/src/modules/dispatcher/
H A Ddispatch.h227 int wlast; /*!< last used item in dst set (by weight) */ member
H A Ddispatch.c2161 hash = idx->wlist[idx->wlast]; in ds_manage_routes()
2162 idx->wlast = (idx->wlast + 1) % 100; in ds_manage_routes()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dlammps.cpp206 int wfirst,wlast; in LAMMPS() local
368 wlast = iarg; in LAMMPS()
390 wlast = iarg; in LAMMPS()
691 for (iarg = wfirst; iarg < wlast; iarg++) in LAMMPS()
/dports/graphics/ufraw/ufraw-f34669b/
H A Ddcraw_indi.c125 int size, lev, hpass, lpass, row, col, nc, c, i, wlast; in wavelet_denoise_INDI() local
185 for (wlast = -1, row = 1; row < height - 1; row++) { in wavelet_denoise_INDI()
186 while (wlast < row + 1) { in wavelet_denoise_INDI()
187 for (wlast++, i = 0; i < 4; i++) in wavelet_denoise_INDI()
189 for (col = FC(wlast, 1) & 1; col < width; col += 2) in wavelet_denoise_INDI()
190 window[2][col] = BAYER(wlast, col); in wavelet_denoise_INDI()
/dports/games/scid/scid/engines/phalanx-scid/
H A Dio.c54 int wlast = L[1].next, blast = L[2].next; in initbs() local
59 { L[wlast].next = s; L[s].prev = wlast; L[s].next = 0; wlast = s; } in initbs()
/dports/games/phalanx/Phalanx-XXV/
H A Dio.c81 int wlast = L[1].next, blast = L[2].next; in initbs() local
86 { L[wlast].next = s; L[s].prev = wlast; L[s].next = 0; wlast = s; } in initbs()
/dports/comms/xnecview/xnecview-1.36/
H A Dparse_input.c359 Wire *w00,*w0,*w1,*wlast; in read_nec_GM() local
410 wlast=wires+numwires; in read_nec_GM()
411 while (w00<wlast) { in read_nec_GM()
/dports/biology/abyss/abyss-2.3.1/Scaffold/
H A Dscaffold.cc386 Ait wit, wlast; in removeRepeats() local
387 for (tie(wit, wlast) = adjacent_vertices(v, g); wit != wlast; ++wit) { in removeRepeats()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dtcp_main.c4063 int wlast; in send2child() local
4091 wlast = wfirst + tcpconn->rcv.bind_address->workers; in send2child()
4094 tcp_children[wlast-1].pid, tcp_children[wlast-1].proc_no, in send2child()
4098 wlast = tcp_sockets_gworkers - 1; in send2child()
4101 tcp_children[wlast-1].pid, tcp_children[wlast-1].proc_no, in send2child()
4106 for(i=wfirst; i<wlast; i++) { in send2child()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/tsdb/
H A Dhead_test.go2592 wlast, woffset int
2601 require.Equal(t, wlast, sidx)
2661 wlast, woffset, err = head.wal.LastSegmentAndOffset()
2731 wlast, woffset, err = head.wal.LastSegmentAndOffset()
2750 require.Equal(t, chunkSnapshotDir(wlast, woffset), fi.Name())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/tsdb/
H A Dhead_test.go2592 wlast, woffset int
2601 require.Equal(t, wlast, sidx)
2661 wlast, woffset, err = head.wal.LastSegmentAndOffset()
2731 wlast, woffset, err = head.wal.LastSegmentAndOffset()
2750 require.Equal(t, chunkSnapshotDir(wlast, woffset), fi.Name())
/dports/audio/denemo/denemo-2.0.6/actions/
H A Dsilex.scm4397 (let loop ((l l) (multi? #f) (wall -1) (wmax -1) (wlast -1) (txt&lens '()))
4400 (vector #t wall wmax wlast (map car (reverse txt&lens))))
4402 (vector #f wall wmax wlast (map car (reverse txt&lens))))
4406 (vector #t wall wmax wlast (map car (reverse txt&lens)))))
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/internal/
H A Ddcraw_common.cpp4950 int scale = 1, size, lev, hpass, lpass, row, col, nc, c, i, wlast, blk[2]; in wavelet_denoise() local
5016 for (wlast = -1, row = 1; row < height - 1; row++) in wavelet_denoise()
5018 while (wlast < row + 1) in wavelet_denoise()
5020 for (wlast++, i = 0; i < 4; i++) in wavelet_denoise()
5022 for (col = FC(wlast, 1) & 1; col < width; col += 2) in wavelet_denoise()
5023 window[2][col] = BAYER(wlast, col); in wavelet_denoise()
5141 for (wlast = -1, row = 1; row < height - 1; row++) in wavelet_denoise()
5143 while (wlast < row + 1) in wavelet_denoise()
5145 for (wlast++, i = 0; i < 4; i++) in wavelet_denoise()
5147 for (col = FC(wlast, 1) & 1; col < width; col += 2) in wavelet_denoise()
[all …]
/dports/graphics/photivo/photivo/ReferenceMaterial/dcraw/
H A Ddcraw-1440.c3568 int scale=1, size, lev, hpass, lpass, row, col, nc, c, i, wlast, blk[2]; in wavelet_denoise() local
3619 for (wlast=-1, row=1; row < height-1; row++) { in wavelet_denoise()
3620 while (wlast < row+1) { in wavelet_denoise()
3621 for (wlast++, i=0; i < 4; i++) in wavelet_denoise()
3623 for (col = FC(wlast,1) & 1; col < width; col+=2) in wavelet_denoise()
3624 window[2][col] = BAYER(wlast,col); in wavelet_denoise()
H A Ddcraw-1445.c3631 int scale=1, size, lev, hpass, lpass, row, col, nc, c, i, wlast, blk[2]; in wavelet_denoise() local
3682 for (wlast=-1, row=1; row < height-1; row++) { in wavelet_denoise()
3683 while (wlast < row+1) { in wavelet_denoise()
3684 for (wlast++, i=0; i < 4; i++) in wavelet_denoise()
3686 for (col = FC(wlast,1) & 1; col < width; col+=2) in wavelet_denoise()
3687 window[2][col] = BAYER(wlast,col); in wavelet_denoise()

1234