/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfghooks.h | 39 /* Redirect edge E to the given basic block B and update underlying program 40 representation. Returns edge representing redirected branch (that may not 42 if edge is not easily redirectable for whatever reason. */ 43 edge (*redirect_edge_and_branch) (edge e, basic_block b); 46 newly created forwarder basic block is returned. The edge must 48 basic_block (*redirect_edge_and_branch_force) (edge, basic_block); 50 /* Returns true if it is possible to remove the edge by redirecting it 51 to the destination of the other edge going from its source. */ 70 /* Predict edge E using PREDICTOR to given PROBABILITY. * [all...] |
basic-block.h | 35 /* Control flow edge information. */ 37 /* The two blocks at the ends of the edge. */ 41 /* Instructions queued on the edge. */ 50 /* Location of any goto implicit in the edge and associated BLOCK. */ 54 /* The index number corresponding to this edge in the edge vector 64 DEF_VEC_P(edge); variable 65 DEF_VEC_ALLOC_P(edge,gc); 66 DEF_VEC_ALLOC_P(edge,heap); 74 #define EDGE_FAKE 16 /* Not a real edge (profile.c) * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfghooks.h | 39 /* Redirect edge E to the given basic block B and update underlying program 40 representation. Returns edge representing redirected branch (that may not 42 if edge is not easily redirectable for whatever reason. */ 43 edge (*redirect_edge_and_branch) (edge e, basic_block b); 46 newly created forwarder basic block is returned. The edge must 48 basic_block (*redirect_edge_and_branch_force) (edge, basic_block); 50 /* Returns true if it is possible to remove the edge by redirecting it 51 to the destination of the other edge going from its source. */ 70 /* Predict edge E using PREDICTOR to given PROBABILITY. * [all...] |
basic-block.h | 35 /* Control flow edge information. */ 37 /* The two blocks at the ends of the edge. */ 41 /* Instructions queued on the edge. */ 50 /* Location of any goto implicit in the edge and associated BLOCK. */ 54 /* The index number corresponding to this edge in the edge vector 64 DEF_VEC_P(edge); variable 65 DEF_VEC_ALLOC_P(edge,gc); 66 DEF_VEC_ALLOC_P(edge,heap); 74 #define EDGE_FAKE 16 /* Not a real edge (profile.c) * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfghooks.h | 39 /* Redirect edge E to the given basic block B and update underlying program 40 representation. Returns edge representing redirected branch (that may not 42 if edge is not easily redirectable for whatever reason. */ 43 edge (*redirect_edge_and_branch) (edge e, basic_block b); 46 newly created forwarder basic block is returned. The edge must 48 basic_block (*redirect_edge_and_branch_force) (edge, basic_block); 50 /* Returns true if it is possible to remove the edge by redirecting it 51 to the destination of the other edge going from its source. */ 70 /* Predict edge E using PREDICTOR to given PROBABILITY. * [all...] |
basic-block.h | 35 /* Control flow edge information. */ 37 /* The two blocks at the ends of the edge. */ 41 /* Instructions queued on the edge. */ 50 /* Location of any goto implicit in the edge and associated BLOCK. */ 54 /* The index number corresponding to this edge in the edge vector 64 DEF_VEC_P(edge); variable 65 DEF_VEC_ALLOC_P(edge,gc); 66 DEF_VEC_ALLOC_P(edge,heap); 74 #define EDGE_FAKE 16 /* Not a real edge (profile.c) * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfghooks.h | 39 /* Redirect edge E to the given basic block B and update underlying program 40 representation. Returns edge representing redirected branch (that may not 42 if edge is not easily redirectable for whatever reason. */ 43 edge (*redirect_edge_and_branch) (edge e, basic_block b); 46 newly created forwarder basic block is returned. The edge must 48 basic_block (*redirect_edge_and_branch_force) (edge, basic_block); 50 /* Returns true if it is possible to remove the edge by redirecting it 51 to the destination of the other edge going from its source. */ 70 /* Predict edge E using PREDICTOR to given PROBABILITY. * [all...] |
basic-block.h | 35 /* Control flow edge information. */ 37 /* The two blocks at the ends of the edge. */ 41 /* Instructions queued on the edge. */ 50 /* Location of any goto implicit in the edge and associated BLOCK. */ 54 /* The index number corresponding to this edge in the edge vector 64 DEF_VEC_P(edge); variable 65 DEF_VEC_ALLOC_P(edge,gc); 66 DEF_VEC_ALLOC_P(edge,heap); 74 #define EDGE_FAKE 16 /* Not a real edge (profile.c) * [all...] |
/external/replicaisland/tools/ |
ExtractPoints.js | 27 * edge calculation for debugging purposes. 75 var edge = new Object; 77 edge.startX = firstPoint.anchor[0]; 78 edge.startY = firstPoint.anchor[1]; 80 edge.endX = lastPoint.anchor[0]; 81 edge.endY = lastPoint.anchor[1]; 83 var normalX = -(edge.endY - edge.startY); 84 var normalY = edge.endX - edge.startX [all...] |
/external/chromium_org/ash/wm/workspace/ |
magnetism_matcher_unittest.cc | 12 // Trivial test case verifying assertions on left edge. 18 MatchedEdge edge; local 21 initial_bounds.y() - distance - 10, 2, 3), &edge)); 25 &edge)); 26 EXPECT_EQ(MAGNETISM_EDGE_LEFT, edge.primary_edge); 27 EXPECT_EQ(SECONDARY_MAGNETISM_EDGE_LEADING, edge.secondary_edge); 32 &edge)); 33 EXPECT_EQ(MAGNETISM_EDGE_LEFT, edge.primary_edge); 34 EXPECT_EQ(SECONDARY_MAGNETISM_EDGE_NONE, edge.secondary_edge); 37 // Trivial test case verifying assertions on bottom edge 43 MatchedEdge edge; local 72 MatchedEdge edge; local 101 MatchedEdge edge; local 124 MatchedEdge edge; local 149 MatchedEdge edge; local [all...] |
/external/chromium_org/ui/views/win/ |
appbar.cc | 20 void GetEdgesOnWorkerThread(HMONITOR monitor, int* edge) { 22 *edge = 0; 24 *edge = Appbar::EDGE_LEFT; 26 *edge = Appbar::EDGE_TOP; 28 *edge = Appbar::EDGE_RIGHT; 30 *edge = Appbar::EDGE_BOTTOM; 47 // in us thinking there is no auto-hide edges. By returning at least one edge 53 int* edge = new int; local 58 base::Unretained(edge)), 64 base::Owned(edge)), [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
Match.java | 28 /** the edge of the dragged node that is matched */ 31 /** the "other" edge that the dragged edge is matched with */ 32 public final Segment edge; field in class:Match 50 * @param edge the "other" edge that the dragged edge is matched with 51 * @param with the edge of the dragged node that is matched 55 public Match(GuidelineHandler handler, Segment edge, Segment with, 59 this.edge = edge [all...] |
/dalvik/dx/tests/086-ssa-edge-split/ |
run | 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
FASerializer.java | 97 // and then ordered by edge labels then by target state number :) 124 Transition edge = (Transition) s.transition(i); local 125 walkFANormalizingStateNumbers(edge.target); // keep walkin' 128 // to it, but don't "draw" an edge. 129 if ( edge instanceof RuleClosureTransition ) { 130 walkFANormalizingStateNumbers(((RuleClosureTransition) edge).followState); 150 // depth first walk each transition, printing its edge first 152 Transition edge = (Transition) s.transition(i); local 155 if ( edge.isAction() ) { 158 else if ( edge.isEpsilon() ) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkRegion_rects.cpp | 64 SkRegion::RunType append(SkRegion::RunType top, const VEdge* edge); 92 SkRegion::RunType Accumulator::append(SkRegion::RunType currY, const VEdge* edge) { 99 int winding = edge->fWinding; 103 if (edge->fTop > currY) { 104 nextY = SkMin32(nextY, edge->fTop); 108 *row++ = edge->fX; 109 TRACE_ROW(SkDebugf("Y %d [%d", currY, edge->fX);) 110 edge = edge->fNext; 112 if (edge->fTop > currY) [all...] |
SkScan_Path.cpp | 28 static void validate_sort(const SkEdge* edge) { 31 while (edge->fFirstY != SK_MaxS32) { 32 edge->validate(); 33 SkASSERT(y <= edge->fFirstY); 35 y = edge->fFirstY; 36 edge = edge->fNext; 40 #define validate_sort(edge) 43 static inline void remove_edge(SkEdge* edge) { 44 edge->fPrev->fNext = edge->fNext 470 SkEdge* edge = sort_edges(list, count, &last); local 674 SkEdge* edge = sort_edges(list, count, &last); local [all...] |
/external/skia/src/core/ |
SkRegion_rects.cpp | 64 SkRegion::RunType append(SkRegion::RunType top, const VEdge* edge); 92 SkRegion::RunType Accumulator::append(SkRegion::RunType currY, const VEdge* edge) { 99 int winding = edge->fWinding; 103 if (edge->fTop > currY) { 104 nextY = SkMin32(nextY, edge->fTop); 108 *row++ = edge->fX; 109 TRACE_ROW(SkDebugf("Y %d [%d", currY, edge->fX);) 110 edge = edge->fNext; 112 if (edge->fTop > currY) [all...] |
SkScan_Path.cpp | 28 static void validate_sort(const SkEdge* edge) { 31 while (edge->fFirstY != SK_MaxS32) { 32 edge->validate(); 33 SkASSERT(y <= edge->fFirstY); 35 y = edge->fFirstY; 36 edge = edge->fNext; 40 #define validate_sort(edge) 43 static inline void remove_edge(SkEdge* edge) { 44 edge->fPrev->fNext = edge->fNext 470 SkEdge* edge = sort_edges(list, count, &last); local 674 SkEdge* edge = sort_edges(list, count, &last); local [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 28 // v->w, insert edge ENTRY->w and edge v->EXIT. 33 // Chord - An edge not in the spanning tree. 107 // instrumentation that will end up on each edge. 114 // Sets the target node of this edge. Required to split edges. 117 // Get/set whether edge is in the spanning tree. 121 // Get/ set whether this edge will be instrumented with a path number 126 // Get/set whether this edge will be instrumented with a path counter 133 // Get/set the path number increment that this edge will be instrumented 141 // Get/set whether the edge has been instrumented 650 BallLarusEdge* edge; local [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 858 /* we are already on an edge, try to locate its start */ 892 /* we are just leaving an edge; record a new segment! */ 1189 AF_Edge edge = axis->edges + ee; local 1206 AF_Edge edge; local 1262 AF_Edge edge; local 1425 AF_Edge edge = axis->edges; local 1872 AF_Edge edge; local [all...] |
aflatin2.c | 765 /* already on an edge ?, backtrack to find its start */ 1113 /* to find an edge in our table that corresponds to its position. */ 1115 /* If no edge is found, we create and insert a new edge in the * 1164 AF_Edge edge = axis->edges + ee; local 1181 AF_Edge edge; local 1235 AF_Edge edge; local 1393 AF_Edge edge = axis->edges; local 1843 AF_Edge edge; local [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
aflatin.c | 791 /* we are already on an edge, try to locate its start */ 825 /* we are just leaving an edge; record a new segment! */ 1083 /* an edge in our table that corresponds to its position. */ 1085 /* If no edge is found, we create and insert a new edge in the */ 1086 /* sorted table. Otherwise, we simply add the segment to the edge's */ 1088 /* edge's properties. */ 1090 /* Note that the table of edges is sorted along the segment/edge */ 1095 /* assure that edge distance threshold is at most 0.25px */ 1122 AF_Edge edge = axis->edges + ee; local 1139 AF_Edge edge; local 1195 AF_Edge edge; local 1358 AF_Edge edge = axis->edges; local 1807 AF_Edge edge; local [all...] |
aflatin2.c | 737 /* already on an edge ?, backtrack to find its start */ 1084 /* to find an edge in our table that corresponds to its position. */ 1086 /* If no edge is found, we create and insert a new edge in the */ 1087 /* sorted table. Otherwise, we simply add the segment to the edge's */ 1089 /* edge's properties. */ 1091 /* Note that the edges table is sorted along the segment/edge */ 1134 AF_Edge edge = axis->edges + ee; local 1151 AF_Edge edge; local 1205 AF_Edge edge; local 1363 AF_Edge edge = axis->edges; local 1813 AF_Edge edge; local [all...] |
/external/opencv/cvaux/src/ |
cvsubdiv2.cpp | 59 CvQuadEdge2D* edge = (CvQuadEdge2D*)cvGetSetElem(subdiv->edges,i); local 61 if( edge && CV_IS_SET_ELEM( edge )) 65 CvSubdiv2DEdge e = (CvSubdiv2DEdge)edge + j; 107 draw_subdiv_facet( CvSubdiv2D * subdiv, IplImage * dst, IplImage * src, CvSubdiv2DEdge edge ) 109 CvSubdiv2DEdge t = edge; 120 while( t != edge && count < subdiv->quad_edges * 4 ); 128 t = edge; 142 CvSubdiv2DPoint *pt = cvSubdiv2DEdgeDst( cvSubdiv2DRotateEdge( edge, 1 )); 173 CvQuadEdge2D *edge = (CvQuadEdge2D *) cvGetSetElem( subdiv->edges, i ) local [all...] |
/external/pixman/pixman/ |
pixman-edge.c | 35 #define RENDER_EDGE_STEP_SMALL(edge) \ 37 edge->x += edge->stepx_small; \ 38 edge->e += edge->dx_small; \ 39 if (edge->e > 0) \ 41 edge->e -= edge->dy; \ 42 edge->x += edge->signdx; [all...] |