Home
last modified time | relevance | path

Searched refs:feature_bits (Results 1 – 25 of 136) sorted by relevance

123456

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/
H A Dlibinfo.cc36 feature_bits() { in FeatureSet()
46 feature_bits.set(CPU_SSE); in FeatureSet()
49 feature_bits.set(CPU_SSE2); in FeatureSet()
52 feature_bits.set(CPU_SSE3); in FeatureSet()
55 feature_bits.set(CPU_SSE4_1); in FeatureSet()
58 feature_bits.set(CPU_SSE4_2); in FeatureSet()
61 feature_bits.set(CPU_SSE4A); in FeatureSet()
64 feature_bits.set(CPU_AVX); in FeatureSet()
67 feature_bits.set(CPU_AVX2); in FeatureSet()
95 feature_bits.set(DEBUG); in FeatureSet()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/
H A Dlibinfo.cc36 feature_bits() { in FeatureSet()
46 feature_bits.set(CPU_SSE); in FeatureSet()
49 feature_bits.set(CPU_SSE2); in FeatureSet()
52 feature_bits.set(CPU_SSE3); in FeatureSet()
55 feature_bits.set(CPU_SSE4_1); in FeatureSet()
58 feature_bits.set(CPU_SSE4_2); in FeatureSet()
61 feature_bits.set(CPU_SSE4A); in FeatureSet()
64 feature_bits.set(CPU_AVX); in FeatureSet()
67 feature_bits.set(CPU_AVX2); in FeatureSet()
95 feature_bits.set(DEBUG); in FeatureSet()
[all …]
/dports/sysutils/flashrom/flashrom-v1.2/
H A Dflashchips.c2698 .feature_bits = FEATURE_OTP,
2730 .feature_bits = FEATURE_OTP,
2772 .feature_bits = FEATURE_OTP,
2814 .feature_bits = FEATURE_OTP,
2856 .feature_bits = FEATURE_OTP,
2898 .feature_bits = FEATURE_OTP,
2940 .feature_bits = FEATURE_OTP,
2983 .feature_bits = FEATURE_OTP,
3025 .feature_bits = FEATURE_OTP,
3480 .feature_bits = 0,
[all …]
H A Djedec.c95 switch (chip->feature_bits & FEATURE_ADDR_MASK) { in getaddrmask()
115 bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in start_program_jedec_common()
172 bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in probe_jedec_common()
198 if ((chip->feature_bits & FEATURE_RESET_MASK) == FEATURE_LONG_RESET) in probe_jedec_common()
241 if ((chip->feature_bits & FEATURE_RESET_MASK) == FEATURE_LONG_RESET) in probe_jedec_common()
288 bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in erase_sector_jedec_common()
320 bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in erase_block_jedec_common()
351 bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in erase_chip_jedec_common()
H A Dspi25_statusreg.c78 int feature_bits = flash->chip->feature_bits;
81 if (!(feature_bits & (FEATURE_WRSR_WREN | FEATURE_WRSR_EWSR))) {
84 feature_bits |= FEATURE_WRSR_EWSR;
86 if (feature_bits & FEATURE_WRSR_WREN)
88 if (ret && (feature_bits & FEATURE_WRSR_EWSR))
H A Dspi25.c374 if (flash->chip->feature_bits & FEATURE_4BA_EXT_ADDR) { in spi_prepare_address()
624 const bool native_4ba = flash->chip->feature_bits & FEATURE_4BA_WRITE && spi_master_4ba(flash); in spi_nbyte_program()
632 const bool native_4ba = flash->chip->feature_bits & FEATURE_4BA_READ && spi_master_4ba(flash); in spi_nbyte_read()
801 if (flash->chip->feature_bits & FEATURE_4BA_ENTER) in spi_enter_exit_4ba()
803 else if (flash->chip->feature_bits & FEATURE_4BA_ENTER_WREN) in spi_enter_exit_4ba()
805 else if (flash->chip->feature_bits & FEATURE_4BA_ENTER_EAR7) in spi_enter_exit_4ba()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/mgt/
H A Dmgt_param_bits.c226 memset(mgt_param.feature_bits, in tweak_feature()
227 0, sizeof mgt_param.feature_bits); in tweak_feature()
228 (void)bit(mgt_param.feature_bits, in tweak_feature()
231 memset(mgt_param.feature_bits, in tweak_feature()
232 0, sizeof mgt_param.feature_bits); in tweak_feature()
234 return (bit_tweak(vsb, mgt_param.feature_bits, in tweak_feature()
243 if (bit(mgt_param.feature_bits, j, BTST)) { in tweak_feature()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/fuzzers/
H A Desi_parse_fuzzer.c108 BSET(__cache_param.feature_bits, FEATURE_ESI_IGNORE_HTTPS); in LLVMFuzzerTestOneInput()
110 BSET(__cache_param.feature_bits, FEATURE_ESI_DISABLE_XML_CHECK); in LLVMFuzzerTestOneInput()
112 BSET(__cache_param.feature_bits, FEATURE_ESI_IGNORE_OTHER_ELEMENTS); in LLVMFuzzerTestOneInput()
114 BSET(__cache_param.feature_bits, FEATURE_ESI_REMOVE_BOM); in LLVMFuzzerTestOneInput()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/common/
H A Dcommon_param.h55 enum feature_bits { enum
62 COM_FEATURE(const volatile uint8_t *p, enum feature_bits x) in COM_FEATURE()
115 feature_t feature_bits; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/public/cpp/hid/
H A Dhid_report_descriptor.cc54 size_t feature_bits; in GetDetails() local
55 collection->GetMaxReportSizes(&input_bits, &output_bits, &feature_bits); in GetDetails()
61 max_feature_report_bits = std::max(max_feature_report_bits, feature_bits); in GetDetails()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/cpp/hid/
H A Dhid_report_descriptor.cc54 size_t feature_bits; in GetDetails() local
55 collection->GetMaxReportSizes(&input_bits, &output_bits, &feature_bits); in GetDetails()
61 max_feature_report_bits = std::max(max_feature_report_bits, feature_bits); in GetDetails()
/dports/lang/perl5.32/perl-5.32.1/regen/
H A Dfeature.pl85 my %feature_bits;
88 $feature_bits{$feature} = $mask;
269 for (sort keys %feature_bits) {
271 $width-length($feature{$_}), "", $feature_bits{$_};
/dports/lang/perl5.34/perl-5.34.0/regen/
H A Dfeature.pl94 my %feature_bits;
97 $feature_bits{$feature} = $mask;
278 for (sort keys %feature_bits) {
280 $width-length($feature{$_}), "", $feature_bits{$_};
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/regen/
H A Dfeature.pl98 my %feature_bits;
101 $feature_bits{$feature} = $mask;
282 for (sort keys %feature_bits) {
284 $width-length($feature{$_}), "", $feature_bits{$_};
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A Dvhost_net.c85 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
89 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
92 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
96 feature_bits = vdpa_feature_bits; in vhost_net_get_feature_bits()
105 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A Dvhost_net.c85 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
89 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
92 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
96 feature_bits = vdpa_feature_bits; in vhost_net_get_feature_bits()
105 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Dvhost_net.c89 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
93 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
96 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
100 feature_bits = vdpa_feature_bits; in vhost_net_get_feature_bits()
109 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dvhost_net.c89 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
93 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
96 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
100 feature_bits = vdpa_feature_bits; in vhost_net_get_feature_bits()
109 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/virtio/
H A Dvhost.h105 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits,
107 void vhost_ack_features(struct vhost_dev *hdev, const int *feature_bits,
/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A Dvhost_net.c90 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
94 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
97 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
105 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/
H A Dvhost_net.c90 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
94 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
97 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
105 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/net/
H A Dvhost_net.c90 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
94 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
97 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
105 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/net/
H A Dvhost_net.c90 const int *feature_bits = 0; in vhost_net_get_feature_bits() local
94 feature_bits = kernel_feature_bits; in vhost_net_get_feature_bits()
97 feature_bits = user_feature_bits; in vhost_net_get_feature_bits()
105 return feature_bits; in vhost_net_get_feature_bits()
/dports/emulators/qemu42/qemu-4.2.1/include/hw/virtio/
H A Dvhost.h113 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits,
115 void vhost_ack_features(struct vhost_dev *hdev, const int *feature_bits,
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/virtio/
H A Dvhost.h113 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits,
115 void vhost_ack_features(struct vhost_dev *hdev, const int *feature_bits,

123456