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

  /bootable/recovery/mtdutils/
mounts.c 67 const int numv = 32; local
68 MountedVolume *volumes = malloc(numv * sizeof(*volumes));
74 g_mounts_state.volumes_allocd = numv;
75 memset(volumes, 0, numv * sizeof(*volumes));
  /external/opencv3/modules/cudaimgproc/src/
mssegmentation.cpp 91 Graph(int numv, int nume_max);
98 int numv; member in class:__anon20870::Graph
184 this->numv = numv_;
316 DjSets comps(g.numv);
319 for (int v = 0; v < g.numv; ++v)
331 edges.reserve(g.numv);
334 for (int v = 0; v < g.numv; ++v)

Completed in 186 milliseconds