Home
last modified time | relevance | path

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

123

/dports/textproc/txt2html/txt2html-2.51/lib/HTML/
H A DTextToHTML.pm2270 my $prev_ref = $args{prev_ref};
2404 my $prev_ref = $args{prev_ref};
2472 my $prev_ref = $args{prev_ref};
2641 my $prev_ref = $args{prev_ref};
2699 my $prev_ref = $args{prev_ref};
2818 my $prev_ref = $args{prev_ref};
2852 prev_ref => $prev_ref,
2907 prev_ref => $prev_ref,
2930 prev_ref => $prev_ref,
3915 my $prev_ref = $args{prev_ref};
[all …]
/dports/science/bagel/bagel-1.2.2/src/opt/
H A Dget_grad.cc52 prev_ref = eval1.ref(); in get_mecigrad()
62 prev_ref = eval1.ref(); in get_mecigrad()
290 prev_ref = eval1.ref(); in get_mdcigrad()
300 prev_ref = eval1.ref(); in get_mdcigrad()
379 prev_ref = eval.ref(); in get_grad_energy()
386 prev_ref = eval.ref(); in get_grad_energy()
393 prev_ref = eval.ref(); in get_grad_energy()
400 prev_ref = eval.ref(); in get_grad_energy()
407 prev_ref = eval.ref(); in get_grad_energy()
414 prev_ref = eval.ref(); in get_grad_energy()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/octoclock_r4/
H A Doctoclock_r4_main.c95 static ref_t prev_ref = NO_REF; variable
154 prev_ref = NO_REF; in main()
199 if((g_ref != prev_ref) || (g_switch_pos != prev_switch_pos)){ in main()
205 prev_ref = g_ref; in main()
/dports/devel/p5-Set-CrossProduct/Set-CrossProduct-2.006/lib/Set/
H A DCrossProduct.pm464 my $prev_ref = $self->_find_ref('prev');
466 if( wantarray ) { return (ref $prev_ref eq ref []) ? @$prev_ref : %$prev_ref }
467 else { return $prev_ref }
/dports/biology/samtools/samtools-1.14/misc/
H A Dsam2vcf.pl126 my ($prev_chr,$prev_pos,$prev_ref);
160 $prev_ref = $ref;
173 else { $ref = $prev_ref; }
207 $prev_ref = $ref;
219 $prev_ref = $ref;
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/misc/
H A Dsam2vcf.pl107 my ($prev_chr,$prev_pos,$prev_ref);
141 $prev_ref = $ref;
154 else { $ref = $prev_ref; }
188 $prev_ref = $ref;
200 $prev_ref = $ref;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/format/
H A Dreference_item.cpp304 (const CReferenceItem& prev_ref, in s_ShouldRemoveRef() argument
326 return ( curr_ref.GetPMID() == prev_ref.GetPMID() ); in s_ShouldRemoveRef()
331 return ( curr_ref.GetMUID() == prev_ref.GetMUID() ); in s_ShouldRemoveRef()
339 if (prev_ref.IsSetAuthors()) { in s_ShouldRemoveRef()
357 ( CReferenceItem& prev_ref, in s_CombineRefs() argument
363 CConstRef<CSeq_loc> prev_loc( &prev_ref.GetLoc() ); in s_CombineRefs()
374 &prev_ref.GetContext()->GetScope() ); in s_CombineRefs()
382 prev_ref.SetLoc( new_loc ); in s_CombineRefs()
400 prev_ref.SetRemark( in s_CombineRefs()
470 CReferenceItem& prev_ref = **(curr-1); in s_MergeDuplicates() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/format/
H A Dreference_item.cpp304 (const CReferenceItem& prev_ref, in s_ShouldRemoveRef() argument
326 return ( curr_ref.GetPMID() == prev_ref.GetPMID() ); in s_ShouldRemoveRef()
331 return ( curr_ref.GetMUID() == prev_ref.GetMUID() ); in s_ShouldRemoveRef()
339 if (prev_ref.IsSetAuthors()) { in s_ShouldRemoveRef()
357 ( CReferenceItem& prev_ref, in s_CombineRefs() argument
363 CConstRef<CSeq_loc> prev_loc( &prev_ref.GetLoc() ); in s_CombineRefs()
374 &prev_ref.GetContext()->GetScope() ); in s_CombineRefs()
382 prev_ref.SetLoc( new_loc ); in s_CombineRefs()
400 prev_ref.SetRemark( in s_CombineRefs()
470 CReferenceItem& prev_ref = **(curr-1); in s_MergeDuplicates() local
[all …]
/dports/security/nmap/nmap-7.91/
H A Dosscan.cc173 std::vector<struct AVal>::const_iterator current_ref, prev_ref; in AVal_match() local
181 prev_ref = reference->results.end(); in AVal_match()
191 if (prev_ref != reference->results.end()) in AVal_match()
192 assert(strcmp(prev_ref->attribute, current_ref->attribute) < 0); in AVal_match()
226 prev_ref = current_ref; in AVal_match()
249 std::vector<FingerTest>::const_iterator current_ref, prev_ref; in compare_fingerprints() local
258 prev_ref = referenceFP->tests.end(); in compare_fingerprints()
268 if (prev_ref != referenceFP->tests.end()) in compare_fingerprints()
269 assert(strcmp(prev_ref->name, current_ref->name) < 0); in compare_fingerprints()
290 prev_ref = current_ref; in compare_fingerprints()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dprojections.hpp62 static PJ *prev_ref; variable
81 static volatile PROJTYPE prev_ref; variable
H A Dprojections.cpp638 prev_ref = proj_create(PJ_DEFAULT_CTX, projName.c_str()); in map_init()
640 prev_ref = pj_init_plus(projName.c_str()); in map_init()
642 if (!prev_ref) { in map_init()
650 return prev_ref; in map_init()
769 prev_ref = pj_init_plus(projCommand.c_str()); in map_init()
771 if (!prev_ref) { in map_init()
778 return prev_ref; in map_init()
864 prev_ref = proj_create_argv(PJ_DEFAULT_CTX, nparms, parms); in map_init()
866 prev_ref = pj_init(nparms, parms); in map_init()
868 if (!prev_ref) { in map_init()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Partition_2/
H A DPartitioned_polygon_2.h36 Indirect_CW_diag_compare(Point_2 vertex, Iterator prev_ref, in Indirect_CW_diag_compare() argument
41 _prev_v_ref(prev_ref) in Indirect_CW_diag_compare()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_fasta.cc358 const char* prev_ref = &(seqbuf[S_CAST(int32_t, cur_bp) - 1]); in VNormalizeContig() local
367 right_match = ctou32(prev_ref[S_CAST(int32_t, cur_alen - rtrim)]); in VNormalizeContig()
378 cur_code = ctou32(prev_ref[S_CAST(int32_t, cur_alen - rtrim)]); in VNormalizeContig()
423 … cur_alleles[aidx] = &(g_one_char_strs[2 * ctou32(prev_ref[S_CAST(int32_t, orig_alen - rtrim)])]); in VNormalizeContig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dfield_trial.cc1051 FieldTrial::FieldTrialRef prev_ref; in ClearParamsFromSharedMemoryForTesting() local
1052 while ((prev_ref = mem_iter.GetNextOfType<FieldTrial::FieldTrialEntry>()) != in ClearParamsFromSharedMemoryForTesting()
1056 allocator->GetAsObject<FieldTrial::FieldTrialEntry>(prev_ref); in ClearParamsFromSharedMemoryForTesting()
1087 allocator->ChangeType(prev_ref, 0, in ClearParamsFromSharedMemoryForTesting()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dfield_trial.cc1063 FieldTrial::FieldTrialRef prev_ref; in ClearParamsFromSharedMemoryForTesting() local
1064 while ((prev_ref = mem_iter.GetNextOfType<FieldTrial::FieldTrialEntry>()) != in ClearParamsFromSharedMemoryForTesting()
1068 allocator->GetAsObject<FieldTrial::FieldTrialEntry>(prev_ref); in ClearParamsFromSharedMemoryForTesting()
1099 allocator->ChangeType(prev_ref, 0, in ClearParamsFromSharedMemoryForTesting()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdoc.c1180 pdf_obj *this_ref, *prev_ref, *next_ref; in flush_bookmarks() local
1189 for (item = node, prev_ref = NULL; in flush_bookmarks()
1207 if (prev_ref) { in flush_bookmarks()
1210 prev_ref); in flush_bookmarks()
1224 prev_ref = this_ref; in flush_bookmarks()
1231 pdf_link_obj(prev_ref)); in flush_bookmarks()
1233 pdf_release_obj(prev_ref); in flush_bookmarks()
/dports/math/gecode/gecode-0916a1a/gecode/int/gcc/
H A Ddom-sup.hpp363 Edge** prev_ref(void);
816 *n->prev_ref() = p; in unlink()
897 Edge::prev_ref(void) { in prev_ref() function in Gecode::Int::GCC::Edge
1057 *vars[i]->last()->prev_ref() = oldprev; in VarValGraph()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Derror_resilience.c451 int prev_x, prev_y, prev_ref; in guess_mv() local
586 prev_ref = s->last_pic.ref_index[0][4 * mb_xy]; in guess_mv()
590 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
596 ref[pred_count] = prev_ref; in guess_mv()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Derror_resilience.c451 int prev_x, prev_y, prev_ref; in guess_mv() local
586 prev_ref = s->last_pic.ref_index[0][4 * mb_xy]; in guess_mv()
590 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
596 ref[pred_count] = prev_ref; in guess_mv()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddecode.c6188 unsigned long prev_ref = prev ? prev->absolute_ref : 0; in dwg_fixup_BLOCKS_entities() local
6204 if (prev_ref == 0L && next_ref == 0L) in dwg_fixup_BLOCKS_entities()
6213 else if (prev_ref && prev_ref == cur_ref - 1 && in dwg_fixup_BLOCKS_entities()
6223 else if (prev_ref && next_ref && ent->nolinks) in dwg_fixup_BLOCKS_entities()
6251 if (!prev_ref) in dwg_fixup_BLOCKS_entities()
6256 LOG_TRACE (" %4lX: prev_entity %4lX, ", hdl->absolute_ref, prev_ref); in dwg_fixup_BLOCKS_entities()
6257 ent->prev_entity = dwg_add_handleref (dwg, 4, prev_ref, o); in dwg_fixup_BLOCKS_entities()
6259 else if (ent->prev_entity->absolute_ref != prev_ref) in dwg_fixup_BLOCKS_entities()
6264 prev_ref); in dwg_fixup_BLOCKS_entities()
6266 ent->prev_entity = dwg_add_handleref (dwg, 4, prev_ref, o); in dwg_fixup_BLOCKS_entities()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Derror_resilience.c494 int prev_x, prev_y, prev_ref; in guess_mv() local
615 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
620 ref[pred_count] = prev_ref; in guess_mv()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Derror_resilience.c494 int prev_x, prev_y, prev_ref; in guess_mv() local
615 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
620 ref[pred_count] = prev_ref; in guess_mv()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Derror_resilience.c494 int prev_x, prev_y, prev_ref; in guess_mv() local
615 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
620 ref[pred_count] = prev_ref; in guess_mv()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c494 int prev_x, prev_y, prev_ref; in guess_mv() local
615 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
620 ref[pred_count] = prev_ref; in guess_mv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c494 int prev_x, prev_y, prev_ref; in guess_mv() local
615 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
620 ref[pred_count] = prev_ref; in guess_mv()

123