HomeSort by relevance Sort by last modified time
    Searched refs:r_table (Results 1 - 4 of 4) sorted by null

  /external/libnl/lib/route/
rule.c 106 rule->r_table = r->rtm_table;
153 rule->r_table = nla_get_u32(tb[RTA_TABLE]);
203 rtnl_route_table2str(r->r_table, buf, sizeof(buf)));
257 nl_dump_line(p, "RULE_TABLE=%u\n", rule->r_table);
287 diff |= RULE_DIFF(TABLE, a->r_table != b->r_table);
401 rtm.rtm_table = tmpl->r_table;
601 rule->r_table = table;
608 return rule->r_table;
  /external/opencv3/modules/cudaimgproc/src/cuda/
generalized_hough.cu 169 PtrStep<short2> r_table, int* r_sizes, int maxSize,
187 r_table(n, ind) = saturate_cast<short2>(p - templCenter);
191 PtrStepSz<short2> r_table, int* r_sizes,
199 buildRTable<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, r_table.cols, templCenter, thetaScale);
209 const PtrStep<short2> r_table, const int* r_sizes,
226 const short2* r_row = r_table.ptr(n);
242 PtrStepSz<short2> r_table, const int* r_sizes,
252 Ballard_Pos_calcHist<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, hist, idp, thetaScale);
    [all...]
  /external/libnl/include/
netlink-types.h 288 uint32_t r_table; member in struct:rtnl_rule
  /external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp 63 PtrStepSz<short2> r_table, int* r_sizes,
67 PtrStepSz<short2> r_table, const int* r_sizes,

Completed in 331 milliseconds