Home
last modified time | relevance | path

Searched refs:aspect (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/crypto/openssl/test/recipes/
H A D80-test_cmp_http.t126 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/contrib/dialog/samples/
H A Dmsgbox113 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --clear "$@" \
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --clear "$@" \
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
H A Dmsgbox213 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
H A Dsourcemage.rc12 # Set aspect-ration.
13 aspect = 0
H A Ddebian.rc13 # Set aspect-ration.
14 aspect = 0
H A Dslackware.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
/freebsd/sys/dev/videomode/
H A Dpickmode.c119 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()
179 abs(aspect - atemp) < abs(aspect - abest)) { in sort_modes()
/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
H A Djpeg33 # Next, the resolution or aspect ratio of the image:
34 >>13 byte 0 \b, aspect ratio
H A Dimages166 # Denominator of Pixel ratio. 0~no pixel aspect
169 >>>>>&-4 uleshort >0 - aspect %d
/freebsd/sys/dev/syscons/
H A Dscvgarndr.c390 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 Dbrand-fbsd.4th39 \ and 0, 7 for lower right to preserve aspect ratio
/freebsd/contrib/dialog/
H A DREADME20 [--clear] [--begin <y> <x>] [--aspect <ratio>] [--print-size]
H A DCHANGES1289 + add several DIALOG_STATE items to the rc file: aspect,
1810 --aspect, --separate-widget and --tab-len options.
2127 this sample was using "--aspect 9 --cr-wrap". Rewrote it to
2128 properly demonstrate --aspect. 9 is already dialog's default
2129 aspect ratio. It now creates several dialogs in sequence,
2130 demonstrating aspect ratios of 9, 12 and 6 and properly
2133 - rewrote the description of --aspect to be more understandable.
/freebsd/usr.sbin/bsdconfig/dot/
H A Ddot320 printf '\tratio = fill;\t\t// approximate aspect ratio\n'
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr599 # 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/contrib/unbound/dnstap/
H A Ddnstap.proto74 // Match: what aspect of the message or message exchange
/freebsd/contrib/bzip2/
H A DCHANGES126 aspect, they are fully portable.
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc456 One possibly interesting aspect of the implementation is the way the
545 aspect of the code is the use of a predicate function passed in to
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt60 unstable aspect of the Libvent ABI. New programs should generally not
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt60 unstable aspect of the Libvent ABI. New programs should generally not
/freebsd/sys/contrib/zstd/
H A DCONTRIBUTING.md213 Unfortunately, the most important aspect in being able to benchmark reliably is to have a stable
/freebsd/contrib/jemalloc/
H A DChangeLog304 Continuous integration is now an integral aspect of development thanks to the

12