HomeSort by relevance Sort by last modified time
    Searched refs:seg1 (Results 1 - 25 of 35) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/
imm_x_seg.s 1 .section seg1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
symbian-seg1.d 1 #source: symbian-seg1.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
sec-to-seg.exp 30 if { ! [ld_assemble $as $srcdir/$subdir/sec-to-seg1.s tmpdir/sec-to-seg1.o]
43 if {! [ld_simple_link $ld tmpdir/sec-to-seg "-T $srcdir/$subdir/$scriptname tmpdir/sec-to-seg1.o tmpdir/sec-to-seg2.o"] } then {
  /external/freetype/src/autofit/
afcjk.c 831 AF_Segment seg1, seg2; local
843 for ( seg1 = segments; seg1 < segment_limit; seg1++ )
845 if ( seg1->dir != major_dir )
849 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 )
851 FT_Pos dist = seg2->pos - seg1->pos;
858 FT_Pos min = seg1->min_coord;
859 FT_Pos max = seg1->max_coord
1056 AF_Segment seg1 = edge->first; local
    [all...]
afhints.h 471 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
472 ? (seg1)->pos - (seg2)->pos \
473 : (seg2)->pos - (seg1)->pos )
aflatin2.c 996 AF_Segment seg1, seg2; local
1006 for ( seg1 = segments; seg1 < segment_mid; seg1++ )
1008 if ( seg1->dir != axis->major_dir )
1014 for ( seg1 = segments; seg1 < segment_limit; seg1++ )
1016 if ( seg1->dir != axis->major_dir )
1020 if ( seg1->dir + seg2->dir == 0 && seg2->pos > seg1->pos
    [all...]
aflatin.c 1915 AF_Segment seg1, seg2; local
    [all...]
  /external/valgrind/exp-sgcheck/
pc_common.c 141 Seg* seg1; member in struct:__anon42626::__anon42627::__anon42630
191 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname )
196 xe.XE.Arith.seg1 = seg1;
469 Seg* seg1 = xe->XE.Arith.seg1; local
473 tl_assert(BOTTOM != seg1);
482 if (seg1 != seg2) {
483 if (NONPTR == seg1) {
485 } else if (UNKNOWN == seg1) {
    [all...]
pc_common.h 45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
  /external/skia/tests/
PathOpsAngleTest.cpp 462 SkOpSegment* seg1 = contour.first(); local
463 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd);
464 SkOpSegment* seg2 = seg1->next();
468 SkOpAngle& angle1 = *seg1->debugLastAngle();
PathOpsAngleIdeas.cpp 430 SkOpSegment* seg1 = contour.first(); local
431 seg1->debugAddAngle(0, 1);
432 SkOpSegment* seg2 = seg1->next();
434 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg1->debugLastAngle(),
553 PathOpsAngleTester::EndsIntersect(*seg1->debugLastAngle(),
    [all...]
  /external/skqp/tests/
PathOpsAngleTest.cpp 462 SkOpSegment* seg1 = contour.first(); local
463 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd);
464 SkOpSegment* seg2 = seg1->next();
468 SkOpAngle& angle1 = *seg1->debugLastAngle();
PathOpsAngleIdeas.cpp 430 SkOpSegment* seg1 = contour.first(); local
431 seg1->debugAddAngle(0, 1);
432 SkOpSegment* seg2 = seg1->next();
434 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg1->debugLastAngle(),
553 PathOpsAngleTester::EndsIntersect(*seg1->debugLastAngle(),
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 646 u8 seg0, seg1; local
669 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx;
670 if (seg1 && abs(seg1 - seg0) == 8)
672 else if (seg1)
    [all...]
  /external/skia/src/pathops/
SkOpCoincidence.h 257 bool addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o,
SkOpCoincidence.cpp     [all...]
  /external/skqp/src/pathops/
SkOpCoincidence.h 257 bool addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o,
SkOpCoincidence.cpp     [all...]
  /external/wpa_supplicant_8/src/ap/
dfs.c 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1)
26 *seg1 = 0;
43 *seg1 = 4;
318 /* Get idx for seg1 */
723 "freq=%d chan=%d sec_chan=%d, width=%d, seg0=%d, seg1=%d, cac_time=%ds",
1083 "seg1=%d cac_time=%ds",
  /toolchain/binutils/binutils-2.27/gold/
layout.h     [all...]
layout.cc     [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 1294 LoadedSection seg1, seg2, seg3; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 727 seg1 = self.cli_conn.recv(len(MSG) - 3)
729 msg = seg1 + seg2
745 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
747 msg = seg1 + seg2
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py 789 seg1 = self.cli_conn.recv(len(MSG) - 3)
791 msg = seg1 + seg2
807 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
809 msg = seg1 + seg2
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 744 seg1 = self.cli_conn.recv(len(MSG) - 3)
746 msg = seg1 + seg2
762 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
764 msg = seg1 + seg2
    [all...]

Completed in 398 milliseconds

1 2