| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | rs690.c | 81 tmp.full = dfixed_const(100); in rs690_pm_info() 82 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info() 83 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info() 85 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info() 87 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info() 88 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info() 90 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info() 91 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info() 92 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info() 95 tmp.full in rs690_pm_info() [all...] |
| H A D | rv515.c | 949 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute() 950 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute() 951 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute() 953 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute() 954 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute() 956 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute() 958 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute() 959 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute() 960 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute() 961 request_fifo_depth.full in rv515_crtc_bandwidth_compute() [all...] |
| H A D | r100.c | 3261 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update() 3282 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update() 3283 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update() 3285 pix_clk.full = 0; in r100_bandwidth_update() 3286 pix_clk2.full = 0; in r100_bandwidth_update() 3287 peak_disp_bw.full = 0; in r100_bandwidth_update() 3289 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update() 3290 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update() 3291 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update() 3292 temp_ff.full in r100_bandwidth_update() [all...] |
| H A D | evergreen.c | 1956 a.full = dfixed_const(1000); in evergreen_dram_bandwidth() 1957 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth() 1958 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth() 1959 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth() 1960 a.full = dfixed_const(10); in evergreen_dram_bandwidth() 1961 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth() 1962 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth() 1963 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth() 1964 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth() 1976 a.full in evergreen_dram_bandwidth_for_display() [all...] |
| H A D | si.c | 2075 a.full = dfixed_const(1000); in dce6_dram_bandwidth() 2076 yclk.full = dfixed_const(wm->yclk); in dce6_dram_bandwidth() 2077 yclk.full = dfixed_div(yclk, a); in dce6_dram_bandwidth() 2078 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce6_dram_bandwidth() 2079 a.full = dfixed_const(10); in dce6_dram_bandwidth() 2080 dram_efficiency.full = dfixed_const(7); in dce6_dram_bandwidth() 2081 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce6_dram_bandwidth() 2082 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce6_dram_bandwidth() 2083 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce6_dram_bandwidth() 2095 a.full in dce6_dram_bandwidth_for_display() [all...] |
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | ppevvmath.h | 42 int full; member 223 temp.full = (X << SHIFT_AMOUNT); in ConvertToFraction() 225 temp.full = 0; in ConvertToFraction() 241 temp.full = (X << SHIFT_AMOUNT); in Convert_ULONG_ToFraction() 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() [all …]
|
| /openbsd-src/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-src/sys/ddb/ |
| H A D | db_command.c | 173 /* but keep looking for a full match - in db_cmd_search() 315 int full = 0; in db_buf_print_cmd() local 318 full = 1; in db_buf_print_cmd() 320 vfs_buf_print((void *) addr, full, db_printf); in db_buf_print_cmd() 326 int full = 0; in db_map_print_cmd() local 329 full = 1; in db_map_print_cmd() 331 uvm_map_printit((struct vm_map *) addr, full, db_printf); in db_map_print_cmd() 363 int full = 0; 366 full = 1; in db_show_all_mounts() local 368 vfs_mount_print((struct mount *) addr, full, db_print in db_show_all_mounts() 355 int full = 0; db_mount_print_cmd() local 382 int full = 0; db_show_all_vnodes() local 394 int full = 0; db_show_all_bufs() local 406 int full = 0; db_show_all_tdbs() local 443 int full = 0; db_object_print_cmd() local 454 int full = 0; db_page_print_cmd() local 465 int full = 0; db_vnode_print_cmd() local 478 int full = 0; db_nfsreq_print_cmd() local 490 int full = 0; db_nfsnode_print_cmd() local 558 int full = 0; db_tdb_print_cmd() local [all...] |
| /openbsd-src/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); 270 my $complete = File::Spec->canonpath("$full.complete"); 271 my ($ok, $err) = do_rename($full, $complete); 272 $self->abort("Could not rename IPC file '$full', '$complete': $err") unless $ok; 275 my ($ok, $err) = do_unlink("$full"); 276 $self->abort("Could not unlink IPC file '$full': $err") unless $ok; 327 my $full = File::Spec->catfile($self->{+TEMPDIR}, $file); 328 ($full) = ($full [all...] |
| /openbsd-src/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-src/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-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | dce_v6_0.c | 528 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth() 529 yclk.full = dfixed_const(wm->yclk); in dce_v6_0_dram_bandwidth() 530 yclk.full = dfixed_div(yclk, a); in dce_v6_0_dram_bandwidth() 531 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v6_0_dram_bandwidth() 532 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth() 533 dram_efficiency.full = dfixed_const(7); in dce_v6_0_dram_bandwidth() 534 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v6_0_dram_bandwidth() 535 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v6_0_dram_bandwidth() 536 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v6_0_dram_bandwidth() 557 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth_for_display() [all …]
|
| H A D | dce_v8_0.c | 663 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth() 664 yclk.full = dfixed_const(wm->yclk); in dce_v8_0_dram_bandwidth() 665 yclk.full = dfixed_div(yclk, a); in dce_v8_0_dram_bandwidth() 666 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v8_0_dram_bandwidth() 667 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth() 668 dram_efficiency.full = dfixed_const(7); in dce_v8_0_dram_bandwidth() 669 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v8_0_dram_bandwidth() 670 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v8_0_dram_bandwidth() 671 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v8_0_dram_bandwidth() 692 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth_for_display() [all …]
|
| H A D | dce_v10_0.c | 724 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth() 725 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth() 726 yclk.full = dfixed_div(yclk, a); in dce_v10_0_dram_bandwidth() 727 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth() 728 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth() 729 dram_efficiency.full = dfixed_const(7); in dce_v10_0_dram_bandwidth() 730 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v10_0_dram_bandwidth() 731 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v10_0_dram_bandwidth() 732 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v10_0_dram_bandwidth() 753 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth_for_display() [all …]
|
| H A D | dce_v11_0.c | 756 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth() 757 yclk.full = dfixed_const(wm->yclk); in dce_v11_0_dram_bandwidth() 758 yclk.full = dfixed_div(yclk, a); in dce_v11_0_dram_bandwidth() 759 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v11_0_dram_bandwidth() 760 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth() 761 dram_efficiency.full = dfixed_const(7); in dce_v11_0_dram_bandwidth() 762 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v11_0_dram_bandwidth() 763 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v11_0_dram_bandwidth() 764 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v11_0_dram_bandwidth() 785 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth_for_display() [all …]
|
| /openbsd-src/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 71 (define-full-multi-ifield name comment attrs mode subflds insert extract) 85 (define-full-multi-ifield name comment attrs UINT subflds #f #f) 99 (define-full-hardware name comment attrs name type [all …]
|
| /openbsd-src/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 71 (define-full-multi-ifield name comment attrs mode subflds insert extract) 85 (define-full-multi-ifield name comment attrs UINT subflds #f #f) 99 (define-full-hardware name comment attrs name type [all …]
|
| /openbsd-src/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-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/ |
| H A D | Tar.pm | 91 An object of class Archive::Tar represents a .tar(.gz) archive full 160 containing the full archive information (either compressed or 591 on the full path. So it cannot compensate for case-insensitive file- 599 my $full = shift; 601 return unless defined $full; 606 return 1 if $self->_find_entry($full); 689 disk. Optionally takes a second parameter, which is the full native 869 my $full = File::Spec->catfile( $dir, $file ); 872 $self->_error( qq[Unknown file type for file '$full'] ); 884 if (-l $full || [all...] |
| /openbsd-src/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-src/gnu/usr.bin/perl/t/lib/charnames/ |
| H A D | alias | 53 use charnames ":alias" => ":full"; 57 :alias cannot use existing pragma :full \(reversed order\?\) at 68 # NAME alias with hashref to :full OK 71 use charnames ":full", ":alias" => { e_ACUTE => "LATIN SMALL LETTER E WITH ACUTE" }; 86 # NAME alias with :loose requires :full type name 95 # NAME alias with hashref to :short but using :full 98 use charnames ":full", ":alias" => { e_ACUTE => "LATIN:e WITH ACUTE" }; 188 use charnames ":full", ":alias" => { 200 use charnames ":full", ":alias" => "non_existing_xyzzy"; 209 use charnames ":full", ":alias" => "xy 7-"; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/amigaos4/ |
| H A D | amigaio.c | 919 char *full = 0; in myexecve() local 999 full = (char *)IExec->AllocVecTags(size + 10, AVT_ClearWithValue, 0 ,TAG_DONE); in myexecve() 1000 if (full) in myexecve() 1007 sprintf(full, "%s %s %s ", interpreter_conv, in myexecve() 1010 sprintf(full, "%s %s ", interpreter_args, 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() [all …]
|
| /openbsd-src/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()
|