Home
last modified time | relevance | path

Searched refs:loc_changed (Results 1 – 3 of 3) sorted by relevance

/dports/audio/icegenerator/icegenerator-0.5.5-pre2/src/
H A Ddata_streamer.cpp60 bool loc_changed = false; in data_streamer() local
103 if (loc_changed = changed) in data_streamer()
116 if (loc_changed) in data_streamer()
/dports/converters/p5-Cpanel-JSON-XS/Cpanel-JSON-XS-4.27/
H A DXS.xs1980 bool loc_changed = FALSE; in encode_sv() local
2155 loc_changed = TRUE; in encode_sv()
2188 if (loc_changed) in encode_sv()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin6.c4876 BoolPtr loc_changed, in RemoveGapLocationsFromSeqLoc() argument
4887 if (loc_changed != NULL) in RemoveGapLocationsFromSeqLoc()
4889 *loc_changed = FALSE; in RemoveGapLocationsFromSeqLoc()
4919 if (loc_changed != NULL) in RemoveGapLocationsFromSeqLoc()
4921 *loc_changed = TRUE; in RemoveGapLocationsFromSeqLoc()
5279 Boolean loc_changed, partial5, partial3, reverse_list; in AdjustCodingRegionLocationsForGapLocations() local
5290 loc_changed = FALSE; in AdjustCodingRegionLocationsForGapLocations()
5296 …cds->location = RemoveGapLocationsFromSeqLoc (cds->location, gap_list, bsp, &loc_changed, TRUE, re… in AdjustCodingRegionLocationsForGapLocations()
5297 if (!loc_changed) { in AdjustCodingRegionLocationsForGapLocations()
5319 …mrna->location = RemoveGapLocationsFromSeqLoc (mrna->location, gap_list, bsp, &loc_changed, FALSE,… in AdjustCodingRegionLocationsForGapLocations()