Home
last modified time | relevance | path

Searched refs:old_s (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/contract/test/public_function/
Dsmoke.hpp65 boost::contract::old_ptr<s_type> old_s; in f() local
73 old_s = BOOST_CONTRACT_OLDOF(v, s_type::eval(s)); in f()
77 BOOST_CONTRACT_ASSERT(z.value == old_z->value + old_s->value); in f()
80 BOOST_CONTRACT_ASSERT(result.value == old_s->value); in f()
85 BOOST_CONTRACT_ASSERT(s.value == old_s->value); in f()
120 boost::contract::old_ptr<s_type> old_s; in f() local
129 old_s = BOOST_CONTRACT_OLDOF(v, s_type::eval(s)); in f()
133 BOOST_CONTRACT_ASSERT(y.value == old_y->value + old_s->value); in f()
136 BOOST_CONTRACT_ASSERT(result.value == old_s->value); in f()
141 BOOST_CONTRACT_ASSERT(s.value == old_s->value); in f()
[all …]
/third_party/e2fsprogs/util/
Dsymlinks.c64 char *p, *old_s = s; in substr() local
68 old_s = strcpy(tmp, s); in substr()
73 p = old_s + oldlen; in substr()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c1367 gchar *old_s, *new_s; in _update_ice_gathering_state_task() local
1369 old_s = _enum_value_to_string (GST_TYPE_WEBRTC_ICE_GATHERING_STATE, in _update_ice_gathering_state_task()
1374 old_s, old_state, new_s, new_state); in _update_ice_gathering_state_task()
1375 g_free (old_s); in _update_ice_gathering_state_task()
1403 gchar *old_s, *new_s; in _update_ice_connection_state_task() local
1405 old_s = _enum_value_to_string (GST_TYPE_WEBRTC_ICE_CONNECTION_STATE, in _update_ice_connection_state_task()
1410 "ICE connection state change from %s(%u) to %s(%u)", old_s, old_state, in _update_ice_connection_state_task()
1412 g_free (old_s); in _update_ice_connection_state_task()
1440 gchar *old_s, *new_s; in _update_peer_connection_state_task() local
1442 old_s = _enum_value_to_string (GST_TYPE_WEBRTC_PEER_CONNECTION_STATE, in _update_peer_connection_state_task()
[all …]
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c1050 GstStructure *old_s, *new_s; in check_new_caps() local
1057 old_s = gst_caps_get_structure (old_caps, 0); in check_new_caps()
1061 gst_structure_filter_and_map_in_place (old_s, in check_new_caps()
1062 (GstStructureFilterMapFunc) check_field, old_s); in check_new_caps()