Home
last modified time | relevance | path

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

1234

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/runtime/
H A Dcopy.cpp36 Descriptor &toDesc{ in CopyElement() local
38 if (toDesc.raw().base_addr != nullptr) { in CopyElement()
39 toDesc.set_base_addr(nullptr); in CopyElement()
40 RUNTIME_CHECK(terminator, toDesc.Allocate() == CFI_SUCCESS); in CopyElement()
43 CopyArray(toDesc, fromDesc, terminator); in CopyElement()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/runtime/
H A Dcopy.cpp36 Descriptor &toDesc{ in CopyElement() local
38 if (toDesc.raw().base_addr != nullptr) { in CopyElement()
39 toDesc.set_base_addr(nullptr); in CopyElement()
40 RUNTIME_CHECK(terminator, toDesc.Allocate() == CFI_SUCCESS); in CopyElement()
43 CopyArray(toDesc, fromDesc, terminator); in CopyElement()
H A Dassign.cpp224 auto *toDesc{reinterpret_cast<Descriptor *>( in Assign() local
228 if (toDesc->IsAllocatable()) { in Assign()
229 if (toDesc->IsAllocated()) { in Assign()
238 toDesc->Destroy(false /*already finalized*/); in Assign()
244 Assign(*toDesc, *fromDesc, terminator); in Assign()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/runtime/
H A Dcopy.cpp36 Descriptor &toDesc{ in CopyElement() local
38 if (toDesc.raw().base_addr != nullptr) { in CopyElement()
39 toDesc.set_base_addr(nullptr); in CopyElement()
40 RUNTIME_CHECK(terminator, toDesc.Allocate() == CFI_SUCCESS); in CopyElement()
43 CopyArray(toDesc, fromDesc, terminator); in CopyElement()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/runtime/
H A Dcopy.cpp36 Descriptor &toDesc{ in on_hdr_key()
38 if (toDesc.raw().base_addr != nullptr) {
39 toDesc.set_base_addr(nullptr); in on_hdr_key()
40 RUNTIME_CHECK(terminator, toDesc.Allocate() == CFI_SUCCESS);
43 CopyArray(toDesc, fromDesc, terminator);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/
H A DIntegralBusUtils.cpp35 …::splitCandidates(const QList<Descriptor> &candidates, const Descriptor &toDesc, DataTypePtr toDat… in splitCandidates() argument
36 …CandidatesSplitter *splitter = CandidatesSplitterRegistry::instance()->findSplitter(toDesc, toData… in splitCandidates()
178 bool canSplit(const Descriptor &toDesc, DataTypePtr toDatatype) { in canSplit() argument
179 return ((BaseTypes::STRING_TYPE() == toDatatype) && isDatasetSlot(toDesc)); in canSplit()
198 bool canSplit(const Descriptor &toDesc, DataTypePtr toDatatype) { in canSplit() argument
199 return ((BaseTypes::STRING_TYPE() == toDatatype) && isUrlSlot(toDesc)); in canSplit()
251 CandidatesSplitter *CandidatesSplitterRegistry::findSplitter(const Descriptor &toDesc, DataTypePtr … in findSplitter() argument
253 if (splitter->canSplit(toDesc, toDatatype)) { in findSplitter()
H A DIntegralBusUtils.h39 …t splitCandidates(const QList<Descriptor> &candidates, const Descriptor &toDesc, DataTypePtr toDat…
50 virtual bool canSplit(const Descriptor &toDesc, DataTypePtr toDatatype) = 0;
67 CandidatesSplitter *findSplitter(const Descriptor &toDesc, DataTypePtr toDatatype);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DToken.java58 public static long toDesc(final TokenType type, final int position, final int length) { in toDesc() method in Token
92 return toDesc(tokenType, start, len); in withDelimiter()
98 return toDesc(tokenType, start, len); in withDelimiter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DToken.java58 public static long toDesc(final TokenType type, final int position, final int length) { in toDesc() method in Token
92 return toDesc(tokenType, start, len); in withDelimiter()
98 return toDesc(tokenType, start, len); in withDelimiter()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DToken.java58 public static long toDesc(final TokenType type, final int position, final int length) { in toDesc() method in Token
92 return toDesc(tokenType, start, len); in withDelimiter()
98 return toDesc(tokenType, start, len); in withDelimiter()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DToken.java58 public static long toDesc(final TokenType type, final int position, final int length) { in toDesc() method in Token
92 return toDesc(tokenType, start, len); in withDelimiter()
98 return toDesc(tokenType, start, len); in withDelimiter()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DToken.java58 public static long toDesc(final TokenType type, final int position, final int length) { in toDesc() method in Token
92 return toDesc(tokenType, start, len); in withDelimiter()
98 return toDesc(tokenType, start, len); in withDelimiter()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DGetReadListWorker.cpp223 bool SeReadsListSplitter::canSplit(const Descriptor &toDesc, DataTypePtr toDatatype) { in canSplit() argument
224 …return ((BaseTypes::STRING_TYPE() == toDatatype) && (toDesc.getId() == GetReadsListWorkerFactory::… in canSplit()
240 bool PeReadsListSplitter::canSplit(const Descriptor &toDesc, DataTypePtr toDatatype) { in canSplit() argument
241 …return ((BaseTypes::STRING_TYPE() == toDatatype) && (toDesc.getId() == GetReadsListWorkerFactory::… in canSplit()
H A DGetReadListWorker.h84 bool canSplit(const Descriptor &toDesc, DataTypePtr toDatatype);
96 bool canSplit(const Descriptor &toDesc, DataTypePtr toDatatype);
/dports/net/liveMedia/live/liveMedia/
H A DMP3ADUinterleaving.cpp492 DeinterleavingFrameDescriptor& toDesc = fDescriptors[fIIlastSeen]; in moveIncomingFrameIntoPlace() local
494 toDesc.frameDataSize = fromDesc.frameDataSize; in moveIncomingFrameIntoPlace()
495 toDesc.presentationTime = fromDesc.presentationTime; in moveIncomingFrameIntoPlace()
498 unsigned char* tmp = toDesc.frameData; in moveIncomingFrameIntoPlace()
499 toDesc.frameData = fromDesc.frameData; in moveIncomingFrameIntoPlace()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DToken.java48 public static long toDesc(final TokenType type, final int position, final int length) { in toDesc() method in Token
77 return toDesc(tokenType, start, len); in withDelimiter()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DToken.java48 public static long toDesc(final TokenType type, final int position, final int length) { in toDesc() method in Token
77 return toDesc(tokenType, start, len); in withDelimiter()
/dports/sysutils/istio/istio-1.6.7/vendor/contrib.go.opencensus.io/exporter/prometheus/
H A Dprometheus.go142 func (c *collector) toDesc(metric *metricdata.Metric) *prometheus.Desc { func
163 desc := me.c.toDesc(metric)
188 desc := me.c.toDesc(metric)
/dports/www/pomerium/pomerium-0.8.3/vendor/contrib.go.opencensus.io/exporter/prometheus/
H A Dprometheus.go142 func (c *collector) toDesc(metric *metricdata.Metric) *prometheus.Desc { func
163 desc := me.c.toDesc(metric)
188 desc := me.c.toDesc(metric)
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/exporter/metric/prometheus/
H A Dprometheus.go185 ch <- c.toDesc(&record)
202 desc := c.toDesc(&record)
286 func (c *collector) toDesc(metric *export.Record) *prometheus.Desc { func
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/exporters/metric/prometheus/
H A Dprometheus.go192 ch <- c.toDesc(record, labelKeys)
218 desc := c.toDesc(record, labelKeys)
322 func (c *collector) toDesc(record export.Record, labelKeys []string) *prometheus.Desc { func
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/exporters/metric/prometheus/
H A Dprometheus.go196 ch <- c.toDesc(record, labelKeys)
221 desc := c.toDesc(record, labelKeys)
343 func (c *collector) toDesc(record export.Record, labelKeys []string) *prometheus.Desc { func
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/exporters/metric/prometheus/
H A Dprometheus.go202 ch <- c.toDesc(record, labelKeys)
228 desc := c.toDesc(record, labelKeys)
332 func (c *collector) toDesc(record export.Record, labelKeys []string) *prometheus.Desc { func
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/exporters/metric/prometheus/
H A Dprometheus.go202 ch <- c.toDesc(record, labelKeys)
228 desc := c.toDesc(record, labelKeys)
332 func (c *collector) toDesc(record export.Record, labelKeys []string) *prometheus.Desc { func
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/exporters/prometheus/
H A Dprometheus.go161 ch <- c.toDesc(record, labelKeys)
190 desc := c.toDesc(record, labelKeys)
295 func (c *collector) toDesc(record export.Record, labelKeys []string) *prometheus.Desc { func

1234