Home
last modified time | relevance | path

Searched full:aspect (Results 1 – 25 of 178) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp200 LegacyLegalizerInfo::getAspectAction(const InstrAspect &Aspect) const { in getAspectAction()
204 if (Aspect.Type.isScalar() || Aspect.Type.isPointer()) in getAspectAction()
205 return findScalarLegalAction(Aspect); in getAspectAction()
206 assert(Aspect.Type.isVector());
207 return findVectorLegalAction(Aspect);
303 LegacyLegalizerInfo::findScalarLegalAction(const InstrAspect &Aspect) const { in findScalarLegalAction()
304 assert(Aspect.Type.isScalar() || Aspect.Type.isPointer()); in findScalarLegalAction()
305 if (Aspect in findScalarLegalAction()
[all...]
/freebsd/contrib/dialog/samples/
H A Dmsgbox110 with dialogs default aspect ratio of 9." 0 0
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --clear "$@" \
17 with an aspect ratio of 12." 0 0
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --clear "$@" \
24 with an aspect ratio of 6." 0 0
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…
H A Dmsgbox210 with dialogs default aspect ratio of 9." 0 0
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
17 with an aspect ratio of 12." 0 0
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
24 with an aspect ratio of 6." 0 0
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…
H A Ddebian.rc13 # Set aspect-ration.
14 aspect = 0
H A Dsourcemage.rc12 # Set aspect-ration.
13 aspect = 0
H A Dsuse.rc12 # Set aspect-ration.
13 aspect = 0
H A Dwhiptail.rc12 # Set aspect-ration.
13 aspect = 0
H A Dslackware.rc12 # Set aspect-ration.
13 aspect = 0
/freebsd/sys/dev/videomode/
H A Dpickmode.c109 * Sort modes by refresh rate, aspect ratio (*), then resolution.
112 * (*) Note that the aspect ratio calculation treats "close" aspect ratios
119 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; in sort_modes() local
128 aspect = (*preferred)->hdisplay * 100 / (*preferred)->vdisplay; in sort_modes()
154 aspect = mtemp->hdisplay * 100 / mtemp->vdisplay; in sort_modes()
161 /* Sort other modes by refresh rate, aspect ratio, then resolution */ in sort_modes()
177 /* Treat "close" aspect ratios as identical */ in sort_modes()
179 abs(aspect - atemp) < abs(aspect - abest)) { in sort_modes()
/freebsd/crypto/openssl/test/recipes/
H A D80-test_cmp_http.t142 my $aspect = shift;
156 print $faillog "$server_name $aspect \"$title\" ($i/$n)".
168 my $aspect = shift;
170 subtest "CMP app CLI $server_name $aspect\n" => sub {
175 test_cmp_http($server_name, $aspect, $n, $i++, $$_[0], $$_[1], $$_[2]);
218 foreach my $aspect (@all_aspects) {
219 $aspect = chop_dblquot($aspect);
220 if ($server_name eq "Mock" && $aspect eq "certstatus") {
224 load_config($server_name, $aspect); # update with any aspect-specific settings
226 my $tests = load_tests($server_name, $aspect);
[all …]
/freebsd/share/doc/papers/bufbio/
H A Dbio.ms91 aspect and only a few fields relate exclusively to the cache aspect.
134 buf. Comparison will show that the I/O aspect of struct buf is in
139 represent the I/O aspect. All the new fields relate to the cache
140 aspect, link buffers to the VM system, provide hacks for file-systems
196 Still we find that the I/O aspect of struct buf is in essence unchanged. A couple of fields have b…
204 have been removed etc but the I/O aspect of struct buf is still only
206 bytes in a struct buf are used for the I/O aspect and struct buf
251 \(bu The I/O aspect of
256 need only the I/O aspect, not the vnode, caching or VM linkage.
259 The I/O aspect of struct buf should be put in a separate \f(CWstruct bio\fP.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dpc9820 >38 ubeshort&1 1 \b, 2:1 dot aspect ratio
35 # - b0=pixel aspect ratio: 1=2:1 (note: this ignores that the machine's 1:1 pixel aspect ratio is…
53 >>>&0 ubyte&0x01 1 \b, 2:1 dot aspect ratio
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h154 void setAction(const InstrAspect &Aspect, in setAction() argument
158 const unsigned OpcodeIdx = Aspect.Opcode - FirstOp; in setAction()
159 if (SpecifiedActions[OpcodeIdx].size() <= Aspect.Idx) in setAction()
160 SpecifiedActions[OpcodeIdx].resize(Aspect.Idx + 1); in setAction()
161 SpecifiedActions[OpcodeIdx][Aspect.Idx][Aspect.Type] = Action; in setAction()
292 getAspectAction(const InstrAspect &Aspect) const;
443 findScalarLegalAction(const InstrAspect &Aspect) const;
447 findVectorLegalAction(const InstrAspect &Aspect) const;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/
H A Dpiclmemcfg.c31 * Subtree of memory-controller in the physical aspect.
36 * Subtree of memory in the logical aspect.
403 * Create subtree of memory-controller in the physical aspect. in piclmemcfg_init()
410 * Create subtree of memory in the logical aspect. in piclmemcfg_init()
/illumos-gate/usr/src/man/man9/
H A Dktest.924 designed to execute and verify some aspect of the kernel.
25 You can test any aspect of the kernel for which you can create the
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c100 float aspect = 1.5; /* default aspect ratio */ variable
143 aspect = atof(&argv[1][2]); in main()
574 aspect = atof(&buf[1]); in t_page()
619 fputs("an sets aspect ratio to n\n", stderr); in t_page()
/freebsd/sys/dev/syscons/
H A Dscvgarndr.c345 &vga_aspect_scale, 0, "Aspect scale ratio (3:4):actual times 100");
390 int aspect, best_i, best_v, i, n, v, wb, wi, xpixel, ypixel; in vga_setmdp() local
398 aspect = xpixel * 900 / ypixel / 16; in vga_setmdp()
399 if (aspect < 99 || aspect > 100) in vga_setmdp()
400 aspect = xpixel * 300 / ypixel / 4 * vga_aspect_scale / 100; in vga_setmdp()
430 v = (wb * abs(mdpp[i]->md_baspect - aspect) + in vga_setmdp()
431 wi * abs(mdpp[i]->md_iaspect - aspect)) / aspect; in vga_setmdp()
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c32 * Subtree of memory-controller in the physical aspect.
35 * Subtree of memory in the logical aspect.
825 * Create subtree of memory-controller in the physical aspect. in piclmemcfg_init()
854 * Create subtree of memory in the logical aspect. in piclmemcfg_init()
/illumos-gate/usr/src/man/man4d/
H A Dlockstat.4d16 lock contention statistics, or to understand virtually any aspect of locking
H A Dprofile.4d16 specified time interval. You can use these probes to sample some aspect of
H A Dsmbios.4d30 aspect of the system software or hardware configuration. The content of the
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_channels.h43 * aspect of libfmevent.
/illumos-gate/usr/src/boot/forth/
H A Dbrand-illumos.4th38 \ and 0, 7 for lower right to preserve aspect ratio
/illumos-gate/usr/src/man/man1/
H A Dcrypt.164 most vulnerable aspect of \fBcrypt\fR.
/freebsd/stand/forth/
H A Dbrand-fbsd.4th39 \ and 0, 7 for lower right to preserve aspect ratio

12345678