Home
last modified time | relevance | path

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

/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/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/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/crypto/openssl/doc/man7/
H A Dossl-guide-quic-client-non-block.pod299 means that the application developer does not need to handle this aspect. To do
/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/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md908 aspect is inspired directly by kqueue.
1394 Poll descriptors which have become ready in some aspect and which were
/freebsd/contrib/jemalloc/
H A DChangeLog404 Continuous integration is now an integral aspect of development thanks to the
/freebsd/contrib/sendmail/src/
H A DREADME1014 >> *huge* amount of discussion regarding the security aspect of things.
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1248 L. Fein The practical aspect of computer science
H A Dfunstack.in9141 title = "The practical aspect of computer science education --- discussion",
/freebsd/contrib/tzdata/
H A Dasia3185 # time was in effect, but maybe the legal aspect of time was just neglected).
/freebsd/share/dict/
H A Dweb2a2675 aspect ratio
8152 broadside aspect
17424 double-aspect theory
68516 two-aspect
H A Dweb214297 aspect
/freebsd/contrib/ncurses/
H A DNEWS3186 + add "-a" aspect-ratio option to picsmap.
3526 + improve aspect ratio of images read from "convert" in picsmap.c