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

  /external/libnl/lib/
data.c 46 data->d_data = calloc(1, size);
47 if (!data->d_data) {
55 memcpy(data->d_data, buf, size);
85 return nl_data_alloc(src->d_data, src->d_size);
105 data->d_data = realloc(data->d_data, data->d_size + size);
106 if (!data->d_data)
110 memcpy(data->d_data + data->d_size, buf, size);
112 memset(data->d_data + data->d_size, 0, size);
127 free(data->d_data);
    [all...]
  /external/libnl/include/
netlink-tc.h 62 return tca->tc_xstats->d_data;
netlink-types.h 112 void * d_data; member in struct:nl_data
  /external/opencv/cxcore/src/
cxmatmul.cpp 130 arrtype* d_data, size_t d_step, \
142 d_step /= sizeof(d_data[0]); \
182 d_data += d_step ) \
192 d_data[j] = arrtype(s0); \
193 d_data[j+1] = arrtype(s1); \
197 d_data[j] = arrtype(s0 + c_data[0]*beta); \
198 d_data[j+1] = arrtype(s1 + c_data[c_step1]*beta); \
206 d_data[j] = arrtype(s0); \
208 d_data[j] = arrtype(s0 + c_data[0]*beta); \
216 d_data += d_step )
    [all...]
  /external/libnl/lib/route/cls/
u32.c 45 return (struct tc_u32_sel *) u->cu_selector->d_data;
127 sel = u->cu_selector->d_data;
250 struct tc_u32_pcnt *pcnt = u->cu_pcnt->d_data;
266 s = u->cu_selector->d_data;
297 struct tc_u32_pcnt *pc = u->cu_pcnt->d_data;
  /external/libnl/lib/route/sch/
fifo.c 69 opt = (struct tc_fifo_qopt *) qdisc->q_opts->d_data;
sfq.c 70 opts = (struct tc_sfq_qopt *) qdisc->q_opts->d_data;
prio.c 67 opt = (struct tc_prio_qopt *) qdisc->q_opts->d_data;
netem.c 78 opts = (struct tc_netem_qopt *) qdisc->q_opts->d_data;
96 (qdisc->q_opts->d_data + sizeof(*opts)),
  /external/libnl/lib/route/
tc.c 42 (struct nlattr *) g->tc_opts->d_data,

Completed in 337 milliseconds