Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dfield-math.hpp294 int next_id, next_f; in Travel() local
315 next_f = next_id; in Travel()
316 if (next_f != -1) next_f /= 3; in Travel()
337 if (next_f == -1) { in Travel()
345 f = next_f; in Travel()
401 int next_id = -1, next_f = -1; in TravelField() local
421 next_f = next_id; in TravelField()
422 if (next_f != -1) next_f /= 3; in TravelField()
457 if (next_f == -1) { in TravelField()
472 *dir_unfold = BestQFromGivenQ(NF.col(next_f), QF.col(next_f), *dir_unfold); in TravelField()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/sched/
H A Dcpufreq_schedutil.c341 unsigned int next_f; in sugov_update_single_freq() local
346 next_f = get_next_freq(sg_policy, sg_cpu->util, sg_cpu->max); in sugov_update_single_freq()
351 if (sugov_cpu_is_busy(sg_cpu) && next_f < sg_policy->next_freq) { in sugov_update_single_freq()
352 next_f = sg_policy->next_freq; in sugov_update_single_freq()
358 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_single_freq()
367 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_single_freq()
437 unsigned int next_f; in sugov_update_shared() local
447 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared()
449 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_shared()
453 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_shared()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/sched/
H A Dcpufreq_schedutil.c341 unsigned int next_f; in sugov_update_single_freq() local
346 next_f = get_next_freq(sg_policy, sg_cpu->util, sg_cpu->max); in sugov_update_single_freq()
351 if (sugov_cpu_is_busy(sg_cpu) && next_f < sg_policy->next_freq) { in sugov_update_single_freq()
352 next_f = sg_policy->next_freq; in sugov_update_single_freq()
358 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_single_freq()
367 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_single_freq()
437 unsigned int next_f; in sugov_update_shared() local
447 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared()
449 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_shared()
453 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_shared()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/sched/
H A Dcpufreq_schedutil.c341 unsigned int next_f; in sugov_update_single_freq() local
346 next_f = get_next_freq(sg_policy, sg_cpu->util, sg_cpu->max); in sugov_update_single_freq()
351 if (sugov_cpu_is_busy(sg_cpu) && next_f < sg_policy->next_freq) { in sugov_update_single_freq()
352 next_f = sg_policy->next_freq; in sugov_update_single_freq()
358 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_single_freq()
367 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_single_freq()
437 unsigned int next_f; in sugov_update_shared() local
447 next_f = sugov_next_freq_shared(sg_cpu, time); in sugov_update_shared()
449 if (!sugov_update_next_freq(sg_policy, time, next_f)) in sugov_update_shared()
453 cpufreq_driver_fast_switch(sg_policy->policy, next_f); in sugov_update_shared()
/dports/devel/p5-Future/Future-0.47/lib/Future/
H A DMutex.pm134 if( my $next_f = shift @{ $self->{queue} } ) {
135 $next_f->done;
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dcut_mesh.cpp166 int next_f=VFI.Fi(); in FindInitialPos() local
176 seam=IsSeam(curr_f,next_f); in FindInitialPos()
182 complete_turn = next_f == f_init; in FindInitialPos()
212 int next_f = VFI.Fi(); in MapIndexes() local
214 complete_turn = (next_f==f_init); in MapIndexes()
220 seam=IsSeam(curr_f,next_f); in MapIndexes()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dcut_mesh.cpp166 int next_f=VFI.Fi(); in FindInitialPos() local
176 seam=IsSeam(curr_f,next_f); in FindInitialPos()
182 complete_turn = next_f == f_init; in FindInitialPos()
212 int next_f = VFI.Fi(); in MapIndexes() local
214 complete_turn = (next_f==f_init); in MapIndexes()
220 seam=IsSeam(curr_f,next_f); in MapIndexes()
/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-timeout.c383 Flow *next_f = f->next; in FlowForceReassemblyForHash() local
394 f = next_f; in FlowForceReassemblyForHash()
405 f = next_f; in FlowForceReassemblyForHash()
H A Dflow-hash.c773 Flow *next_f = NULL; in FlowGetFlowFromHash() local
779 next_f = f->next; in FlowGetFlowFromHash()
802 next_f = f->next; in FlowGetFlowFromHash()
805 if (next_f == NULL) { in FlowGetFlowFromHash()
826 f = next_f; in FlowGetFlowFromHash()
/dports/biology/ncbi-toolkit/ncbi/biostruc/newVSch/
H A Dvastgraph_comb.cpp192 unsigned dy, unsigned pre_t, unsigned next_f, bool isaligned, in BlockMapOrImg() argument
247 if (!next_f) { in BlockMapOrImg()
258 else if (next_f) { in BlockMapOrImg()
615 unsigned k, l, pre_t, next_f; in QueryMapOrImg() local
621 pre_t = next_f = 1; y0 = y1; in QueryMapOrImg()
638 if (l >= seqlen) next_f = 1; in QueryMapOrImg()
639 else next_f = 0; in QueryMapOrImg()
643 next_f, aliflag, Fsid, vpp, -1, numhitsdisplayed, File); in QueryMapOrImg()
/dports/lang/ruby26/ruby-2.6.9/test/rexml/xpath/
H A Dtest_base.rb313 next_f = XPath.first( doc, "a/e/f/following-sibling::node()" )
314 assert_equal '11', next_f.attributes['id']
364 next_f = XPath.first( @@doc, "a/e/f[@id='11']/following-sibling::*" )
365 assert_equal 12, next_f.attributes['id'].to_i
/dports/www/mod_perl2/mod_perl-2.0.11/docs/api/Apache2/
H A DFilter.pod16 my $next_f = $f->next;
198 $next_f = $f->next;
207 =item ret: C<$next_f>
380 $rc = $next_f->get_brigade($bb, $mode, $block, $readbytes);
381 $rc = $next_f->get_brigade($bb, $mode, $block);
382 $rc = $next_f->get_brigade($bb, $mode)
383 $rc = $next_f->get_brigade($bb);
387 =item obj: C<$next_f>
597 $rc = $next_f->pass_brigade($bb);
601 =item obj: C<$next_f>
/dports/biology/ncbi-toolkit/ncbi/biostruc/newvast/
H A DvastgraphDB.c181 Int4 next_f, Boolean isaligned, Int4 Fsid, VastPageDataPtr vpp, in BlockMapOrImg() argument
232 if (!next_f) { in BlockMapOrImg()
243 else if (next_f) { in BlockMapOrImg()
593 Int4 color, k, l, dy, pre_t, next_f, y0; in QueryMapOrImg() local
599 pre_t = next_f = 1; y0 = y1; in QueryMapOrImg()
616 if (l >= seqlen) next_f = 1; in QueryMapOrImg()
617 else next_f = 0; in QueryMapOrImg()
621 next_f, aliflag, Fsid, vpp, -1, numhitsdisplayed, JobID, in QueryMapOrImg()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/parameterization/
H A Dmesh_global_param.cpp236 next_f = mesh->facet_corners.adjacent_facet(c); in compute_R_fv() local
238 if(next_f != NO_FACET) { in compute_R_fv()
239 for(index_t c2: mesh->facets.corners(next_f)) { in compute_R_fv()
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Dode.py194 next_y, next_f, next_y_error, k = runge_kutta_step(func_, y, f, t, dt)
200 new = [i + 1, next_y, next_f, next_t, dt, t, new_interp_coeff]
/dports/audio/libgroove/libgroove-4.3.0/groove/
H A Dplaylist.c708 struct GrooveFilePrivate *next_f = (struct GrooveFilePrivate *) next_file; in decode_thread() local
709 pthread_mutex_lock(&next_f->seek_mutex); in decode_thread()
710 next_f->seek_pos = 0; in decode_thread()
711 next_f->seek_flush = 0; in decode_thread()
712 pthread_mutex_unlock(&next_f->seek_mutex); in decode_thread()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_data_structure_2.h617 Face_handle previous_f=first_f, next_f; in star_hole() local
624 next_f = reset_or_create_face(fn, in , newv, fit, face_end); in star_hole()
625 set_adjacency(next_f, 1, previous_f, 0); in star_hole()
626 previous_f=next_f; in star_hole()
629 set_adjacency(next_f, 0, first_f, 1); in star_hole()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dgapxdrop.c794 Int4 next_f; in ALIGN_EX() local
798 next_f = dp->FF; in ALIGN_EX()
841 f = next_f; in ALIGN_EX()
930 Int4 next_c, next_f; in SEMI_G_ALIGN_EX() local
997 next_f = dp->FF; in SEMI_G_ALIGN_EX()
1032 f = next_f; in SEMI_G_ALIGN_EX()
/dports/devel/asl/asl-current/tests/t_6812/
H A Dt_6812.asm446 movw $1234,next_f,pc
447 next_f: movw 2,y $1234 label
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dhex_cruncher.cpp769 index_t next_f = next_mod(f, 3); in apply() local
771 tri[f][1] = qem.vertex(H[next_f][1]); in apply()
772 tri[f][2] = qem.vertex(H[next_f][2]); in apply()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h1245 FaceType *next_f=posVec[(i+1)%posVec.size()].F(); in IsSingularByCross() local
1248 curr_dir=FollowDirection(*curr_f,*next_f,curr_dir); in IsSingularByCross()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/parametrization/
H A Dtangent_field_operators.h1367 FaceType *next_f=posVec[(i+1)%posVec.size()].F(); in IsSingularByCross() local
1370 curr_dir=FollowDirection(*curr_f,*next_f,curr_dir); in IsSingularByCross()
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dtext_io.c1832 struct Xorriso_msg_filteR *f, *next_f= NULL; in Xorriso_msg_sieve_destroy() local
1837 for(f= m->first_filter; f != NULL; f= next_f) { in Xorriso_msg_sieve_destroy()
1838 next_f= f->next; in Xorriso_msg_sieve_destroy()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Ddisasm.c1353 RFlagItem *f, *next_f; in ds_show_xrefs() local
1383 next_f = r_flag_get_at (core->flags, next_addr, true); in ds_show_xrefs()
1384 if (next_f && f->offset == next_f->offset) { in ds_show_xrefs()
/dports/editors/vim/vim-8.2.3745/runtime/doc/
H A Dtags2822 :next_f editing.txt /*:next_f*