/third_party/libnl/lib/route/ |
D | netconf.c | 98 struct rtnl_netconf *nc; in netconf_msg_parser() local 130 nc = rtnl_netconf_alloc(); in netconf_msg_parser() 131 if (!nc) in netconf_msg_parser() 134 nc->ce_msgtype = nlh->nlmsg_type; in netconf_msg_parser() 135 nc->family = ncm->ncm_family; in netconf_msg_parser() 136 nc->ifindex = nla_get_s32(tb[NETCONFA_IFINDEX]); in netconf_msg_parser() 138 nc->ce_mask = NETCONF_ATTR_FAMILY | NETCONF_ATTR_IFINDEX; in netconf_msg_parser() 143 nc->rp_filter = nla_get_s32(attr); in netconf_msg_parser() 144 nc->ce_mask |= NETCONF_ATTR_RP_FILTER; in netconf_msg_parser() 149 nc->forwarding = nla_get_s32(attr); in netconf_msg_parser() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | licenses-tables.dat | 15 /* 2 http://creativecommons.org/licenses/by-nc-nd/2.0/ 16 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/at/ 17 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/au/ 18 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/be/ 19 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/br/ 20 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/ca/ 21 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/cl/ 22 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/de/ 23 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/es/ 24 * 2 http://creativecommons.org/licenses/by-nc-nd/2.0/fr/ [all …]
|
/third_party/gstreamer/gstplugins_base/tests/files/ |
D | license-uris | 58 http://creativecommons.org/licenses/by-nc/1.0/fi/ 59 http://creativecommons.org/licenses/by-nc/1.0/il/ 60 http://creativecommons.org/licenses/by-nc/1.0/nl/ 61 http://creativecommons.org/licenses/by-nc/1.0/ 62 http://creativecommons.org/licenses/by-nc/2.0/at/ 63 http://creativecommons.org/licenses/by-nc/2.0/au/ 64 http://creativecommons.org/licenses/by-nc/2.0/be/ 65 http://creativecommons.org/licenses/by-nc/2.0/br/ 66 http://creativecommons.org/licenses/by-nc/2.0/ca/ 67 http://creativecommons.org/licenses/by-nc/2.0/cl/ [all …]
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test_ticket7296.cpp | 194 const std::size_t nc(4); in BOOST_UBLAS_TEST_DEF() local 196 ublas::matrix<short> sv = ublas::scalar_matrix<short>(nr, nc, 1); in BOOST_UBLAS_TEST_DEF() 197 ublas::matrix<int> iv = ublas::scalar_matrix<int>(nr, nc, 1); in BOOST_UBLAS_TEST_DEF() 198 ublas::matrix<long> lv = ublas::scalar_matrix<long>(nr, nc, 1L); in BOOST_UBLAS_TEST_DEF() 199 ublas::matrix<unsigned> uv = ublas::scalar_matrix<unsigned>(nr, nc, 1u); in BOOST_UBLAS_TEST_DEF() 203 BOOST_UBLAS_TEST_CHECK_MATRIX_EQ( sv, sv, nr, nc ); in BOOST_UBLAS_TEST_DEF() 204 BOOST_UBLAS_TEST_CHECK_MATRIX_EQ( iv, iv, nr, nc ); in BOOST_UBLAS_TEST_DEF() 205 BOOST_UBLAS_TEST_CHECK_MATRIX_EQ( lv, lv, nr, nc ); in BOOST_UBLAS_TEST_DEF() 206 BOOST_UBLAS_TEST_CHECK_MATRIX_EQ( uv, uv, nr, nc ); in BOOST_UBLAS_TEST_DEF() 210 BOOST_UBLAS_TEST_CHECK_MATRIX_EQ( sv, iv, nr, nc ); in BOOST_UBLAS_TEST_DEF() [all …]
|
/third_party/boost/libs/math/test/ |
D | test_nccs_hooks.hpp | 14 inline float nccs_cdf(float df, float nc, float x) in nccs_cdf() argument 16 return (float)pnchisq(x, df, nc, 1, 0); in nccs_cdf() 18 inline double nccs_cdf(double df, double nc, double x) in nccs_cdf() argument 20 return pnchisq(x, df, nc, 1, 0); in nccs_cdf() 22 inline long double nccs_cdf(long double df, long double nc, long double x) in nccs_cdf() argument 24 return pnchisq((double)x, (double)df, (double)nc, 1, 0); in nccs_cdf() 33 inline double nccs_cdf(double df, double nc, double x) in nccs_cdf() argument 37 cdfchn(&kind, &p, &q, &x, &df, &nc, &status, &bound); in nccs_cdf() 40 inline float nccs_cdf(float df, float nc, float x) in nccs_cdf() argument 42 return (double)nccs_cdf((double)df, (double)nc, (double)x); in nccs_cdf() [all …]
|
D | test_ncbeta_hooks.hpp | 14 inline float ncbeta_cdf(float a, float b, float nc, float x) in ncbeta_cdf() argument 16 return (float)pnbeta(x, a, b, nc, 1, 0); in ncbeta_cdf() 18 inline double ncbeta_cdf(double a, double b, double nc, double x) in ncbeta_cdf() argument 20 return pnbeta(x, a, b, nc, 1, 0); in ncbeta_cdf() 22 inline long double ncbeta_cdf(long double a, long double b, long double nc, long double x) in ncbeta_cdf() argument 24 return pnbeta((double)x, (double)a, (double)b, (double)nc, 1, 0); in ncbeta_cdf()
|
/third_party/boost/boost/numeric/ublas/tensor/ |
D | multiplication.hpp | 56 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttt() argument 62 assert(nc[k] == na[phia[k]-1]); in ttt() 63 for(size_t ic = 0u; ic < nc[k]; a += wa[phia[k]-1], c += wc[k], ++ic) in ttt() 64 ttt(k+1, r, s, q, phia,phib, c, nc, wc, a, na, wa, b, nb, wb); in ttt() 68 assert(nc[k] == nb[phib[k-r]-1]); in ttt() 69 for(size_t ic = 0u; ic < nc[k]; b += wb[phib[k-r]-1], c += wc[k], ++ic) in ttt() 70 ttt(k+1, r, s, q, phia, phib, c, nc, wc, a, na, wa, b, nb, wb); in ttt() 76 ttt(k+1, r, s, q, phia, phib, c, nc, wc, a, na, wa, b, nb, wb); in ttt() 119 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttt() argument 125 assert(nc[k] == na[k]); in ttt() [all …]
|
/third_party/libnl/include/netlink/route/ |
D | netconf.h | 29 void rtnl_netconf_put(struct rtnl_netconf *nc); 31 int rtnl_netconf_get_family(struct rtnl_netconf *nc, int *val); 32 int rtnl_netconf_get_ifindex(struct rtnl_netconf *nc, int *val); 33 int rtnl_netconf_get_forwarding(struct rtnl_netconf *nc, int *val); 34 int rtnl_netconf_get_mc_forwarding(struct rtnl_netconf *nc, int *val); 35 int rtnl_netconf_get_rp_filter(struct rtnl_netconf *nc, int *val); 36 int rtnl_netconf_get_proxy_neigh(struct rtnl_netconf *nc, int *val); 37 int rtnl_netconf_get_ignore_routes_linkdown(struct rtnl_netconf *nc, int *val); 38 int rtnl_netconf_get_input(struct rtnl_netconf *nc, int *val);
|
/third_party/boost/libs/multiprecision/test/ |
D | constexpr_test_cpp_int_5.cpp | 121 int_backend nc; in main() local 122 multiply(nc, si1, si2); in main() 123 BOOST_CHECK_EQUAL(nc, i1); in main() 133 int_backend nc; in main() local 134 add(nc, si1, si2); in main() 135 BOOST_CHECK_EQUAL(nc, i1); in main() 145 int_backend nc; in main() local 146 subtract(nc, si1, -si2); in main() 147 BOOST_CHECK_EQUAL(nc, i1); in main() 157 small_int_backend nc, nc2; in main() local [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | YUVImage.java | 222 int nc = (subsamp == TJ.SAMP_GRAY ? 1 : 3); in setBuf() local 223 if ((planes != null && planes.length != nc) || in setBuf() 224 (offsets != null && offsets.length != nc) || in setBuf() 225 (strides != null && strides.length != nc)) in setBuf() 229 planes = new byte[nc][]; in setBuf() 231 offsets = new int[nc]; in setBuf() 233 strides = new int[nc]; in setBuf() 235 for (int i = 0; i < nc; i++) { in setBuf() 293 int nc = (subsamp == TJ.SAMP_GRAY ? 1 : 3); in setBuf() local 294 byte[][] planes = new byte[nc][]; in setBuf() [all …]
|
/third_party/iowow/src/utils/tests/ |
D | iwarr_test1.c | 25 int nc = 0; in test_iwarr1() local 27 for (int i = 0; nc < DSIZE / 2; i += 2, nc++) { in test_iwarr1() 28 idx = iwarr_sorted_insert(data, nc, sizeof(int), &i, icmp, false); in test_iwarr1() 34 for (int i = 1; nc < DSIZE; i += 2, nc++) { in test_iwarr1() 35 idx = iwarr_sorted_insert(data, nc, sizeof(int), &i, icmp, false); in test_iwarr1() 37 for (int i = 0; i < nc; ++i) { in test_iwarr1()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | az.txt | 968 one{"{0} gün öncə"} 969 other{"{0} gün öncə"} 981 one{"{0} gün öncə"} 982 other{"{0} gün öncə"} 994 one{"{0} gün öncə"} 995 other{"{0} gün öncə"} 1038 one{"{0} cümə öncə"} 1039 other{"{0} cümə öncə"} 1055 one{"{0} cümə öncə"} 1056 other{"{0} cümə öncə"} [all …]
|
/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | test_multiplication.cpp | 85 auto nc = extents_type (nc_base); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() 87 auto c = vector_type (nc.product(), value_type{0}); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() 91 c.data(), nc.data(), wc.data(), in BOOST_FIXTURE_TEST_CASE_TEMPLATE() 127 auto nc = extents_type {na[0],nb[1]}; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() 128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() 129 auto c = vector_type (nc.product()); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() 133 c.data(), nc.data(), wc.data(), in BOOST_FIXTURE_TEST_CASE_TEMPLATE() 173 auto nc = extents_type (nc_base); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local 174 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() [all …]
|
/third_party/boost/libs/thread/test/ |
D | test_move_function.cpp | 98 struct nc: struct 102 nc() {} in nc() function 103 nc(nc&&) in nc() function 108 nc move() in move() 111 return nc(); in move() 118 BOOST_THREAD_DCL_MOVABLE(user_test_ns::nc) argument 123 user_test_ns::nc src; in BOOST_AUTO_TEST_CASE() 125 user_test_ns::nc dest=boost::move(src); in BOOST_AUTO_TEST_CASE() 127 user_test_ns::nc dest=move(src); in BOOST_AUTO_TEST_CASE()
|
/third_party/icu/icu4c/source/data/locales/ |
D | az.txt | 1100 one{"{0} gün öncə"} 1101 other{"{0} gün öncə"} 1113 one{"{0} gün öncə"} 1114 other{"{0} gün öncə"} 1126 one{"{0} gün öncə"} 1127 other{"{0} gün öncə"} 1170 one{"{0} cümə öncə"} 1171 other{"{0} cümə öncə"} 1187 one{"{0} cümə öncə"} 1188 other{"{0} cümə öncə"} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | az.txt | 1101 one{"{0} gün öncə"} 1102 other{"{0} gün öncə"} 1114 one{"{0} gün öncə"} 1115 other{"{0} gün öncə"} 1127 one{"{0} gün öncə"} 1128 other{"{0} gün öncə"} 1171 one{"{0} cümə öncə"} 1172 other{"{0} cümə öncə"} 1188 one{"{0} cümə öncə"} 1189 other{"{0} cümə öncə"} [all …]
|
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.iomux | 24 and stderr. For example: "setenv stdin serial,nc". NOTE: No spaces 32 nc. 35 stdin nc,nc,serial" will discard the second nc. iomux_doenv() is 37 shows "nc,nc,serial". 57 example, if stdin=serial,nc and stdout=serial,nc then all output 58 for serial, e.g. echos of input on serial, will appear on serial and nc. 80 Using nc as a stdin device results in even more overhead because nc_tstc() 82 interface when nc is added to stdin, although there is no character loss using 83 the ethernet interface for input. In this test case stdin=serial,nc and 87 them is nc, also causes problems. Even on a sequoia cut&paste does not work [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_queue/ |
D | single_thread_pass.cpp | 64 non_copyable nc(1); in main() local 65 q.push(boost::move(nc)); in main() 125 non_copyable nc(1); in main() local 126 BOOST_TEST(boost::queue_op_status::success == q.try_push(boost::move(nc))); in main() 167 non_copyable nc(1); in main() local 168 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_push(boost::move(nc))); in main() 215 non_copyable nc = q.pull(); in main() local 216 BOOST_TEST_EQ(nc, nc1); in main() 239 non_copyable nc(2); in main() local 240 BOOST_TEST(boost::queue_op_status::success == q.try_pull(nc)); in main() [all …]
|
/third_party/optimized-routines/math/tools/ |
D | remez.jl | 738 nc, dc, e1 = try_e(e0) 743 return nc, dc 752 nc, dc, e2 = try_e(e1) 760 nc, dc, enew = try_e(emid) 769 return nc, dc 826 (nc, dc) = ratfn_leastsquares(f, grid, n, d, w) 828 ratfn_to_string(nc, dc)) 849 approx_y = ratfn_eval(nc, dc, x) 867 return nc, dc, max_err, extrema 872 (nc, dc) = ratfn_equal_deviation(f, map(x->x[1], extrema), [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_deque/ |
D | single_thread_pass.cpp | 93 non_copyable nc(1); in main() local 94 q.push_back(boost::move(nc)); in main() 154 non_copyable nc(1); in main() local 155 BOOST_TEST(boost::queue_op_status::success == q.try_push_back(boost::move(nc))); in main() 196 non_copyable nc(1); in main() local 197 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_push_back(boost::move(nc))); in main() 244 non_copyable nc = q.pull_front(); in main() local 245 BOOST_TEST_EQ(nc, nc1); in main() 268 non_copyable nc(2); in main() local 269 BOOST_TEST(boost::queue_op_status::success == q.try_pull_front(nc)); in main() [all …]
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | netconsole | 37 for nc in netcat nc ; do 38 type ${nc} >/dev/null 2>&1 && break 56 while ${nc} -u -l -p ${board_out_port} < /dev/null ; do 62 ${nc} -u ${ip} ${board_in_port}
|
/third_party/curl/docs/examples/ |
D | cookie_interface.c | 40 struct curl_slist *nc; in print_cookies() local 50 nc = cookies; in print_cookies() 52 while(nc) { in print_cookies() 53 printf("[%d]: %s\n", i, nc->data); in print_cookies() 54 nc = nc->next; in print_cookies()
|
/third_party/python/Lib/ |
D | pstats.py | 159 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 160 self.total_calls += nc 264 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 265 stats_list.append((cc, nc, tt, ct) + func + 284 for func, (cc, nc, tt, ct, callers) in oldstats.items(): 295 (cc, nc, tt, ct, newcallers)) 297 newstats[newfunc] = (cc, nc, tt, ct, newcallers) 313 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 369 cc, nc, tt, ct, callers = self.stats[func] 371 ncalls = str(nc) if nc == cc else (str(nc) + '/' + str(cc)) [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/ |
D | pq_single_thread_pass.cpp | 169 non_copyable nc(1); in main() local 170 BOOST_TEST(boost::queue_op_status::success == q.try_push(boost::move(nc))); in main() 210 non_copyable nc(1); in main() 211 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_push(boost::move(nc))); in main() 264 non_copyable nc = q.pull(); in main() local 265 BOOST_TEST_EQ(nc, nc1); in main() 291 non_copyable nc(2); in main() local 292 BOOST_TEST(boost::queue_op_status::success == q.try_pull(nc)); in main() 293 BOOST_TEST_EQ(nc, nc1); in main() 318 non_copyable nc(2); in main() local [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/deque_views/ |
D | single_thread_pass.cpp | 120 non_copyable nc(1); in main() local 121 q.push_back(boost::move(nc)); in main() 176 non_copyable nc(1); in main() 177 BOOST_TEST(boost::queue_op_status::success == q.try_push(boost::move(nc))); in main() 225 non_copyable nc(1); in main() local 226 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_push(boost::move(nc))); in main() 281 non_copyable nc = q.pull(); in main() local 282 BOOST_TEST_EQ(nc, nc1); in main() 309 non_copyable nc(2); in main() local 310 BOOST_TEST(boost::queue_op_status::success == q.try_pull(nc)); in main() [all …]
|