Home
last modified time | relevance | path

Searched refs:desc32 (Results 1 – 11 of 11) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/coders/
H A DComplexCoderDescriptor.java51 …final PrimitiveCoderDescriptor desc32 = PrimitiveCoderDescriptor.getCoderDescriptorFor((NPrimitive… in getCoderDescriptorFor()
54 …32.equals(nt64) ? new ComplexCoderDescriptor(desc64) : new MixedEncodingDescriptor(desc32, desc64); in getCoderDescriptorFor()
80 protected final PrimitiveCoderDescriptor desc32; field in ComplexCoderDescriptor.MixedEncodingDescriptor
82 …public MixedEncodingDescriptor(final PrimitiveCoderDescriptor desc32, final PrimitiveCoderDescript… in MixedEncodingDescriptor() argument
84 this.desc32 = desc32; in MixedEncodingDescriptor()
89 String get32CoderName() { return desc32.getCoderInstanceName(); } in get32CoderName()
94 final String coder32Name = getBaseNameOfCoder(desc32.primitiveCoderName); in getMixedName()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/coders/
H A DComplexCoderDescriptor.java51 …final PrimitiveCoderDescriptor desc32 = PrimitiveCoderDescriptor.getCoderDescriptorFor((NPrimitive… in getCoderDescriptorFor()
54 …32.equals(nt64) ? new ComplexCoderDescriptor(desc64) : new MixedEncodingDescriptor(desc32, desc64); in getCoderDescriptorFor()
80 protected final PrimitiveCoderDescriptor desc32; field in ComplexCoderDescriptor.MixedEncodingDescriptor
82 …public MixedEncodingDescriptor(final PrimitiveCoderDescriptor desc32, final PrimitiveCoderDescript… in MixedEncodingDescriptor() argument
84 this.desc32 = desc32; in MixedEncodingDescriptor()
89 String get32CoderName() { return desc32.getCoderInstanceName(); } in get32CoderName()
94 final String coder32Name = getBaseNameOfCoder(desc32.primitiveCoderName); in getMixedName()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_nfe.c706 (char *)desc32 - (char *)sc->txq.desc32, in nfe_txdesc32_sync()
723 (char *)&sc->txq.desc32[start] - (char *)sc->txq.desc32, in nfe_txdesc32_rsync()
730 (char *)&sc->txq.desc32[start] - (char *)sc->txq.desc32, in nfe_txdesc32_rsync()
736 (char *)&sc->txq.desc32[end] - (char *)sc->txq.desc32, ops); in nfe_txdesc32_rsync()
764 (char *)desc32 - (char *)sc->rxq.desc32, in nfe_rxdesc32_sync()
789 desc32 = NULL; in nfe_rxeof()
802 desc32 = &sc->rxq.desc32[i]; in nfe_rxeof()
1002 desc32 = &sc->txq.desc32[i]; in nfe_txeof()
1081 desc32 = NULL; in nfe_encap()
1130 desc32 = &sc->txq.desc32[sc->txq.cur]; in nfe_encap()
[all …]
H A Dif_nfevar.h32 struct nfe_desc32 *desc32; member
57 struct nfe_desc32 *desc32; member
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestVariant.cpp609 auto desc32 = [](const uint32_t& a) { return Describer::mediumConst; }; in testMatchingLambdas() local
616 MOZ_RELEASE_ASSERT(v1.match(desc8, desc32, desc64) == Describer::littleConst); in testMatchingLambdas()
618 MOZ_RELEASE_ASSERT(v3.match(desc8, desc32, desc64) == Describer::bigConst); in testMatchingLambdas()
624 MOZ_RELEASE_ASSERT(constRef1.match(desc8, desc32, desc64) == in testMatchingLambdas()
626 MOZ_RELEASE_ASSERT(constRef2.match(desc8, desc32, desc64) == in testMatchingLambdas()
628 MOZ_RELEASE_ASSERT(constRef3.match(desc8, desc32, desc64) == in testMatchingLambdas()
640 auto desc32 = [](size_t aIndex, const uint32_t& a) { in testMatchingLambdasWithIndex() local
655 MOZ_RELEASE_ASSERT(v3.match(desc8, desc32, desc64) == Describer::bigConst); in testMatchingLambdasWithIndex()
661 MOZ_RELEASE_ASSERT(constRef1.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
663 MOZ_RELEASE_ASSERT(constRef2.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestVariant.cpp914 auto desc32 = [](auto&& a) { in testMatchingLambdas() local
965 MOZ_RELEASE_ASSERT(v1.match(desc8, desc32, desc64) == in testMatchingLambdas()
967 MOZ_RELEASE_ASSERT(v2.match(desc8, desc32, desc64) == in testMatchingLambdas()
969 MOZ_RELEASE_ASSERT(v3.match(desc8, desc32, desc64) == in testMatchingLambdas()
972 MOZ_RELEASE_ASSERT(constRef1.match(desc8, desc32, desc64) == in testMatchingLambdas()
974 MOZ_RELEASE_ASSERT(constRef2.match(desc8, desc32, desc64) == in testMatchingLambdas()
976 MOZ_RELEASE_ASSERT(constRef3.match(desc8, desc32, desc64) == in testMatchingLambdas()
1017 auto desc32 = [](size_t aIndex, auto&& a) { in testMatchingLambdasWithIndex() local
1070 MOZ_RELEASE_ASSERT(v1.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
1072 MOZ_RELEASE_ASSERT(v2.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
[all …]
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestVariant.cpp914 auto desc32 = [](auto&& a) { in testMatchingLambdas() local
965 MOZ_RELEASE_ASSERT(v1.match(desc8, desc32, desc64) == in testMatchingLambdas()
967 MOZ_RELEASE_ASSERT(v2.match(desc8, desc32, desc64) == in testMatchingLambdas()
969 MOZ_RELEASE_ASSERT(v3.match(desc8, desc32, desc64) == in testMatchingLambdas()
972 MOZ_RELEASE_ASSERT(constRef1.match(desc8, desc32, desc64) == in testMatchingLambdas()
974 MOZ_RELEASE_ASSERT(constRef2.match(desc8, desc32, desc64) == in testMatchingLambdas()
976 MOZ_RELEASE_ASSERT(constRef3.match(desc8, desc32, desc64) == in testMatchingLambdas()
1017 auto desc32 = [](size_t aIndex, auto&& a) { in testMatchingLambdasWithIndex() local
1070 MOZ_RELEASE_ASSERT(v1.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
1072 MOZ_RELEASE_ASSERT(v2.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestVariant.cpp914 auto desc32 = [](auto&& a) { in testMatchingLambdas() local
965 MOZ_RELEASE_ASSERT(v1.match(desc8, desc32, desc64) == in testMatchingLambdas()
967 MOZ_RELEASE_ASSERT(v2.match(desc8, desc32, desc64) == in testMatchingLambdas()
969 MOZ_RELEASE_ASSERT(v3.match(desc8, desc32, desc64) == in testMatchingLambdas()
972 MOZ_RELEASE_ASSERT(constRef1.match(desc8, desc32, desc64) == in testMatchingLambdas()
974 MOZ_RELEASE_ASSERT(constRef2.match(desc8, desc32, desc64) == in testMatchingLambdas()
976 MOZ_RELEASE_ASSERT(constRef3.match(desc8, desc32, desc64) == in testMatchingLambdas()
1017 auto desc32 = [](size_t aIndex, auto&& a) { in testMatchingLambdasWithIndex() local
1070 MOZ_RELEASE_ASSERT(v1.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
1072 MOZ_RELEASE_ASSERT(v2.match(desc8, desc32, desc64) == in testMatchingLambdasWithIndex()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_ioc32.c326 drm_buf_desc32_t desc32; in compat_drm_addbufs() local
330 if (copy_from_user(&desc32, argp, sizeof(drm_buf_desc32_t))) in compat_drm_addbufs()
334 desc32.count, desc32.size, desc32.low_mark, desc32.high_mark, in compat_drm_addbufs()
335 desc32.flags, desc32.agp_start in compat_drm_addbufs()
343 desc32 = (drm_buf_desc32_t){ in compat_drm_addbufs()
347 if (copy_to_user(argp, &desc32, sizeof(drm_buf_desc32_t))) in compat_drm_addbufs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_ioc32.c326 drm_buf_desc32_t desc32; in compat_drm_addbufs() local
330 if (copy_from_user(&desc32, argp, sizeof(drm_buf_desc32_t))) in compat_drm_addbufs()
334 desc32.count, desc32.size, desc32.low_mark, desc32.high_mark, in compat_drm_addbufs()
335 desc32.flags, desc32.agp_start in compat_drm_addbufs()
343 desc32 = (drm_buf_desc32_t){ in compat_drm_addbufs()
347 if (copy_to_user(argp, &desc32, sizeof(drm_buf_desc32_t))) in compat_drm_addbufs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_ioc32.c326 drm_buf_desc32_t desc32; in compat_drm_addbufs() local
330 if (copy_from_user(&desc32, argp, sizeof(drm_buf_desc32_t))) in compat_drm_addbufs()
334 desc32.count, desc32.size, desc32.low_mark, desc32.high_mark, in compat_drm_addbufs()
335 desc32.flags, desc32.agp_start in compat_drm_addbufs()
343 desc32 = (drm_buf_desc32_t){ in compat_drm_addbufs()
347 if (copy_to_user(argp, &desc32, sizeof(drm_buf_desc32_t))) in compat_drm_addbufs()