HomeSort by relevance Sort by last modified time
    Searched defs:seg2 (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/exp-sgcheck/
pc_common.c 142 Seg* seg2; member in struct:__anon14085::__anon14086::__anon14089
191 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname )
197 xe.XE.Arith.seg2 = seg2;
470 Seg* seg2 = xe->XE.Arith.seg2; local
474 tl_assert(BOTTOM != seg2 && UNKNOWN != seg2);
482 if (seg1 != seg2) {
497 if (NONPTR == seg2) {
    [all...]
  /external/freetype/src/autofit/
afcjk.c 733 AF_Segment seg1, seg2; local
754 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
755 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 )
757 FT_Pos dist = seg2->pos - seg1->pos;
769 if ( min < seg2->min_coord )
770 min = seg2->min_coord;
772 if ( max > seg2->max_coord
1088 AF_Segment seg2; local
    [all...]
aflatin.c 953 AF_Segment seg1, seg2; local
971 /* with seg1 to the `left' of seg2 */
972 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
975 FT_Pos pos2 = seg2->pos;
978 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
987 if ( min < seg2->min_coord )
988 min = seg2->min_coord;
990 if ( max > seg2->max_coord
1251 AF_Segment seg2; local
    [all...]
aflatin2.c 945 AF_Segment seg1, seg2; local
960 for ( seg2 = segment_mid; seg2 < segment_limit; seg2++ )
970 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
971 if ( seg1->dir + seg2->dir == 0 && seg2->pos > seg1->pos )
975 FT_Pos pos2 = seg2->pos
1261 AF_Segment seg2; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 1101 Segment* seg2 = *iter2; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 1085 NSegment const * seg2; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 373 milliseconds