Home
last modified time | relevance | path

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

12

/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_odml_regular.cpp37 uint32_t trackId,ccType; in indexRegular() local
70 ccType=fcc >>16; in indexRegular()
71 switch(ccType) in indexRegular()
140 ccType=fcc >>16; in indexRegular()
157 switch(ccType) in indexRegular()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_odml_regular.cpp37 uint32_t trackId,ccType; in indexRegular() local
70 ccType=fcc >>16; in indexRegular()
71 switch(ccType) in indexRegular()
140 ccType=fcc >>16; in indexRegular()
157 switch(ccType) in indexRegular()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_odml_regular.cpp37 uint32_t trackId,ccType; in indexRegular() local
70 ccType=fcc >>16; in indexRegular()
71 switch(ccType) in indexRegular()
140 ccType=fcc >>16; in indexRegular()
157 switch(ccType) in indexRegular()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_odml_regular.cpp37 uint32_t trackId,ccType; in indexRegular() local
70 ccType=fcc >>16; in indexRegular()
71 switch(ccType) in indexRegular()
140 ccType=fcc >>16; in indexRegular()
157 switch(ccType) in indexRegular()
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DProf.hs10 initCostCentres, ccType, ccsType,
59 ccType :: DynFlags -> CmmType -- Type of a cost centre
60 ccType = bWord function
129 else do local_cc <- newTemp (ccType dflags)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java111 ForeignCallDescriptor descriptor, Type ccType) { in createCallingConvention() argument
112 assert ccType != null; in createCallingConvention()
120 return regConfig.getCallingConvention(ccType, returnType, parameterTypes, valueKindFactory); in createCallingConvention()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java111 ForeignCallDescriptor descriptor, Type ccType) { in createCallingConvention() argument
112 assert ccType != null; in createCallingConvention()
120 return regConfig.getCallingConvention(ccType, returnType, parameterTypes, valueKindFactory); in createCallingConvention()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java126 ForeignCallDescriptor descriptor, Type ccType) { in createCallingConvention() argument
127 assert ccType != null; in createCallingConvention()
135 return regConfig.getCallingConvention(ccType, returnType, parameterTypes, valueKindFactory); in createCallingConvention()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java127 ForeignCallDescriptor descriptor, Type ccType) { in createCallingConvention() argument
128 assert ccType != null; in createCallingConvention()
136 return regConfig.getCallingConvention(ccType, returnType, parameterTypes, valueKindFactory); in createCallingConvention()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java126 ForeignCallDescriptor descriptor, Type ccType) { in createCallingConvention() argument
127 assert ccType != null; in createCallingConvention()
135 return regConfig.getCallingConvention(ccType, returnType, parameterTypes, valueKindFactory); in createCallingConvention()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java127 ForeignCallDescriptor descriptor, Type ccType) { in createCallingConvention() argument
128 assert ccType != null; in createCallingConvention()
136 return regConfig.getCallingConvention(ccType, returnType, parameterTypes, valueKindFactory); in createCallingConvention()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java127 ForeignCallDescriptor descriptor, Type ccType) { in createCallingConvention() argument
128 assert ccType != null; in createCallingConvention()
136 return regConfig.getCallingConvention(ccType, returnType, parameterTypes, valueKindFactory); in createCallingConvention()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/autofill/heuristics/output/
H A D134_bug_471748.out1 CREDIT_CARD_TYPE | ccType | Card Type: | VISA | credit-card-cc
/dports/games/libretro-mgba/mgba-6186d45/src/platform/libretro/
H A Dlibretro.c268 static unsigned ccType = 0; variable
294 switch (ccType) { in _initColorCorrection()
424 unsigned oldCcType = ccType; in _loadColorCorrectionSettings()
425 ccType = 0; in _loadColorCorrectionSettings()
432 ccType = 1; in _loadColorCorrectionSettings()
434 ccType = 2; in _loadColorCorrectionSettings()
436 ccType = 3; in _loadColorCorrectionSettings()
440 if (ccType == 0) { in _loadColorCorrectionSettings()
442 } else if (ccType != oldCcType) { in _loadColorCorrectionSettings()
943 ccType = 0; in _deinitPostProcessing()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java203 int ccType = ccTypeAndValid & (DTVCC_PACKET_DATA | DTVCC_PACKET_START); in decode() local
209 if (ccType != DTVCC_PACKET_DATA && ccType != DTVCC_PACKET_START) { in decode()
218 if (ccType == DTVCC_PACKET_START) { in decode()
231 Assertions.checkArgument(ccType == DTVCC_PACKET_DATA); in decode()
/dports/www/py-formencode/FormEncode-1.3.0/formencode/tests/
H A Dtest_cc.py17 dict(ccNumber=ccnumber, ccType=cctype), None)
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java207 int ccType = ccTypeAndValid & (DTVCC_PACKET_DATA | DTVCC_PACKET_START); in decode() local
213 if (ccType != DTVCC_PACKET_DATA && ccType != DTVCC_PACKET_START) { in decode()
222 if (ccType == DTVCC_PACKET_START) { in decode()
235 Assertions.checkArgument(ccType == DTVCC_PACKET_DATA); in decode()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java207 int ccType = ccTypeAndValid & (DTVCC_PACKET_DATA | DTVCC_PACKET_START); in decode() local
213 if (ccType != DTVCC_PACKET_DATA && ccType != DTVCC_PACKET_START) { in decode()
222 if (ccType == DTVCC_PACKET_START) { in decode()
235 Assertions.checkArgument(ccType == DTVCC_PACKET_DATA); in decode()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java207 int ccType = ccTypeAndValid & (DTVCC_PACKET_DATA | DTVCC_PACKET_START); in decode() local
213 if (ccType != DTVCC_PACKET_DATA && ccType != DTVCC_PACKET_START) { in decode()
222 if (ccType == DTVCC_PACKET_START) { in decode()
235 Assertions.checkArgument(ccType == DTVCC_PACKET_DATA); in decode()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java203 int ccType = ccTypeAndValid & (DTVCC_PACKET_DATA | DTVCC_PACKET_START); in decode() local
209 if (ccType != DTVCC_PACKET_DATA && ccType != DTVCC_PACKET_START) { in decode()
218 if (ccType == DTVCC_PACKET_START) { in decode()
231 Assertions.checkArgument(ccType == DTVCC_PACKET_DATA); in decode()
/dports/www/dojo/dojo-release-1.12.2/dojox/validate/
H A DcreditCard.js.map7 …e","_cardInfo","isValidCreditCard","validate.isValidCreditCard","value","ccType","toLowerCase","is…
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/tools/tperf/
H A Dtperf.cpp796 auto ccType = quic::congestionControlStrToType(congestionControlFlag); in flagsToCongestionControlType() local
797 if (!ccType) { in flagsToCongestionControlType()
801 return *ccType; in flagsToCongestionControlType()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DnsCycleCollector.cpp1242 enum ccType enum
1329 bool Collect(ccType aCCType,
1353 bool ShouldMergeZones(ccType aCCType);
1355 void BeginCollection(ccType aCCType, nsICycleCollectorListener* aManualListener);
3609 nsCycleCollector::Collect(ccType aCCType, in Collect()
3754 nsCycleCollector::ShouldMergeZones(ccType aCCType) in ShouldMergeZones()
3784 nsCycleCollector::BeginCollection(ccType aCCType, in BeginCollection()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsCycleCollector.cpp1081 enum ccType { enum
1169 bool Collect(ccType aCCType, SliceBudget& aBudget,
1193 bool ShouldMergeZones(ccType aCCType);
1195 void BeginCollection(ccType aCCType,
3369 bool nsCycleCollector::Collect(ccType aCCType, SliceBudget& aBudget, in Collect()
3507 bool nsCycleCollector::ShouldMergeZones(ccType aCCType) { in ShouldMergeZones()
3536 ccType aCCType, nsICycleCollectorListener* aManualListener) { in BeginCollection()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsCycleCollector.cpp1094 enum ccType { enum
1181 bool Collect(ccType aCCType, SliceBudget& aBudget,
1203 bool ShouldMergeZones(ccType aCCType);
1205 void BeginCollection(ccType aCCType,
3300 bool nsCycleCollector::Collect(ccType aCCType, SliceBudget& aBudget, in Collect()
3438 bool nsCycleCollector::ShouldMergeZones(ccType aCCType) { in ShouldMergeZones()
3467 ccType aCCType, nsICycleCollectorListener* aManualListener) { in BeginCollection()

12