Home
last modified time | relevance | path

Searched refs:max_segs (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_string_util.h125 string str, const string& divider, size_t max_segs) { in Split() argument
130 while (retval.size() + 1 != max_segs && in Split()
141 inline vector<string> SplitOnWhiteSpace(const string& str, size_t max_segs) { in SplitOnWhiteSpace() argument
148 if (retval.size() == max_segs) { in SplitOnWhiteSpace()
168 const string& str, size_t max_segs) { in SplitOnWhiteSpacePreservingQuotes() argument
176 if (retval.size() == max_segs) { in SplitOnWhiteSpacePreservingQuotes()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dtwevar.h136 size_t max_segs = ((MAXPHYS + PAGE_SIZE - 1) / PAGE_SIZE) + 1; in twe_get_maxsegs() local
138 if (TWE_SG_SIZE < max_segs) in twe_get_maxsegs()
139 max_segs = TWE_SG_SIZE; in twe_get_maxsegs()
141 return max_segs; in twe_get_maxsegs()
H A Dtwavar.h193 size_t max_segs = ((MAXPHYS + PAGE_SIZE - 1) / PAGE_SIZE) + 1; in twa_get_maxsegs() local
195 if (TWA_MAX_SG_ELEMENTS < max_segs) in twa_get_maxsegs()
196 max_segs = TWA_MAX_SG_ELEMENTS; in twa_get_maxsegs()
198 return max_segs; in twa_get_maxsegs()
/dports/math/unuran/unuran-1.8.1/src/methods/
H A Darou_struct.h45 int max_segs; /* maximum number of segments */ member
88 int max_segs; /* maximum number of segments */ member
H A Darou.c689 if (max_segs < 1 ) { in unur_arou_set_max_segments()
695 PAR->max_segs = max_segs; in unur_arou_set_max_segments()
902 if (GEN->n_segs > GEN->max_segs) { in _unur_arou_init()
904 GEN->max_segs = GEN->n_segs; in _unur_arou_init()
1027 GEN->max_segs = PAR->max_segs; /* maximum number of segments */ in _unur_arou_create()
1262 GEN->max_segs = GEN->n_segs; in _unur_arou_sample()
1393 GEN->max_segs = GEN->n_segs; in _unur_arou_sample_check()
1659 if (GEN->n_segs >= GEN->max_segs) { in _unur_arou_get_starting_segments()
2199 (GEN->n_segs < GEN->max_segs) ) { in _unur_arou_run_dars()
2217 if (GEN->n_segs >= GEN->max_segs) in _unur_arou_run_dars()
[all …]
H A Darou.h163 int unur_arou_set_max_segments( UNUR_PAR *parameters, int max_segs );
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Din_atsc.c50 u32 buffer, timeout, stats, max_segs, tsidbg, rtimeout; member
169 if (ctx->max_segs) { in atscin_send_file()
170 while (gf_list_count(ctx->received_seg_names) > ctx->max_segs) { in atscin_send_file()
394 if (ctx->odir && ctx->max_segs) { in atscin_initialize()
395 gf_atsc3_set_max_objects_store(ctx->atsc_dmx, (u32) ctx->max_segs); in atscin_initialize()
415 if (ctx->max_segs) in atscin_initialize()
435 …{ OFFS(max_segs), "maximum number of segments to keep - ignored in [-cache]() mode", GF_PROP_UINT,…
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Din_atsc.c50 u32 buffer, timeout, stats, max_segs, tsidbg, rtimeout; member
169 if (ctx->max_segs) { in atscin_send_file()
170 while (gf_list_count(ctx->received_seg_names) > ctx->max_segs) { in atscin_send_file()
394 if (ctx->odir && ctx->max_segs) { in atscin_initialize()
395 gf_atsc3_set_max_objects_store(ctx->atsc_dmx, (u32) ctx->max_segs); in atscin_initialize()
415 if (ctx->max_segs) in atscin_initialize()
435 …{ OFFS(max_segs), "maximum number of segments to keep - ignored in [-cache]() mode", GF_PROP_UINT,…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/core/
H A Dmmc_test.c80 unsigned int max_segs; member
337 unsigned int max_segs, in mmc_test_alloc_mem() argument
355 if (max_segs > max_page_cnt) in mmc_test_alloc_mem()
356 max_segs = max_page_cnt; in mmc_test_alloc_mem()
391 if (mem->cnt >= max_segs) { in mmc_test_alloc_mem()
418 sg_init_table(sglist, max_segs); in mmc_test_map_sg()
419 if (min_sg_len > max_segs) in mmc_test_map_sg()
420 min_sg_len = max_segs; in mmc_test_map_sg()
463 unsigned int max_segs, in mmc_test_map_sg_max_scatter() argument
472 sg_init_table(sglist, max_segs); in mmc_test_map_sg_max_scatter()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/core/
H A Dmmc_test.c80 unsigned int max_segs; member
337 unsigned int max_segs, in mmc_test_alloc_mem() argument
355 if (max_segs > max_page_cnt) in mmc_test_alloc_mem()
356 max_segs = max_page_cnt; in mmc_test_alloc_mem()
391 if (mem->cnt >= max_segs) { in mmc_test_alloc_mem()
418 sg_init_table(sglist, max_segs); in mmc_test_map_sg()
419 if (min_sg_len > max_segs) in mmc_test_map_sg()
420 min_sg_len = max_segs; in mmc_test_map_sg()
463 unsigned int max_segs, in mmc_test_map_sg_max_scatter() argument
472 sg_init_table(sglist, max_segs); in mmc_test_map_sg_max_scatter()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/core/
H A Dmmc_test.c80 unsigned int max_segs; member
337 unsigned int max_segs, in mmc_test_alloc_mem() argument
355 if (max_segs > max_page_cnt) in mmc_test_alloc_mem()
356 max_segs = max_page_cnt; in mmc_test_alloc_mem()
391 if (mem->cnt >= max_segs) { in mmc_test_alloc_mem()
418 sg_init_table(sglist, max_segs); in mmc_test_map_sg()
419 if (min_sg_len > max_segs) in mmc_test_map_sg()
420 min_sg_len = max_segs; in mmc_test_map_sg()
463 unsigned int max_segs, in mmc_test_map_sg_max_scatter() argument
472 sg_init_table(sglist, max_segs); in mmc_test_map_sg_max_scatter()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dpencil-tool.cpp706 int max_segs = 4 * n_points; in addPowerStrokePencil() local
707 std::vector<Geom::Point> b(max_segs); in addPowerStrokePencil()
709 …nst n_segs = Geom::bezier_fit_cubic_r(b.data(), this->ps.data(), n_points, tolerance_sq, max_segs); in addPowerStrokePencil()
962 int max_segs = 4 * n_points; in _interpolate() local
964 std::vector<Geom::Point> b(max_segs); in _interpolate()
965 …nst n_segs = Geom::bezier_fit_cubic_r(b.data(), this->ps.data(), n_points, tolerance_sq, max_segs); in _interpolate()
1042 int max_segs = 4 * n_points; in _sketchInterpolate() local
1044 std::vector<Geom::Point> b(max_segs); in _sketchInterpolate()
1046 …nst n_segs = Geom::bezier_fit_cubic_r(b.data(), this->ps.data(), n_points, tolerance_sq, max_segs); in _sketchInterpolate()
/dports/games/edge/Edge-1.35-source/src/
H A Dtinybsp.cc38 static int max_segs; variable
49 max_segs = numsides * 4; in Poly_Setup()
53 segs = new seg_t[max_segs]; in Poly_Setup()
58 Z_Clear(segs, seg_t, max_segs); in Poly_Setup()
68 if (numsegs >= max_segs) in NewSeg()
82 if (numsubsectors >= max_segs) in NewSubsector()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-powerstroke-interpolators.h78 int max_segs = 8*n_points; in interpolateToPath() local
79 Geom::Point * b = g_new(Geom::Point, max_segs); in interpolateToPath()
88 tolerance_sq, max_segs); in interpolateToPath()
/dports/math/xgraph/xgraph/
H A Dxgout.h54 int max_segs; /* Maximum number of segments in group */ member
H A DREADME.hardcopy19 * A new field (max_segs) in the device structure now specifies
59 int max_segs; /* Maximum number of segments in group */
124 * max_segs:
127 * to send more than `max_segs' segments in one request.
193 * Xgraph promises not to send more than the `max_segs' in the
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/
H A Dblk-merge.c199 unsigned *sectors, unsigned max_segs, in bvec_split_segs() argument
207 while (len && *nsegs < max_segs) { in bvec_split_segs()
254 const unsigned max_segs = queue_max_segments(q); in blk_bio_segment_split() local
264 if (nsegs < max_segs && in blk_bio_segment_split()
269 } else if (bvec_split_segs(q, &bv, &nsegs, &sectors, max_segs, in blk_bio_segment_split()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/
H A Dblk-merge.c199 unsigned *sectors, unsigned max_segs, in bvec_split_segs() argument
207 while (len && *nsegs < max_segs) { in bvec_split_segs()
254 const unsigned max_segs = queue_max_segments(q); in blk_bio_segment_split() local
264 if (nsegs < max_segs && in blk_bio_segment_split()
269 } else if (bvec_split_segs(q, &bv, &nsegs, &sectors, max_segs, in blk_bio_segment_split()
/dports/multimedia/libv4l/linux-5.13-rc2/block/
H A Dblk-merge.c199 unsigned *sectors, unsigned max_segs, in bvec_split_segs() argument
207 while (len && *nsegs < max_segs) { in bvec_split_segs()
254 const unsigned max_segs = queue_max_segments(q); in blk_bio_segment_split() local
264 if (nsegs < max_segs && in blk_bio_segment_split()
269 } else if (bvec_split_segs(q, &bv, &nsegs, &sectors, max_segs, in blk_bio_segment_split()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Drenesas_sdhi.h33 unsigned short max_segs; member
H A Dwmt-sdmmc.c181 u32 max_segs; member
740 .max_segs = 128,
795 mmc->max_segs = wmt_caps->max_segs; in wmt_mci_probe()
798 mmc->max_req_size = (16*512*mmc->max_segs); in wmt_mci_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Drenesas_sdhi.h33 unsigned short max_segs; member
H A Dwmt-sdmmc.c181 u32 max_segs; member
740 .max_segs = 128,
795 mmc->max_segs = wmt_caps->max_segs; in wmt_mci_probe()
798 mmc->max_req_size = (16*512*mmc->max_segs); in wmt_mci_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Drenesas_sdhi.h33 unsigned short max_segs; member
H A Dwmt-sdmmc.c181 u32 max_segs; member
740 .max_segs = 128,
795 mmc->max_segs = wmt_caps->max_segs; in wmt_mci_probe()
798 mmc->max_req_size = (16*512*mmc->max_segs); in wmt_mci_probe()

123456789