Home
last modified time | relevance | path

Searched refs:legacy_type (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsavegame_legacy.cpp175 void player_activity::deserialize_legacy_type( int legacy_type, activity_id &dest ) in deserialize_legacy_type() argument
225 if( legacy_type < 0 || static_cast<size_t>( legacy_type ) >= legacy_map.size() ) { in deserialize_legacy_type()
226 debugmsg( "Bad legacy activity data. Got %d, expected something from 0 to %d", legacy_type, in deserialize_legacy_type()
231 dest = legacy_map[ legacy_type ]; in deserialize_legacy_type()
H A Dplayer_activity.h141 void deserialize_legacy_type( int legacy_type, activity_id &dest );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsavegame_legacy.cpp175 void player_activity::deserialize_legacy_type( int legacy_type, activity_id &dest ) in deserialize_legacy_type() argument
225 if( legacy_type < 0 || static_cast<size_t>( legacy_type ) >= legacy_map.size() ) { in deserialize_legacy_type()
226 debugmsg( "Bad legacy activity data. Got %d, expected something from 0 to %d", legacy_type, in deserialize_legacy_type()
231 dest = legacy_map[ legacy_type ]; in deserialize_legacy_type()
H A Dplayer_activity.h141 void deserialize_legacy_type( int legacy_type, activity_id &dest );
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dmatocsserv.cc654 legacy::ChunkPartType legacy_type; in matocsserv_got_createchunk_status() local
656 chunkType = legacy_type; in matocsserv_got_createchunk_status()
702 legacy::ChunkPartType legacy_type; in matocsserv_got_deletechunk_status() local
704 chunkType = legacy_type; in matocsserv_got_deletechunk_status()
796 legacy::ChunkPartType legacy_type; in matocsserv_got_replicatechunk_status() local
798 chunkType = legacy_type; in matocsserv_got_replicatechunk_status()
850 chunkType = legacy_type; in matocsserv_got_setchunkversion_status()
899 chunkType = legacy_type; in matocsserv_got_duplicatechunk_status()
968 legacy::ChunkPartType legacy_type; in matocsserv_got_liz_truncatechunk_status() local
970 chunkType = legacy_type; in matocsserv_got_liz_truncatechunk_status()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-udt.cpp345 struct legacy_type struct
348 legacy_type() : number() {} in legacy_type() argument
349 legacy_type(const std::string& n) : number(n) {} in legacy_type() argument
384 struct adl_serializer<udt::legacy_type>
386 static void to_json(json& j, const udt::legacy_type& l) in to_json()
391 static void from_json(const json& j, udt::legacy_type& l) in from_json()
435 udt::legacy_type lt{"4242"};
444 auto lt = j.get<udt::legacy_type>();
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/src/
H A Dunit-udt.cpp341 struct legacy_type struct
344 legacy_type() : number() {} in legacy_type() function
345 legacy_type(const std::string& n) : number(n) {} in legacy_type() function
380 struct adl_serializer<udt::legacy_type>
382 static void to_json(json& j, const udt::legacy_type& l) in to_json()
387 static void from_json(const json& j, udt::legacy_type& l) in from_json()
431 udt::legacy_type lt{"4242"};
440 auto lt = j.get<udt::legacy_type>();
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-udt.cpp350 struct legacy_type struct
353 legacy_type() = default;
354 legacy_type(std::string n) : number(std::move(n)) {} in legacy_type() argument
389 struct adl_serializer<udt::legacy_type>
391 static void to_json(json& j, const udt::legacy_type& l) in to_json()
396 static void from_json(const json& j, udt::legacy_type& l) in from_json()
440 udt::legacy_type lt{"4242"};
449 auto lt = j.get<udt::legacy_type>();
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/chunkserver/
H A Dchunk_replicator.cc93 legacy::ChunkPartType legacy_type; in getChunkBlocks() local
94 …cstocs::getChunkBlocksStatus::deserialize(input_buffer, rx_chunk_id, rx_chunk_version, legacy_type, in getChunkBlocks()
96 rx_chunk_type = legacy_type; in getChunkBlocks()
H A Dnetwork_worker_thread.cc420 legacy::ChunkPartType legacy_type; in worker_read_init() local
424 legacy_type, in worker_read_init()
427 eptr->chunkType = legacy_type; in worker_read_init()
482 legacy::ChunkPartType legacy_type; in worker_prefetch() local
486 legacy_type, in worker_prefetch()
489 eptr->chunkType = legacy_type; in worker_prefetch()
592 eptr->chunkType = legacy_type; in worker_write_init()
843 legacy::ChunkPartType legacy_type; in worker_liz_get_chunk_blocks() local
846 eptr->chunkType = legacy_type; in worker_liz_get_chunk_blocks()
955 legacy::ChunkPartType legacy_type; in worker_test_chunk() local
[all …]
/dports/math/polymake/polymake-4.5/apps/topaz/rules/
H A Dupgrade-plain.rules21 (undef, my $legacy_type)=@_;
22 ($legacy_type && eval("typeof $legacy_type"), typeof SimplicialComplex)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_property.c60 u32 legacy_type = flags & DRM_MODE_PROP_LEGACY_TYPE; in drm_property_flags_valid() local
71 if (!legacy_type == !ext_type) in drm_property_flags_valid()
75 if (legacy_type && !is_power_of_2(legacy_type)) in drm_property_flags_valid()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_property.c60 u32 legacy_type = flags & DRM_MODE_PROP_LEGACY_TYPE; in drm_property_flags_valid() local
71 if (!legacy_type == !ext_type) in drm_property_flags_valid()
75 if (legacy_type && !is_power_of_2(legacy_type)) in drm_property_flags_valid()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_property.c60 u32 legacy_type = flags & DRM_MODE_PROP_LEGACY_TYPE; in drm_property_flags_valid() local
71 if (!legacy_type == !ext_type) in drm_property_flags_valid()
75 if (legacy_type && !is_power_of_2(legacy_type)) in drm_property_flags_valid()
/dports/math/polymake/polymake-4.5/apps/polytope/rules/
H A Dupgrade-plain.rules21 (undef, my $legacy_type)=@_;
22 ( $legacy_type && do {
23 $legacy_type =~ s/^(Rational|Float)Polytope$/Polytope<$1>/;
24 eval("typeof $legacy_type")
/dports/sysutils/syslinux/syslinux-6.03/com32/gplinclude/disk/
H A Dgeom.h198 int legacy_type; /* Drive type (AT/PS2 floppies only) */ member
/dports/sysutils/syslinux/syslinux-6.03/com32/gpllib/disk/
H A Dgeom.c237 drive_info->legacy_type = parm.ebx.b[0]; in get_drive_parameters_without_extensions()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_image_private.h154 Eina_Bool legacy_type : 1; member
H A Defl_canvas_proxy.c222 if (o->legacy_type) in _evas_image_proxy_set()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ixveriwave.c616 guint8 frameformat, legacy_type;
1054 legacy_type = tvb_get_guint8(tvb, offset+33)& 0x04 >>2;
1169 if ((frameformat == 0) && (legacy_type == 0))
1196 if ((frameformat == 0) && (legacy_type == 0))
1218 if ((frameformat == 0) && (legacy_type == 0))
1240 if ((frameformat == 0) && (legacy_type == 0))
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ixveriwave.c616 guint8 frameformat, legacy_type; in dissect_ixveriwave() local
1054 legacy_type = tvb_get_guint8(tvb, offset+33)& 0x04 >>2; in dissect_ixveriwave()
1169 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1196 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1218 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1240 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ixveriwave.c616 guint8 frameformat, legacy_type; in dissect_ixveriwave() local
1054 legacy_type = tvb_get_guint8(tvb, offset+33)& 0x04 >>2; in dissect_ixveriwave()
1169 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1196 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1218 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1240 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ixveriwave.c616 guint8 frameformat, legacy_type; in dissect_ixveriwave() local
1054 legacy_type = tvb_get_guint8(tvb, offset+33)& 0x04 >>2; in dissect_ixveriwave()
1169 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1196 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1218 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
1240 if ((frameformat == 0) && (legacy_type == 0)) in dissect_ixveriwave()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c705 key_serial_t cache_id, krb5_boolean legacy_type, in add_cred_key() argument
711 if (!legacy_type) { in add_cred_key()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/ccache/
H A Dcc_keyring.c705 key_serial_t cache_id, krb5_boolean legacy_type, in add_cred_key() argument
711 if (!legacy_type) { in add_cred_key()

12