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

  /external/iproute2/ip/
iplink_can.c 28 "\t phase-seg2 PHASE-SEG2 [ sjw SJW ] ]\n"
44 "\t PHASE-SEG2 := { 1..8 }\n"
129 } else if (matches(*argv, "phase-seg2") == 0) {
132 invarg("invalid \"phase-seg2\" value\n", *argv);
235 "tq %d prop-seg %d phase-seg1 %d phase-seg2 %d sjw %d",
  /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...]
pc_common.h 45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
  /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...]
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...]
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...]
afhints.h 457 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
458 ? (seg1)->pos - (seg2)->pos \
459 : (seg2)->pos - (seg1)->pos )
  /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...]

Completed in 529 milliseconds