Searched refs:ip0 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cinepak.c | 139 char *ip0, *ip1, *ip2, *ip3; in cinepak_decode_vectors() local 147 ip0 = ip1 = ip2 = ip3 = s->frame->data[0] + in cinepak_decode_vectors() 150 ip1 = ip0 + s->frame->linesize[0]; in cinepak_decode_vectors() 192 ip1[0] = ip1[1] = ip0[0] = ip0[1] = p[0]; in cinepak_decode_vectors() 193 ip1[2] = ip1[3] = ip0[2] = ip0[3] = p[3]; in cinepak_decode_vectors() 203 memcpy(ip0 + 0, p, 3); memcpy(ip0 + 3, p, 3); in cinepak_decode_vectors() 206 memcpy(ip0 + 6, p, 3); memcpy(ip0 + 9, p, 3); in cinepak_decode_vectors() 234 p = ip0; in cinepak_decode_vectors() 246 memcpy(ip0 + 0, cb0 + 0, 6); in cinepak_decode_vectors() 247 memcpy(ip0 + 6, cb1 + 0, 6); in cinepak_decode_vectors() [all …]
|
/third_party/boost/libs/geometry/test/strategies/ |
D | segment_intersection_sph.hpp | 65 P const& ip0 = P(), P const& ip1 = P(), in test_strategy_one() argument 119 BOOST_CHECK_MESSAGE(equals_relaxed(res_i0, ip0, eps_scale), in test_strategy_one() 120 …"IP0: " << std::setprecision(16) << bg::wkt(res_i0) << " different than expected: " << bg::wkt(ip0) in test_strategy_one() 162 P const& ip0 = P(), P const& ip1 = P(), in test_strategy() argument 167 P ip0t = ip0; in test_strategy() 181 bg::set<0>(ip0t, translated(bg::get<0>(ip0), t)); in test_strategy() 199 P ip0, ip1; in test_strategy() local 204 bg::read_wkt(ip0_wkt, ip0); in test_strategy() 208 test_strategy(s1, s2, strategy, m, expected_count, ip0, ip1, opposite_id); in test_strategy()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info_la.hpp | 717 linear_intersections::ip_info const& ip0 = intersections.template get<0>(); in get_turn_info_for_endpoint() local 727 && range_p.is_first_segment() && ip0.is_pi && !ip0.is_qi ) // !q0i prevents duplication in get_turn_info_for_endpoint() 737 tp.method = ip0.is_qj ? method_touch : method_touch_interior; in get_turn_info_for_endpoint() 753 if ( ip0.is_qj ) in get_turn_info_for_endpoint() 798 …&& ( ip_count > 1 ? (ip1.is_pj && !ip1.is_qi) : (ip0.is_pj && !ip0.is_qi) ) ) // prevents duplicat… in get_turn_info_for_endpoint() 821 if ( ip0.is_qj ) in get_turn_info_for_endpoint() 847 … tp.method = ( ip_count > 1 ? ip1.is_qj : ip0.is_qj ) ? method_touch : method_touch_interior; in get_turn_info_for_endpoint()
|
/third_party/openssl/util/ |
D | indent.pro | 16 -ip0
|
/third_party/node/src/ |
D | cares_wrap.cc | 1784 node::Utf8Value ip0(isolate, args[0]); in SetLocalAddress() local 1795 if (uv_inet_pton(AF_INET, *ip0, &addr0) == 0) { in SetLocalAddress() 1798 } else if (uv_inet_pton(AF_INET6, *ip0, &addr0) == 0) { in SetLocalAddress()
|