HomeSort by relevance Sort by last modified time
    Searched defs:ddata (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/quota/
quotaio_tree.c 550 char *ddata; local
559 ddata = buf + sizeof(struct qt_disk_dqdbheader);
562 i++, ddata += info->dqi_entry_size)
563 if (!qtree_entry_unused(info, ddata)) {
568 info->dqi_ops->disk2mem_dqblk(dquot, ddata);
  /external/opencv/cv/src/
cvhough.cpp 871 float* ddata; local
986 ddata = dist_buf->data.fl;
1020 ddata[j] = _dx*_dx + _dy*_dy;
1025 icvHoughSortDescent32s( sort_buf, nz_count, (int*)ddata );
1027 dist_sum = start_dist = ddata[sort_buf[nz_count-1]];
1030 float d = ddata[sort_buf[j]];
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
    [all...]
  /external/zxing/core/
core.jar 

Completed in 228 milliseconds