/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/contrib/dialog/samples/ |
H A D | msgbox1 | 13 $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 D | msgbox2 | 13 $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 D | sourcemage.rc | 12 # Set aspect-ration. 13 aspect = 0
|
H A D | debian.rc | 13 # Set aspect-ration. 14 aspect = 0
|
H A D | slackware.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
|
/freebsd/sys/dev/videomode/ |
H A D | pickmode.c | 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() 179 abs(aspect - atemp) < abs(aspect - abest)) { in sort_modes()
|
/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
|
H A D | images | 166 # Denominator of Pixel ratio. 0~no pixel aspect 169 >>>>>&-4 uleshort >0 - aspect %d
|
/freebsd/sys/dev/syscons/ |
H A D | scvgarndr.c | 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/contrib/dialog/ |
H A D | README | 20 [--clear] [--begin <y> <x>] [--aspect <ratio>] [--print-size]
|
H A D | CHANGES | 1289 + 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 D | dot | 320 printf '\tratio = fill;\t\t// approximate aspect ratio\n'
|
/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/contrib/unbound/dnstap/ |
H A D | dnstap.proto | 74 // Match: what aspect of the message or message exchange
|
/freebsd/contrib/bzip2/ |
H A D | CHANGES | 126 aspect, they are fully portable.
|
/freebsd/contrib/ncurses/doc/ |
H A D | hackguide.doc | 456 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 D | whatsnew-2.0.txt | 60 unstable aspect of the Libvent ABI. New programs should generally not
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.0.txt | 60 unstable aspect of the Libvent ABI. New programs should generally not
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 213 Unfortunately, the most important aspect in being able to benchmark reliably is to have a stable
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 304 Continuous integration is now an integral aspect of development thanks to the
|