Searched refs:seg2 (Results 1 - 14 of 14) sorted by last modified time

/external/valgrind/exp-sgcheck/
H A Dpc_common.c142 Seg* seg2; member in struct:__anon24902::__anon24903::__anon24906
191 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname ) argument
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...]
H A Dpc_common.h45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c1292 NSegment const * seg2; local
1294 seg2 = VG_(am_find_nsegment)( VG_(brk_limit) - 1 );
1295 vg_assert(seg2);
1297 if (seg == seg2 && seg->hasW)
H A Dsyswrap-solaris.c1999 const NSegment *seg, *seg2; local
2057 seg2 = VG_(am_find_nsegment)(old_brk_limit - 1);
2060 vg_assert(seg2);
2061 vg_assert(seg == seg2);
2090 seg2 = VG_(am_find_nsegment)(old_brk_local - 1);
2092 vg_assert(seg2);
2093 vg_assert(seg == seg2);
2125 seg2 = VG_(am_find_nsegment)(new_brk_local - 1);
2127 vg_assert(seg2);
2128 vg_assert(seg == seg2);
[all...]
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp873 const SkOpSegment* seg2, const SkOpSegment* seg2o,
888 const SkOpPtT* s2 = overS->find(seg2);
889 const SkOpPtT* e2 = overE->find(seg2);
872 addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o, const SkOpSegment* seg2, const SkOpSegment* seg2o, const SkOpPtT* overS, const SkOpPtT* overE) argument
H A DSkOpCoincidence.h258 const SkOpSegment* seg2, const SkOpSegment* seg2o,
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp432 SkOpSegment* seg2 = seg1->next(); local
433 seg2->debugAddAngle(0, 1);
435 *seg2->debugLastAngle());
554 *seg2->debugLastAngle());
H A DPathOpsAngleTest.cpp464 SkOpSegment* seg2 = seg1->next(); local
465 seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd);
466 SkOpSegment* seg3 = seg2->next();
469 SkOpAngle& angle2 = *seg2->debugLastAngle();
/external/python/cpython2/Lib/test/
H A Dtest_socket.py790 seg2 = self.cli_conn.recv(1024)
791 msg = seg1 + seg2
808 seg2, addr = self.cli_conn.recvfrom(1024)
809 msg = seg1 + seg2
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1298 LoadedSection seg1, seg2, seg3;
1310 seg2.Append(42, '*');
1311 seg2.address() = 0xc70fc909;
1312 cmd2.Header("thorax", seg2, 0xde7327f4, 0xfdaf771d, 0x65e74b30);
1326 file.Header(&load_commands).Place(&seg1).Place(&seg2).Place(&seg3);
1294 LoadedSection seg1, seg2, seg3; local
/external/freetype/src/autofit/
H A Dafcjk.c831 AF_Segment seg1, seg2; local
848 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
849 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 )
851 FT_Pos dist = seg2->pos - seg1->pos;
863 if ( min < seg2->min_coord )
864 min = seg2->min_coord;
866 if ( max > seg2
1182 AF_Segment seg2; local
[all...]
H A Dafhints.h471 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
472 ? (seg1)->pos - (seg2)->pos \
473 : (seg2)->pos - (seg1)->pos )
H A Daflatin.c1910 AF_Segment seg1, seg2; local
1938 /* with seg1 to the `left' of seg2 */
1939 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
1942 FT_Pos pos2 = seg2->pos;
1945 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
1953 if ( min < seg2->min_coord )
1954 min = seg2->min_coord;
1956 if ( max > seg2
2314 AF_Segment seg2; local
[all...]
H A Daflatin2.c993 AF_Segment seg1, seg2; local
1008 for ( seg2 = segment_mid; seg2 < segment_limit; seg2++ )
1016 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
1017 if ( seg1->dir + seg2->dir == 0 && seg2->pos > seg1->pos )
1021 FT_Pos pos2 = seg2
1309 AF_Segment seg2; local
[all...]

Completed in 249 milliseconds