Home
last modified time | relevance | path

Searched refs:line12 (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/docupen/
H A Dimage.c170 struct line12 { struct
187 struct line12 *line12 = data; in dp_get_image_color() argument
207 r = line12->r[j >> 1] & 0xf0; in dp_get_image_color()
208 g = line12->g[j >> 1] & 0xf0; in dp_get_image_color()
209 b = line12->b[j >> 1] & 0xf0; in dp_get_image_color()
211 r = (line12->r[j >> 1] & 0x0f) << 4; in dp_get_image_color()
212 g = (line12->g[j >> 1] & 0x0f) << 4; in dp_get_image_color()
213 b = (line12->b[j >> 1] & 0x0f) << 4; in dp_get_image_color()
233 line12++; in dp_get_image_color()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/convert/
H A Dconvert_unpack_sc12.hpp53 const uint64_t line12 = (uint64_t(line1) << 32) | line2; in convert_sc12_item32_3_to_star_4() local
63 const type q2 = type(int16_t((line12 >> 20) & 0xfff0) * scalar); in convert_sc12_item32_3_to_star_4()
89 const uint64_t line12 = (uint64_t(line1) << 32) | line2; in convert_sc12_item32_3_to_star_4() local
94 out2 = std::complex<type>(line1 >> 0 & 0xfff0, line12 >> 20 & 0xfff0); in convert_sc12_item32_3_to_star_4()
/dports/print/hplip/hplip-3.20.6/ui/
H A Dfaxaddrbookeditform_base.py102 self.line12 = QFrame(self,"line12")
103 self.line12.setFrameShape(QFrame.HLine)
104 self.line12.setFrameShadow(QFrame.Sunken)
105 self.line12.setFrameShape(QFrame.HLine)
107 FaxAddrBookEditForm_baseLayout.addMultiCellWidget(self.line12,1,1,0,2)
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dconfigwin.cpp264 wxBoxSizer *line12 = new wxBoxSizer( wxHORIZONTAL ); in Init() local
265 line12->Add( new wxCheckBox( in Init()
274 line12->Add( new wxCheckBox( in Init()
304 part3->Add( line12, 1, wxEXPAND ); in Init()
/dports/security/p5-CryptX/CryptX-0.075/t/data/
H A Dtext-CRLF.file12 line12
H A Dtext-LF.file12 line12
H A Dtext-CR.file12 line12
/dports/multimedia/xvid/xvidcore/src/utils/x86_asm/
H A Dinterlacing_mmx.asm65 %define line12 _EDI+64
155 ABS8 line12, m10, m11, m12
/dports/games/7kaa/7kaa-2.15.4p1/src/imgfun/x86/
H A DI_BLACK.asm86 @@line12:
H A DIB_32.asm99 @@line12: PUTLINE
/dports/net-mgmt/observium/observium/mibs/arris/
H A DARRIS-SIP-MIB761 line12(20),
1124 line12(20),
1166 line12(20),
1208 line12(20),
1250 line12(20),
1292 line12(20),
1334 line12(20),
1376 line12(20),
1418 line12(20),
1460 line12(20),
[all …]
/dports/games/gunfudeadlands/
H A Deditor.lua92 local line12="ESC - Exit editor and return to main menu\n"
94 …text(line1..line2..line3..line4..line5..line6..line7..line8..line9..line10..line11..line12, 30, 30)
/dports/mail/trojita/trojita-0.7/tests/Imap/
H A Dtest_Imap_Parser_parse.cpp1091 QByteArray line12 = "* NAMESPACE ((\"\" \".\")) NIL NIL\r\n"; in benchmarkInitialChat() local
1103 parser->processLine(line12); in benchmarkInitialChat()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS197 12: line1225,1653
304 12: line1225,1726
498 12: line1225,1578
818 12: line1225,2079
916 12: line1225,1515
15590 12: line1225,1285
19237 12: line1225,1337
22563 12: line1225,1332
24934 12: line1225,1540
25024 12: line1225,1507
[all …]
H A DCTAGS49660 line12 src/dm/f90-mod/petscdmplex.h90.html /^<a name="line12"> 12: <\/a> Interface$/;" a langu…
49661 line12 src/dm/f90-mod/petscdt.h90.html /^<a name="line12"> 12: <\/a> Interface$/;" a language:…
49671 line12 src/dm/tutorials/ex13f90.F90.html /^<a name="line12"> 12: <\/a>!$/;" a language:HTML
49673 line12 src/ksp/f90-mod/petscksp.h90.html /^<a name="line12"> 12: <\/a> Interface$/;" a languag…
49684 line12 src/ksp/ksp/tutorials/ex44f.F90.html /^<a name="line12"> 12: <\/a> eight = 8$/;" a lang…
49688 line12 src/ksp/ksp/tutorials/ex5f.F90.html /^<a name="line12"> 12: <\/a>program main$/;" a language…
49690 line12 src/ksp/ksp/tutorials/ex6f.F90.html /^<a name="line12"> 12: <\/a>!$/;" a language:HTML
49701 line12 src/mat/tests/ex219f.F90.html /^<a name="line12"> 12: <\/a> one = 1$/;" a language:HTML
49710 line12 src/snes/tutorials/ex1f.F90.html /^<a name="line12"> 12: <\/a> use petsc$/;" a language…
49714 line12 src/snes/tutorials/ex5m.m.html /^<a name="line12"> 12: <\/a>localF = localX;$/;" a language:…
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcirclesgrid.cpp361 Vec4f line12( sortedCorners[1].x, sortedCorners[1].y, sortedCorners[2].x, sortedCorners[2].y ); in getSortedCorners() local
367 if (pointLineDistance(patternPoints[i], line12) < thresh) in getSortedCorners()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_axes.py4062 spec12, freqs12, line12 = ax12.magnitude_spectrum(y, Fs=Fs, pad_to=pad_to,
4123 spec12, freqs12, line12 = ax12.magnitude_spectrum(y, Fs=Fs, pad_to=pad_to,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/
H A DChangeLog3953 * gcc.dg/cpp/line12.c: New test.
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/
H A DChangeLog3953 * gcc.dg/cpp/line12.c: New test.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/
H A DChangeLog4903 * gcc.dg/cpp/line12.c: New test.
/dports/net-mgmt/observium/observium/html/css/
H A Dsprites-svg-data.css59 …%20points%3D%2212%2021%2024%2025%2016%2035%22%2F%3E%3Cline%20id%3D%22hub-line12%22%20x1%3D%2232%22…
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/
H A DChangeLog16160 * gcc.dg/cpp/line12.c: New test.
/dports/lang/gcc11-devel/gcc-11-20211009/
H A DMD5SUMS35827 61a6c9f0ddb6b044d48297e16a52dbb7 gcc/testsuite/gcc.dg/cpp/line12.c
/dports/misc/cxx_atomics_pic/gcc-11.2.0/
H A DMD5SUMS35834 61a6c9f0ddb6b044d48297e16a52dbb7 gcc/testsuite/gcc.dg/cpp/line12.c
/dports/lang/gcc11/gcc-11.2.0/
H A DMD5SUMS35834 61a6c9f0ddb6b044d48297e16a52dbb7 gcc/testsuite/gcc.dg/cpp/line12.c

12