/openbsd/sys/dev/pci/drm/radeon/ |
H A D | rs690.c | 333 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute() 334 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute() 483 a.full += b.full; in rs690_compute_mode_priority() 486 b.full = wm0->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority() 490 a.full = a.full + b.full; in rs690_compute_mode_priority() 500 b.full = wm1->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority() 504 a.full = a.full + b.full; in rs690_compute_mode_priority() 534 b.full = wm0->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority() 538 a.full = a.full + b.full; in rs690_compute_mode_priority() 561 b.full = wm1->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority() [all …]
|
H A D | rv515.c | 981 if (crtc->vsc.full > b.full) in rv515_crtc_bandwidth_compute() 982 b.full = crtc->vsc.full; in rv515_crtc_bandwidth_compute() 1102 a.full += b.full; in rv515_compute_mode_priority() 1105 b.full = wm0->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority() 1111 priority_mark02.full = a.full + b.full; in rv515_compute_mode_priority() 1119 b.full = wm1->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority() 1125 priority_mark12.full = a.full + b.full; in rv515_compute_mode_priority() 1153 b.full = wm0->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority() 1159 priority_mark02.full = a.full + b.full; in rv515_compute_mode_priority() 1180 b.full = wm1->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority() [all …]
|
H A D | r100.c | 3304 if (peak_disp_bw.full >= mem_bw.full) { in r100_bandwidth_update() 3395 tcas_ff.full += trbs_ff.full; in r100_bandwidth_update() 3398 sclk_eff_ff.full = sclk_ff.full; in r100_bandwidth_update() 3447 mc_latency_mclk.full += k1.full; in r100_bandwidth_update() 3456 temp_ff.full += trcd_ff.full; in r100_bandwidth_update() 3457 if (temp_ff.full < tras_ff.full) in r100_bandwidth_update() 3458 temp_ff.full = tras_ff.full; in r100_bandwidth_update() 3599 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update() 3600 temp_ff.full = sclk_ff.full; in r100_bandwidth_update() 3605 temp_ff.full = read_return_rate.full - disp_drain_rate.full; in r100_bandwidth_update() [all …]
|
H A D | evergreen.c | 1960 a.full = dfixed_const(10); in evergreen_dram_bandwidth() 1980 a.full = dfixed_const(10); in evergreen_dram_bandwidth_for_display() 1999 a.full = dfixed_const(10); in evergreen_data_return_bandwidth() 2002 a.full = dfixed_const(32); in evergreen_data_return_bandwidth() 2080 a.full = dfixed_const(2); in evergreen_latency_watermark() 2081 b.full = dfixed_const(1); in evergreen_latency_watermark() 2082 if ((wm->vsc.full > a.full) || in evergreen_latency_watermark() 2083 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in evergreen_latency_watermark() 2085 ((wm->vsc.full >= a.full) && wm->interlaced)) in evergreen_latency_watermark() 2136 a.full = dfixed_const(1); in evergreen_check_latency_hiding() [all …]
|
H A D | si.c | 2079 a.full = dfixed_const(10); in dce6_dram_bandwidth() 2099 a.full = dfixed_const(10); in dce6_dram_bandwidth_for_display() 2118 a.full = dfixed_const(10); in dce6_data_return_bandwidth() 2121 a.full = dfixed_const(32); in dce6_data_return_bandwidth() 2217 a.full = dfixed_const(2); in dce6_latency_watermark() 2218 b.full = dfixed_const(1); in dce6_latency_watermark() 2219 if ((wm->vsc.full > a.full) || in dce6_latency_watermark() 2220 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce6_latency_watermark() 2222 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce6_latency_watermark() 2275 a.full = dfixed_const(1); in dce6_check_latency_hiding() [all …]
|
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 42 int full; member 225 temp.full = 0; in ConvertToFraction() 243 temp.full = 0; in Convert_ULONG_ToFraction() 280 fValue.full = 0; in GetScaledFraction() 290 fValue.full = fValue.full << times_shifted; in GetScaledFraction() 291 fValue.full = fValue.full >> factor_shifted; in GetScaledFraction() 301 Sum.full = X.full + Y.full; in fAdd() 311 Difference.full = X.full - Y.full; in fSubtract() 318 if (A.full == B.full) in Equal() 326 if (A.full > B.full) in GreaterThan() [all …]
|
/openbsd/sys/nfs/ |
H A D | nfs_debug.c | 34 int full = 0; in db_show_all_nfsreqs() local 37 full = 1; in db_show_all_nfsreqs() 39 pool_walk(&nfsreqpl, full, db_printf, nfs_request_print); in db_show_all_nfsreqs() 43 nfs_request_print(void *v, int full, int (*pr)(const char *, ...)) in nfs_request_print() argument 51 if (full) { in nfs_request_print() 62 int full = 0; in db_show_all_nfsnodes() local 65 full = 1; in db_show_all_nfsnodes() 67 pool_walk(&nfs_node_pool, full, db_printf, nfs_node_print); in db_show_all_nfsnodes() 73 nfs_node_print(void *v, int full, int (*pr)(const char *, ...)) in nfs_node_print() argument 80 if (full) { in nfs_node_print()
|
/openbsd/sys/ddb/ |
H A D | db_command.c | 318 full = 1; in db_buf_print_cmd() 329 full = 1; in db_map_print_cmd() 366 full = 1; in db_mount_print_cmd() 378 full = 1; in db_show_all_mounts() 393 full = 1; in db_show_all_vnodes() 405 full = 1; in db_show_all_bufs() 417 full = 1; in db_show_all_tdbs() 454 full = 1; in db_object_print_cmd() 465 full = 1; in db_page_print_cmd() 476 full = 1; in db_vnode_print_cmd() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/ |
H A D | Files.pm | 262 my $full = $info->{full_path}; 263 my $obj = $self->read_event_file($full); 271 my ($ok, $err) = do_rename($full, $complete); 275 my ($ok, $err) = do_unlink("$full"); 327 my $full = File::Spec->catfile($self->{+TEMPDIR}, $file); 328 ($full) = ($full =~ m/^(.*)$/gs) if ${^TAINT}; 330 $parsed->{full_path} = $full; 403 my $full = File::Spec->catfile($tempdir, $file); 407 $full =~ m/^(.*)$/; 408 $full = $1; # Untaint it [all …]
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_fixed.h | 32 u32 full; member 40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) 41 #define dfixed_init(A) { .full = dfixed_const((A)) } 42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } 43 #define dfixed_trunc(A) ((A).full >> 12) 44 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) 57 if (A.full > dfixed_const(non_frac)) in dfixed_ceil() 65 u64 tmp = ((u64)A.full << 13); in dfixed_div() 67 do_div(tmp, B.full); in dfixed_div()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gnu-v2-abi.c | 189 gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc) in gnuv2_value_rtti_type() argument 203 if (full) in gnuv2_value_rtti_type() 204 *full = 0; in gnuv2_value_rtti_type() 268 if (TYPE_N_BASECLASSES(rtti_type) > 1 && full && (*full) != 1) in gnuv2_value_rtti_type() 276 if (full) in gnuv2_value_rtti_type() 277 *full=0; in gnuv2_value_rtti_type() 281 if (full) in gnuv2_value_rtti_type() 282 *full=1; in gnuv2_value_rtti_type() 288 if (full) in gnuv2_value_rtti_type() 289 *full=1; in gnuv2_value_rtti_type()
|
H A D | hpacc-abi.c | 178 hpacc_value_rtti_type (struct value *v, int *full, int *top, int *using_enc) in hpacc_value_rtti_type() argument 188 if (full) in hpacc_value_rtti_type() 189 *full = 0; in hpacc_value_rtti_type() 268 TYPE_TAG_NAME (rtti_type), full ? *full : -1); in hpacc_value_rtti_type() 271 if (full /* Non-null pointer passed */ in hpacc_value_rtti_type() 285 *full = 1; in hpacc_value_rtti_type()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | dce_v6_0.c | 532 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth() 561 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth_for_display() 589 a.full = dfixed_const(10); in dce_v6_0_data_return_bandwidth() 592 a.full = dfixed_const(32); in dce_v6_0_data_return_bandwidth() 709 a.full = dfixed_const(2); in dce_v6_0_latency_watermark() 710 b.full = dfixed_const(1); in dce_v6_0_latency_watermark() 711 if ((wm->vsc.full > a.full) || in dce_v6_0_latency_watermark() 712 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v6_0_latency_watermark() 714 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v6_0_latency_watermark() 798 a.full = dfixed_const(1); in dce_v6_0_check_latency_hiding() [all …]
|
H A D | dce_v8_0.c | 667 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth() 696 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth_for_display() 724 a.full = dfixed_const(10); in dce_v8_0_data_return_bandwidth() 727 a.full = dfixed_const(32); in dce_v8_0_data_return_bandwidth() 844 a.full = dfixed_const(2); in dce_v8_0_latency_watermark() 845 b.full = dfixed_const(1); in dce_v8_0_latency_watermark() 846 if ((wm->vsc.full > a.full) || in dce_v8_0_latency_watermark() 847 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v8_0_latency_watermark() 849 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v8_0_latency_watermark() 933 a.full = dfixed_const(1); in dce_v8_0_check_latency_hiding() [all …]
|
H A D | dce_v10_0.c | 728 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth() 757 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth_for_display() 785 a.full = dfixed_const(10); in dce_v10_0_data_return_bandwidth() 788 a.full = dfixed_const(32); in dce_v10_0_data_return_bandwidth() 905 a.full = dfixed_const(2); in dce_v10_0_latency_watermark() 906 b.full = dfixed_const(1); in dce_v10_0_latency_watermark() 907 if ((wm->vsc.full > a.full) || in dce_v10_0_latency_watermark() 908 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v10_0_latency_watermark() 910 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v10_0_latency_watermark() 994 a.full = dfixed_const(1); in dce_v10_0_check_latency_hiding() [all …]
|
H A D | dce_v11_0.c | 760 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth() 789 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth_for_display() 817 a.full = dfixed_const(10); in dce_v11_0_data_return_bandwidth() 820 a.full = dfixed_const(32); in dce_v11_0_data_return_bandwidth() 937 a.full = dfixed_const(2); in dce_v11_0_latency_watermark() 938 b.full = dfixed_const(1); in dce_v11_0_latency_watermark() 939 if ((wm->vsc.full > a.full) || in dce_v11_0_latency_watermark() 940 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v11_0_latency_watermark() 942 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v11_0_latency_watermark() 1026 a.full = dfixed_const(1); in dce_v11_0_check_latency_hiding() [all …]
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | simplify.inc | 26 ; This is currently the same as define-full-enum but it needn't remain 27 ; that way (it's define-full-enum that would change). 33 (define-full-enum name comment attrs prefix vals) 42 (define-full-insn-enum name comment attrs prefix fld vals) 51 (define-full-ifield name comment attrs start length UINT #f #f) 57 "Shorthand form of define-full-ifield.\n" 58 define-full-ifield 85 (define-full-multi-ifield name comment attrs UINT subflds #f #f) 99 (define-full-hardware name comment attrs name type 189 (define-full-minsn name comment attrs syntax expansion) [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | simplify.inc | 26 ; This is currently the same as define-full-enum but it needn't remain 27 ; that way (it's define-full-enum that would change). 33 (define-full-enum name comment attrs prefix vals) 42 (define-full-insn-enum name comment attrs prefix fld vals) 51 (define-full-ifield name comment attrs start length UINT #f #f) 57 "Shorthand form of define-full-ifield.\n" 58 define-full-ifield 85 (define-full-multi-ifield name comment attrs UINT subflds #f #f) 99 (define-full-hardware name comment attrs name type 189 (define-full-minsn name comment attrs syntax expansion) [all …]
|
/openbsd/regress/usr.bin/mandoc/char/space/ |
H A D | eos.out_ascii | 9 Here is a full stop (quite lonely). It causes a double space, too. 11 A dot in parantheses (.) is not a full stop. Not even (Like in this 14 A lonely dot in an enclosure (.) is not a full stop. 16 A dot in the middle of an input line . is not a full stop. 18 At the end of an input line, even an escaped dot . is regarded as a full
|
H A D | eos-man.out_ascii | 9 …Here is a full stop aatt tthhee eenndd ooff aa mmaaccrroo.. It causes a double s… 15 A dot in parantheses (.) is not a full stop. 17 A dot in the middle of an input line . is not a full stop. 19 At the end of an input line, even an escaped dot . is regarded as a full
|
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/ |
H A D | Tar.pm | 599 my $full = shift; 601 return unless defined $full; 606 return 1 if $self->_find_entry($full); 869 my $full = File::Spec->catfile( $dir, $file ); 884 if (-l $full || -e _) { 885 if (!unlink $full) { 892 $fh->open( $full, '>' ) or ( 925 if( not -l $full ) { 930 if( $CHOWN && CAN_CHOWN->() and not -l $full ) { 937 if( $CHMOD and not -l $full ) { [all …]
|
/openbsd/lib/libcurses/tinfo/ |
H A D | trim_sgr0.c | 185 compare_part(const char *part, const char *full) in compare_part() argument 193 if (*part != *full) { in compare_part() 209 if (*part == '$' && *full == '$') { in compare_part() 211 next_full = skip_delay(full); in compare_part() 212 if (next_part != part && next_full != full) { in compare_part() 213 used_delay += (unsigned) (next_full - full); in compare_part() 214 full = next_full; in compare_part() 221 ++full; in compare_part()
|
/openbsd/gnu/usr.bin/perl/t/lib/charnames/ |
H A D | alias | 53 use charnames ":alias" => ":full"; 68 # NAME alias with hashref to :full OK 188 use charnames ":full", ":alias" => { 209 use charnames ":full", ":alias" => "xy 7-"; 218 use charnames ":full", ":alias" => "perl"; 231 use charnames ":full", ":alias" => "xyzzy"; 244 use charnames ":full", ":alias" => "xyzzy"; 259 use charnames ":full", ":alias" => "xyzzy"; 347 use charnames ":full", ":alias" => { 355 use charnames ":full", ":alias" => { [all …]
|
/openbsd/gnu/usr.bin/perl/amigaos4/ |
H A D | amigaio.c | 919 char *full = 0; in myexecve() local 1000 if (full) in myexecve() 1026 sprintf(full, "%s ", filename_conv); in myexecve() 1028 sprintf(full, ""); in myexecve() 1077 strcat(full, buff); in myexecve() 1082 strcat(full, "\""); in myexecve() 1083 strcat(full, *cur); in myexecve() 1089 strcat(full, *cur); in myexecve() 1090 strcat(full, " "); in myexecve() 1093 strcat(full, "\n"); in myexecve() [all …]
|
/openbsd/usr.bin/make/ |
H A D | dump.c | 103 TargPrintNode(GNode *gn, bool full) in TargPrintNode() argument 118 if (full) { in TargPrintNode() 159 TargPrintNode(Lst_Datum(ln), full); in TargPrintNode() 182 targ_dump(bool full) in targ_dump() argument 189 TargPrintNode(t[i], full); in targ_dump()
|