Searched refs:r_table (Results 1 – 4 of 4) sorted by relevance
/external/libnl/lib/route/ |
D | rule.c | 106 rule->r_table = r->rtm_table; in rule_msg_parser() 153 rule->r_table = nla_get_u32(tb[RTA_TABLE]); in rule_msg_parser() 203 rtnl_route_table2str(r->r_table, buf, sizeof(buf))); in rule_dump_line() 257 nl_dump_line(p, "RULE_TABLE=%u\n", rule->r_table); in rule_dump_env() 287 diff |= RULE_DIFF(TABLE, a->r_table != b->r_table); in rule_compare() 401 rtm.rtm_table = tmpl->r_table; in build_rule_msg() 601 rule->r_table = table; in rtnl_rule_set_table() 608 return rule->r_table; in rtnl_rule_get_table()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | generalized_hough.cu | 169 PtrStep<short2> r_table, int* r_sizes, int maxSize, in buildRTable() argument 187 r_table(n, ind) = saturate_cast<short2>(p - templCenter); in buildRTable() 191 PtrStepSz<short2> r_table, int* r_sizes, in buildRTable_gpu() argument 199 …buildRTable<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, r_table.cols, te… in buildRTable_gpu() 209 const PtrStep<short2> r_table, const int* r_sizes, in Ballard_Pos_calcHist() argument 226 const short2* r_row = r_table.ptr(n); in Ballard_Pos_calcHist() 242 PtrStepSz<short2> r_table, const int* r_sizes, in Ballard_Pos_calcHist_gpu() argument 252 …Ballard_Pos_calcHist<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, hist, i… in Ballard_Pos_calcHist_gpu()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 63 PtrStepSz<short2> r_table, int* r_sizes, 67 PtrStepSz<short2> r_table, const int* r_sizes,
|
/external/libnl/include/ |
D | netlink-types.h | 288 uint32_t r_table; member
|