/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 200 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 D | msgbox1 | 10 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 D | msgbox2 | 10 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 D | debian.rc | 13 # Set aspect-ration. 14 aspect = 0
|
H A D | sourcemage.rc | 12 # Set aspect-ration. 13 aspect = 0
|
H A D | suse.rc | 12 # Set aspect-ration. 13 aspect = 0
|
H A D | whiptail.rc | 12 # Set aspect-ration. 13 aspect = 0
|
H A D | slackware.rc | 12 # Set aspect-ration. 13 aspect = 0
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_cmp_http.t | 126 my $aspect = shift; 140 print $faillog "$server_name $aspect \"$title\" ($i/$n)". 149 my $aspect = shift; 151 subtest "CMP app CLI $server_name $aspect\n" => sub { 156 test_cmp_http($server_name, $aspect, $n, $i++, $$_[0], $$_[1], $$_[2]); 189 foreach my $aspect (@all_aspects) { 190 $aspect = chop_dblquot($aspect); 191 next if $server_name eq "Mock" && $aspect eq "certstatus"; 192 load_config($server_name, $aspect); # update with any aspect-specific settings 194 my $tests = load_tests($server_name, $aspect); [all …]
|
/freebsd/sys/dev/videomode/ |
H A D | pickmode.c | 109 * 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/share/doc/papers/bufbio/ |
H A D | bio.ms | 91 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 D | pc98 | 20 >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
|
H A D | jpeg | 33 # Next, the resolution or aspect ratio of the image: 34 >>13 byte 0 \b, aspect ratio
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.h | 154 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;
|
/freebsd/sys/dev/syscons/ |
H A D | scvgarndr.c | 345 &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()
|
/freebsd/stand/forth/ |
H A D | brand-fbsd.4th | 39 \ and 0, 7 for lower right to preserve aspect ratio
|
/freebsd/sbin/ifconfig/ |
H A D | Makefile | 12 # to the registration process so we don't depend on this aspect
|
/freebsd/sys/dev/drm2/ |
H A D | drm_mode.h | 72 #define DRM_MODE_SCALE_FULLSCREEN 1 /* Full screen, ignore aspect */ 74 #define DRM_MODE_SCALE_ASPECT 3 /* Full screen, preserve aspect */
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 599 # Return unless at least one size aspect has been requested 699 # Return unless at least one size aspect has been requested 760 # Return unless at least one size aspect has been requested 828 # Return unless at least one size aspect has been requested 903 # Return unless at least one size aspect has been requested 996 # Return unless at least one size aspect has been requested 1101 # Return unless at least one size aspect has been requested 1222 # Return unless at least one size aspect has been requested 1361 # Return unless at least one size aspect has been requested 1463 # Return unless at least one size aspect has been requested
|
/freebsd/sbin/devd/ |
H A D | devd.8 | 103 aspect of what happens.
|
/freebsd/contrib/dialog/ |
H A D | README | 20 [--clear] [--begin <y> <x>] [--aspect <ratio>] [--print-size]
|
/freebsd/share/doc/papers/jail/ |
H A D | implementation.ms | 56 all the previous checks and additionally checks the jail aspect of the access.
|
/freebsd/share/man/man9/ |
H A D | sysctl_ctx_init.9 | 69 It adds a simple transactional aspect to OID removal operations;
|
/freebsd/share/doc/papers/diskperf/ |
H A D | equip.ms | 55 An important aspect of DSA is migrating a large part
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_sym_alg_chain.h | 44 * parts of the session descriptor. The key aspect here is to provide the 51 * parts of the request parameters block. Again the key aspect here is to
|