Lines Matching defs:code
19 // * Redistribution's of source code must retain the above copyright notice,
2096 // The code is based on BSD system qsort():
2103 // * 1. Redistributions of source code must retain the above copyright
2529 int k = (i+j)>>1, code;
2531 code = cmp_func( elem, ptr, userdata );
2532 if( !code )
2538 if( code < 0 )
3520 int code = -1;
3553 code = CV_GRAPH_VERTEX;
3580 code = CV_GRAPH_TREE_EDGE;
3594 code = (dst->flags & CV_GRAPH_SEARCH_TREE_NODE_FLAG) ?
3599 if( scanner->mask & code )
3642 code = CV_GRAPH_BACKTRACKING;
3656 code = CV_GRAPH_OVER;
3667 code = CV_GRAPH_NEW_TREE;
3674 return code;