Home
last modified time | relevance | path

Searched refs:host_features (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/generator/
H A Dcan_use_target_aottest.cpp55 HostFeatures host_features; in main() local
56 if (info[2] & (1 << 28)) host_features.set(halide_target_feature_avx); in main()
58 if (info[2] & (1 << 29)) host_features.set(halide_target_feature_f16c); in main()
59 if (info[2] & (1 << 12)) host_features.set(halide_target_feature_fma); in main()
62 for (int i = 0; i < host_features.kWordCount; i++) { in main()
63 printf("%x %x\n", (unsigned)host_features.bits[i], (unsigned)(host_features.bits[i] >> 32)); in main()
67 if (!halide_can_use_target_features(host_features.kWordCount, host_features.bits)) { in main()
77 if (host_features.bits[word] & (1ULL << bit)) { in main()
78 host_features.bits[word] &= ~(1ULL << bit); in main()
79 …printf("host_features are: %x %x\n", (unsigned)host_features.bits[word], (unsigned)(host_features.… in main()
[all …]
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/duffer/
H A Dduffing.c101 …r *descriptor,double sample_freq, const char *bundle_path,const LV2_Feature * const* host_features) in init_duffer() argument
128 for(i=0; host_features[i]; i++) in init_duffer()
130 if(!strcmp(host_features[i]->URI,LV2_OPTIONS__options)) in init_duffer()
133 option = (LV2_Options_Option*)host_features[i]->data; in init_duffer()
146 else if(!strcmp(host_features[i]->URI,LV2_URID__map)) in init_duffer()
148 urid_map = (LV2_URID_Map *) host_features[i]->data; in init_duffer()
/dports/audio/foo-yc20/foo-yc20-1.3.0/src/
H A Dlv2.cpp52 const LV2_Feature * const *host_features) in instantiate_FooYC20() argument
59 for (int i = 0; host_features[i]; i++) { in instantiate_FooYC20()
60 if (strcmp(host_features[i]->URI, "http://lv2plug.in/ns/ext/uri-map") == 0) { in instantiate_FooYC20()
61 LV2_URI_Map_Feature *map_feature = (LV2_URI_Map_Feature *)host_features[i]->data; in instantiate_FooYC20()
64 } else if (strcmp(host_features[i]->URI, "http://lv2plug.in/ns/ext/event") == 0) { in instantiate_FooYC20()
65 handle->event_ref = (LV2_Event_Feature *)host_features[i]->data; in instantiate_FooYC20()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/lv2/
H A Drkrlv2.C277 for(i=0; host_features[i]; i++) in getFeatures()
332 getFeatures(plug,host_features); in init_eqlv2()
477 getFeatures(plug,host_features); in init_distlv2()
804 getFeatures(plug,host_features); in init_harmnomidlv2()
936 getFeatures(plug,host_features); in init_exciterlv2()
1159 getFeatures(plug,host_features); in init_revelv2()
1236 getFeatures(plug,host_features); in init_eqplv2()
1325 getFeatures(plug,host_features); in init_cablv2()
1464 getFeatures(plug,host_features); in init_wahlv2()
1548 getFeatures(plug,host_features); in init_derelv2()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/
H A Dprofiles.rs896 host_features: bool, field
924 host_features: false, in new_normal()
938 host_features, in new_host()
952 host_features: false, in new_compiler()
969 host_features: false, in new_test()
1010 let host_features = in with_dependency() localVariable
1021 host_features, in with_dependency()
1033 self.host_features in is_for_host_features()
1046 host_features: false, in all_values()
1068 host_features: true, in all_values()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/
H A Dprofiles.rs920 host_features: bool, field
948 host_features: false, in new_normal()
962 host_features, in new_host()
976 host_features: false, in new_compiler()
993 host_features: false, in new_test()
1034 let host_features = in with_dependency() localVariable
1045 host_features, in with_dependency()
1057 self.host_features in is_for_host_features()
1070 host_features: false, in all_values()
1092 host_features: true, in all_values()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/
H A Dprofiles.rs922 host_features: bool, field
950 host_features: false, in new_normal()
964 host_features, in new_host()
978 host_features: false, in new_compiler()
995 host_features: false, in new_test()
1036 let host_features = in with_dependency() localVariable
1047 host_features, in with_dependency()
1059 self.host_features in is_for_host_features()
1072 host_features: false, in all_values()
1094 host_features: true, in all_values()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dengine.cc99 llvm::StringMap<bool> host_features; in InitOnce() local
101 if (llvm::sys::getHostCPUFeatures(host_features)) { in InitOnce()
102 for (auto& f : host_features) { in InitOnce()
197 llvm::StringMap<bool> host_features; in SetDataLayout() local
199 if (llvm::sys::getHostCPUFeatures(host_features)) { in SetDataLayout()
200 for (auto& f : host_features) { in SetDataLayout()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/
H A Dvirtio-net.c607 features |= n->host_features; in virtio_net_get_features()
635 (n->host_features & 1ULL << VIRTIO_NET_F_MTU)) { in virtio_net_get_features()
1925 virtio_add_feature(&host_features, VIRTIO_NET_F_MAC); in virtio_net_set_config_size()
1928 if (host_features & feature_sizes[i].flags) { in virtio_net_set_config_size()
1957 n->host_features |= (1ULL << VIRTIO_NET_F_MTU); in virtio_net_device_realize()
1979 virtio_net_set_config_size(n, n->host_features); in virtio_net_device_realize()
2147 DEFINE_PROP_BIT64("csum", VirtIONet, host_features,
2166 DEFINE_PROP_BIT64("host_ecn", VirtIONet, host_features,
2172 DEFINE_PROP_BIT64("status", VirtIONet, host_features,
2174 DEFINE_PROP_BIT64("ctrl_vq", VirtIONet, host_features,
[all …]
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/mindi/
H A Dmindi.c62 …r *descriptor,double sample_rate, const char *bundle_path,const LV2_Feature * const* host_features) in init_mindi() argument
74 for (int i = 0; host_features[i]; i++) in init_mindi()
76 if (strcmp(host_features[i]->URI, LV2_URID__map) == 0) in init_mindi()
78 plug->urid_map = (LV2_URID_Map *) host_features[i]->data; in init_mindi()
/dports/emulators/qemu42/qemu-4.2.1/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features)); in virtio_blk_set_config_size()
296 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_handle_scsi_req()
939 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) { in virtio_blk_update_config()
978 features |= s->host_features; in virtio_blk_get_features()
985 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_get_features()
1161 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) && in virtio_blk_device_realize()
1180 virtio_blk_set_config_size(s, s->host_features); in virtio_blk_device_realize()
1253 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1256 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1265 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features)); in virtio_blk_set_config_size()
296 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_handle_scsi_req()
939 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) { in virtio_blk_update_config()
978 features |= s->host_features; in virtio_blk_get_features()
985 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_get_features()
1161 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) && in virtio_blk_device_realize()
1180 virtio_blk_set_config_size(s, s->host_features); in virtio_blk_device_realize()
1253 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1256 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1265 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dseqwidget_lv2.cpp34 const LV2_Feature *const *host_features) in SeqWidgetLV2() argument
43 for (int i = 0; host_features[i]; ++i) { in SeqWidgetLV2()
44 if (::strcmp(host_features[i]->URI, LV2_URID_URI "#map") == 0) { in SeqWidgetLV2()
45 urid_map = (LV2_URID_Map *) host_features[i]->data; in SeqWidgetLV2()
364 const LV2_Feature *const *host_features ) in MidiSeqLV2ui_instantiate() argument
367 controller, write_function, host_features); in MidiSeqLV2ui_instantiate()
H A Darpwidget_lv2.cpp32 const LV2_Feature *const *host_features) in ArpWidgetLV2() argument
41 for (int i = 0; host_features[i]; ++i) { in ArpWidgetLV2()
42 if (::strcmp(host_features[i]->URI, LV2_URID_URI "#map") == 0) { in ArpWidgetLV2()
43 urid_map = (LV2_URID_Map *) host_features[i]->data; in ArpWidgetLV2()
452 const LV2_Feature *const *host_features ) in MidiArpLV2ui_instantiate() argument
455 controller, write_function, host_features); in MidiArpLV2ui_instantiate()
H A Dmidiarp_lv2.cpp30 double sample_rate, const LV2_Feature *const *host_features )
60 for (int i = 0; host_features[i]; ++i) {
61 if (::strcmp(host_features[i]->URI, LV2_URID_URI "#map") == 0) {
62 urid_map = (LV2_URID_Map *) host_features[i]->data;
496 const LV2_Feature *const *host_features )
498 return new MidiArpLV2(sample_rate, host_features);
H A Dlfowidget_lv2.cpp33 const LV2_Feature *const *host_features) in LfoWidgetLV2() argument
42 for (int i = 0; host_features[i]; ++i) { in LfoWidgetLV2()
43 if (::strcmp(host_features[i]->URI, LV2_URID_URI "#map") == 0) { in LfoWidgetLV2()
44 urid_map = (LV2_URID_Map *) host_features[i]->data; in LfoWidgetLV2()
404 const LV2_Feature *const *host_features ) in MidiLfoLV2ui_instantiate() argument
407 controller, write_function, host_features); in MidiLfoLV2ui_instantiate()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dvirtio-net.c714 features |= n->host_features; in virtio_net_get_features()
748 (n->host_features & 1ULL << VIRTIO_NET_F_MTU)) { in virtio_net_get_features()
3181 virtio_add_feature(&host_features, VIRTIO_NET_F_MAC); in virtio_net_set_config_size()
3351 n->host_features |= (1ULL << VIRTIO_NET_F_MTU); in virtio_net_device_realize()
3385 virtio_net_set_config_size(n, n->host_features); in virtio_net_device_realize()
3626 DEFINE_PROP_BIT64("csum", VirtIONet, host_features,
3651 DEFINE_PROP_BIT64("status", VirtIONet, host_features,
3653 DEFINE_PROP_BIT64("ctrl_vq", VirtIONet, host_features,
3655 DEFINE_PROP_BIT64("ctrl_rx", VirtIONet, host_features,
3666 DEFINE_PROP_BIT64("rss", VirtIONet, host_features,
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Dvirtio-net.c713 features |= n->host_features; in virtio_net_get_features()
747 (n->host_features & 1ULL << VIRTIO_NET_F_MTU)) { in virtio_net_get_features()
3195 virtio_add_feature(&host_features, VIRTIO_NET_F_MAC); in virtio_net_set_config_size()
3332 n->host_features |= (1ULL << VIRTIO_NET_F_MTU); in virtio_net_device_realize()
3366 virtio_net_set_config_size(n, n->host_features); in virtio_net_device_realize()
3590 DEFINE_PROP_BIT64("csum", VirtIONet, host_features,
3615 DEFINE_PROP_BIT64("status", VirtIONet, host_features,
3617 DEFINE_PROP_BIT64("ctrl_vq", VirtIONet, host_features,
3619 DEFINE_PROP_BIT64("ctrl_rx", VirtIONet, host_features,
3630 DEFINE_PROP_BIT64("rss", VirtIONet, host_features,
[all …]
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/envfollower/
H A Denvfollower.c70 …r *descriptor,double sample_rate, const char *bundle_path,const LV2_Feature * const* host_features) in init_envfollower() argument
100 …r *descriptor,double sample_rate, const char *bundle_path,const LV2_Feature * const* host_features) in init_midi_envfollower() argument
102 ENVFOLLOWER* plug = init_envfollower(descriptor,sample_rate, bundle_path,host_features); in init_midi_envfollower()
104 for (int i = 0; host_features[i]; i++) in init_midi_envfollower()
106 if (strcmp(host_features[i]->URI, LV2_URID__map) == 0) in init_midi_envfollower()
108 plug->urid_map = (LV2_URID_Map *) host_features[i]->data; in init_midi_envfollower()
/dports/emulators/qemu/qemu-6.2.0/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features));
298 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) {
964 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) {
1007 features |= s->host_features;
1014 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) {
1195 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) &&
1214 virtio_blk_set_config_size(s, s->host_features);
1290 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1293 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1304 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features)); in virtio_blk_set_config_size()
298 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_handle_scsi_req()
964 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) { in virtio_blk_update_config()
1007 features |= s->host_features; in virtio_blk_get_features()
1014 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_get_features()
1195 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) && in virtio_blk_device_realize()
1214 virtio_blk_set_config_size(s, s->host_features); in virtio_blk_device_realize()
1290 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1293 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1304 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features)); in virtio_blk_set_config_size()
298 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_handle_scsi_req()
964 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) { in virtio_blk_update_config()
1003 features |= s->host_features; in virtio_blk_get_features()
1010 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_get_features()
1191 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) && in virtio_blk_device_realize()
1210 virtio_blk_set_config_size(s, s->host_features); in virtio_blk_device_realize()
1286 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1289 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1300 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features)); in virtio_blk_set_config_size()
296 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_handle_scsi_req()
945 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) { in virtio_blk_update_config()
984 features |= s->host_features; in virtio_blk_get_features()
991 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_get_features()
1174 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) && in virtio_blk_device_realize()
1193 virtio_blk_set_config_size(s, s->host_features); in virtio_blk_device_realize()
1266 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1269 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1279 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features));
296 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) {
945 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) {
984 features |= s->host_features;
991 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) {
1174 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) &&
1193 virtio_blk_set_config_size(s, s->host_features);
1269 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1272 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1282 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/block/
H A Dvirtio-blk.c54 virtio_feature_get_config_size(feature_sizes, host_features)); in virtio_blk_set_config_size()
298 if (!virtio_has_feature(blk->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_handle_scsi_req()
964 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) { in virtio_blk_update_config()
1007 features |= s->host_features; in virtio_blk_get_features()
1014 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_SCSI)) { in virtio_blk_get_features()
1195 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) && in virtio_blk_device_realize()
1214 virtio_blk_set_config_size(s, s->host_features); in virtio_blk_device_realize()
1290 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
1293 DEFINE_PROP_BIT64("scsi", VirtIOBlock, host_features,
1304 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
[all …]

12345678910>>...12