Searched refs:fixp (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/debugfs/
H A Dextent_cmds.ct56 fix_parents, fixp;
/external/opencv/cvaux/src/
H A Dcvclique.cpp67 int* fixp; //node with minimal disconnections
198 finder->fixp = new int[N+1]; //node with minimal disconnections
239 delete finder->fixp; //node with minimal disconnections
274 int* fixp = finder->fixp; //node with minimal disconnections
325 fixp[k] = p; //set current point as fixed
335 nod[k] = 1; //nod is aux variable, 1 means fixp == s
467 if( !connected[fixp[k]][old[s[k]]])
505 int* fixp = new int[N]; //node with minimal disconnections
572 fixp[
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h323 int* fixp; //node with minimal disconnections member in struct:CvCliqueFinder

Completed in 200 milliseconds