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

  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/opencv/cvaux/src/
cvlcm.cpp 68 CvVoronoiEdge2D* edge; member in struct:CvLCMComplexNodeData
91 #define _CV_IS_EDGE_REFLEX( EDGE ) (( (EDGE)->site[0]->node[0] == (EDGE)->site[0]->node[0] ) || \
92 ( (EDGE)->site[1]->node[0] == (EDGE)->site[1]->node[0] ) )
94 #define _CV_INITIALIZE_CVLCMDATA(STRUCT,SITE,EDGE,NODE)\
95 { (STRUCT)->psite = SITE ; (STRUCT)->pedge = EDGE; (STRUCT)->pnode = NODE;}
117 // pLCMEdge: in, input edge of hybrid model
134 // pLCMEdge: in, input edge of hybrid mode
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 121 /* Control flow edge information. */
124 /* The two blocks at the ends of the edge. */
128 /* Instructions queued on the edge. */
137 /* Location of any goto implicit in the edge and associated BLOCK. */
141 /* The index number corresponding to this edge in the edge vector
151 typedef struct edge_def *edge; typedef in typeref:struct:edge_def
153 DEF_VEC_P(edge); variable
154 DEF_VEC_ALLOC_P(edge,gc);
155 DEF_VEC_ALLOC_P(edge,heap)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 121 /* Control flow edge information. */
124 /* The two blocks at the ends of the edge. */
128 /* Instructions queued on the edge. */
137 /* Location of any goto implicit in the edge and associated BLOCK. */
141 /* The index number corresponding to this edge in the edge vector
151 typedef struct edge_def *edge; typedef in typeref:struct:edge_def
153 DEF_VEC_P(edge); variable
154 DEF_VEC_ALLOC_P(edge,gc);
155 DEF_VEC_ALLOC_P(edge,heap)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
basic-block.h 121 /* Control flow edge information. */
124 /* The two blocks at the ends of the edge. */
128 /* Instructions queued on the edge. */
137 /* Location of any goto implicit in the edge and associated BLOCK. */
141 /* The index number corresponding to this edge in the edge vector
151 typedef struct edge_def *edge; typedef in typeref:struct:edge_def
153 DEF_VEC_P(edge); variable
154 DEF_VEC_ALLOC_P(edge,gc);
155 DEF_VEC_ALLOC_P(edge,heap)
    [all...]

Completed in 343 milliseconds