Home
last modified time | relevance | path

Searched refs:curruns (Results 1 – 25 of 81) sorted by relevance

1234

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DG3Decoder.c++113 curruns = refruns = NULL; in setupDecoder()
119 curruns = cr; in setRuns()
137 if (curruns == NULL) { in decode()
202 pa = thisrun = curruns; in decodeRow()
245 SWAP(tiff_runlen_t*, curruns, refruns); in decodeRow()
H A DG3Decoder.h50 tiff_runlen_t* curruns; // runs for current line variable
103 inline tiff_runlen_t* G3Decoder::lastRuns() { return is2D ? refruns : curruns; } in lastRuns()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/test/unit/
H A Dstats.c279 size_t sz, curruns, curregs; in TEST_BEGIN() local
321 assert_d_eq(mallctl("stats.arenas.0.bins.0.curruns", &curruns, &sz, in TEST_BEGIN()
341 assert_zu_gt(curruns, 0, in TEST_BEGIN()
354 size_t curruns, sz; in TEST_BEGIN() local
375 assert_d_eq(mallctl("stats.arenas.0.lruns.0.curruns", &curruns, &sz, in TEST_BEGIN()
385 assert_u64_gt(curruns, 0, in TEST_BEGIN()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/build/
H A Dmozjemalloc_compat.c92 size_t curruns; // number of runs belonging to a bin in compute_bin_unused_and_bookkeeping() local
118 CTL_IJ_GET("stats.arenas.0.bins.0.curruns", curruns, i, j); in compute_bin_unused_and_bookkeeping()
121 bin_unused += (nregs * curruns - curregs) * reg_size; in compute_bin_unused_and_bookkeeping()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Dstats.c70 size_t curruns; in stats_arena_bins_print() local
105 CTL_M2_M4_GET("stats.arenas.0.bins.0.curruns", i, j, &curruns, in stats_arena_bins_print()
131 curruns, in stats_arena_bins_print()
137 availregs = nregs * curruns; in stats_arena_bins_print()
160 ndalloc, nrequests, curregs, curruns, nregs, in stats_arena_bins_print()
170 ndalloc, nrequests, curregs, curruns, nregs, in stats_arena_bins_print()
205 size_t run_size, curruns; in stats_arena_lruns_print() local
222 CTL_M2_M4_GET("stats.arenas.0.lruns.0.curruns", i, j, &curruns, in stats_arena_lruns_print()
229 curruns, in stats_arena_lruns_print()
235 run_size, nbins + j, curruns * run_size, nmalloc, in stats_arena_lruns_print()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/heap/include/r_jemalloc/internal/
H A Dstats.h62 size_t curruns; member
86 size_t curruns; member
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/include/jemalloc/internal/
H A Dstats.h62 size_t curruns; member
86 size_t curruns; member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_fax3.c78 uint32_t* curruns; /* runs for current line */ member
164 sp->curruns = sp->runs; in Fax3PreDecode()
242 thisrun = sp->curruns; in Fax3Decode1D()
289 pa = thisrun = sp->curruns; in Fax3Decode2D()
313 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax3Decode2D()
519 dsp->curruns = dsp->runs; in Fax3SetupState()
1423 pa = thisrun = sp->curruns; in Fax4Decode()
1443 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax4Decode()
1559 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_fax3.c78 uint32* curruns; /* runs for current line */ member
164 sp->curruns = sp->runs; in Fax3PreDecode()
242 thisrun = sp->curruns; in Fax3Decode1D()
289 pa = thisrun = sp->curruns; in Fax3Decode2D()
313 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
575 dsp->curruns = dsp->runs; in Fax3SetupState()
1489 pa = thisrun = sp->curruns; in Fax4Decode()
1509 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1625 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_fax3.c78 uint32_t* curruns; /* runs for current line */
164 sp->curruns = sp->runs;
242 thisrun = sp->curruns; in i2s_set_samplesize()
289 pa = thisrun = sp->curruns;
313 SWAP(uint32_t*, sp->curruns, sp->refruns);
519 dsp->curruns = dsp->runs;
1423 pa = thisrun = sp->curruns;
1443 SWAP(uint32_t*, sp->curruns, sp->refruns);
1559 thisrun = sp->curruns;
/dports/graphics/tiffgt/tiff-4.3.0/libtiff/
H A Dtif_fax3.c78 uint32_t* curruns; /* runs for current line */ member
164 sp->curruns = sp->runs; in Fax3PreDecode()
242 thisrun = sp->curruns; in Fax3Decode1D()
289 pa = thisrun = sp->curruns; in Fax3Decode2D()
313 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax3Decode2D()
519 dsp->curruns = dsp->runs; in Fax3SetupState()
1423 pa = thisrun = sp->curruns; in Fax4Decode()
1443 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax4Decode()
1559 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/graphics/tiff/tiff-4.3.0/libtiff/
H A Dtif_fax3.c78 uint32_t* curruns; /* runs for current line */ member
164 sp->curruns = sp->runs; in Fax3PreDecode()
242 thisrun = sp->curruns; in Fax3Decode1D()
289 pa = thisrun = sp->curruns; in Fax3Decode2D()
313 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax3Decode2D()
519 dsp->curruns = dsp->runs; in Fax3SetupState()
1423 pa = thisrun = sp->curruns; in Fax4Decode()
1443 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax4Decode()
1559 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_fax3.c78 uint32_t* curruns; /* runs for current line */ member
164 sp->curruns = sp->runs; in Fax3PreDecode()
242 thisrun = sp->curruns; in Fax3Decode1D()
289 pa = thisrun = sp->curruns; in Fax3Decode2D()
313 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax3Decode2D()
519 dsp->curruns = dsp->runs; in Fax3SetupState()
1423 pa = thisrun = sp->curruns; in Fax4Decode()
1443 SWAP(uint32_t*, sp->curruns, sp->refruns); in Fax4Decode()
1559 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/libtiff/
H A Dtif_fax3.c79 uint32* curruns; /* runs for current line */ member
237 thisrun = sp->curruns; in Fax3Decode1D()
284 pa = thisrun = sp->curruns; in Fax3Decode2D()
306 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
530 dsp->curruns = dsp->runs; in Fax3SetupState()
1394 pa = thisrun = sp->curruns; in Fax4Decode()
1407 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1516 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_fax3.c79 uint32* curruns; /* runs for current line */ member
237 thisrun = sp->curruns; in Fax3Decode1D()
284 pa = thisrun = sp->curruns; in Fax3Decode2D()
306 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
531 dsp->curruns = dsp->runs; in Fax3SetupState()
1412 pa = thisrun = sp->curruns; in Fax4Decode()
1425 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1534 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libtiff/libtiff/
H A Dtif_fax3.c79 uint32* curruns; /* runs for current line */ member
237 thisrun = sp->curruns; in Fax3Decode1D()
284 pa = thisrun = sp->curruns; in Fax3Decode2D()
306 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
530 dsp->curruns = dsp->runs; in Fax3SetupState()
1394 pa = thisrun = sp->curruns; in Fax4Decode()
1407 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1516 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/TIFF/src/itktiff/
H A Dtif_fax3.c79 uint32* curruns; /* runs for current line */ member
237 thisrun = sp->curruns; in Fax3Decode1D()
284 pa = thisrun = sp->curruns; in Fax3Decode2D()
306 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
530 dsp->curruns = dsp->runs; in Fax3SetupState()
1394 pa = thisrun = sp->curruns; in Fax4Decode()
1407 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1516 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_fax3.c82 uint32* curruns; /* runs for current line */ member
227 thisrun = sp->curruns; in Fax3Decode1D()
269 pa = thisrun = sp->curruns; in Fax3Decode2D()
291 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
493 dsp->curruns = dsp->runs; in Fax3SetupState()
1397 pa = thisrun = sp->curruns; in Fax4Decode()
1410 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1508 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_fax3.c82 uint32* curruns; /* runs for current line */ member
227 thisrun = sp->curruns; in Fax3Decode1D()
269 pa = thisrun = sp->curruns; in Fax3Decode2D()
291 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
493 dsp->curruns = dsp->runs; in Fax3SetupState()
1397 pa = thisrun = sp->curruns; in Fax4Decode()
1410 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1508 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_fax3.c81 uint32* curruns; /* runs for current line */ member
226 thisrun = sp->curruns; in Fax3Decode1D()
268 pa = thisrun = sp->curruns; in Fax3Decode2D()
290 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
503 dsp->curruns = dsp->runs; in Fax3SetupState()
1357 pa = thisrun = sp->curruns; in Fax4Decode()
1370 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1460 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_fax3.c81 uint32* curruns; /* runs for current line */ member
226 thisrun = sp->curruns; in Fax3Decode1D()
268 pa = thisrun = sp->curruns; in Fax3Decode2D()
290 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
503 dsp->curruns = dsp->runs; in Fax3SetupState()
1357 pa = thisrun = sp->curruns; in Fax4Decode()
1370 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1460 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_fax3.c81 uint32* curruns; /* runs for current line */ member
226 thisrun = sp->curruns; in Fax3Decode1D()
268 pa = thisrun = sp->curruns; in Fax3Decode2D()
290 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
503 dsp->curruns = dsp->runs; in Fax3SetupState()
1357 pa = thisrun = sp->curruns; in Fax4Decode()
1370 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1460 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_fax3.c81 uint32* curruns; /* runs for current line */ member
226 thisrun = sp->curruns; in Fax3Decode1D()
268 pa = thisrun = sp->curruns; in Fax3Decode2D()
290 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
503 dsp->curruns = dsp->runs; in Fax3SetupState()
1357 pa = thisrun = sp->curruns; in Fax4Decode()
1370 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1460 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/libtiff/
H A Dtif_fax3.c78 uint32* curruns; /* runs for current line */ member
236 thisrun = sp->curruns; in Fax3Decode1D()
283 pa = thisrun = sp->curruns; in Fax3Decode2D()
305 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
529 dsp->curruns = dsp->runs; in Fax3SetupState()
1393 pa = thisrun = sp->curruns; in Fax4Decode()
1406 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1515 thisrun = sp->curruns; in Fax3DecodeRLE()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libtiff/
H A Dtif_fax3.c79 uint32* curruns; /* runs for current line */ member
237 thisrun = sp->curruns; in Fax3Decode1D()
284 pa = thisrun = sp->curruns; in Fax3Decode2D()
306 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D()
530 dsp->curruns = dsp->runs; in Fax3SetupState()
1394 pa = thisrun = sp->curruns; in Fax4Decode()
1407 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode()
1516 thisrun = sp->curruns; in Fax3DecodeRLE()

1234