Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 2293) sorted by relevance

12345678910>>...92

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rs690.c86 tmp.full = dfixed_const(100); in rs690_pm_info()
87 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info()
88 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info()
90 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info()
92 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info()
93 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info()
95 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info()
96 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info()
97 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info()
100 tmp.full = dfixed_const(100); in rs690_pm_info()
[all …]
H A Dradeon_rv515.c986 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute()
987 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute()
988 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute()
990 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
991 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute()
993 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute()
995 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
996 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute()
997 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
998 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
[all …]
H A Dradeon_r100.c3244 crit_point_ff.full = 0; in r100_bandwidth_update()
3245 disp_drain_rate.full = 0; in r100_bandwidth_update()
3266 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update()
3287 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3288 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3290 pix_clk.full = 0; in r100_bandwidth_update()
3291 pix_clk2.full = 0; in r100_bandwidth_update()
3292 peak_disp_bw.full = 0; in r100_bandwidth_update()
3294 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3295 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update()
[all …]
H A Dradeon_evergreen.c1959 a.full = dfixed_const(1000); in evergreen_dram_bandwidth()
1960 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth()
1961 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth()
1962 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth()
1963 a.full = dfixed_const(10); in evergreen_dram_bandwidth()
1964 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth()
1965 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth()
1966 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
1967 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
1979 a.full = dfixed_const(1000); in evergreen_dram_bandwidth_for_display()
[all …]
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Drunone.sh17 full=$file.in*
18 if [ ! -f $full ]; then
19 full=$file.err*
22 full=$file
25 if [ ! -f $full ]; then
30 errcase=$(expr $full : ".*\.err*")
34 trail=$(expr $full : ".*\.in\(.\)")
36 trail=$(expr $full : ".*\.err\(.\)")
55 *) echo "unrecognized trail '$trail' in '$full'" >&2; exit 1;;
59 base=$(basename $full .err$trail)
[all …]
H A Dcheckone.sh23 full=$file.out
25 full=$file
27 if [ ! -f $full ]; then
39 base=$(basename $full .out)
42 $KEA4 -t $full >& $log
44 echo "$full raised an error" >&2
49 $KEA6 -t $full >& $log
51 echo "$full raised an error" >&2
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h44 int full; member
225 temp.full = (X << SHIFT_AMOUNT); in ConvertToFraction()
227 temp.full = 0; in ConvertToFraction()
243 temp.full = (X << SHIFT_AMOUNT); in Convert_ULONG_ToFraction()
245 temp.full = 0; in Convert_ULONG_ToFraction()
282 fValue.full = 0; in GetScaledFraction()
292 fValue.full = fValue.full << times_shifted; in GetScaledFraction()
293 fValue.full = fValue.full >> factor_shifted; in GetScaledFraction()
303 Sum.full = X.full + Y.full; in fAdd()
313 Difference.full = X.full - Y.full; in fSubtract()
[all …]
/netbsd-src/usr.sbin/fssconfig/
H A Dfssconfig.c114 char full[64], path[MAXPATHLEN]; in config() local
183 fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open); in config()
197 err(1, "%s: FSSIOCSET", full); in config()
208 char full[64]; in unconfig() local
216 fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open); in unconfig()
221 err(1, "%s: FSSIOCCLR", full); in unconfig()
228 char *dev, path[64], full[64]; in list() local
244 fd = opendisk1(dev, O_RDONLY, full, sizeof(full), 0, prog_open); in list()
258 err(1, "%s: FSSIOCGET", full); in list()
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.h33 size_t full; member
114 return dict->full == 0; in dict_is_empty()
122 return dict->full > distance; in dict_is_distance_valid()
157 assert(dict->full == dict->size); in dict_repeat()
177 if (dict->full < dict->pos) in dict_repeat()
178 dict->full = dict->pos; in dict_repeat()
194 if (dict->pos > dict->full) in dict_put()
195 dict->full = dict->pos; in dict_put()
220 if (dict->pos > dict->full) in dict_write()
221 dict->full = dict->pos; in dict_write()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_fixed.h33 u32 full; member
41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
42 #define dfixed_init(A) { .full = dfixed_const((A)) }
43 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
44 #define dfixed_trunc(A) ((A).full >> 12)
45 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
58 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
66 u64 tmp = ((u64)A.full << 13); in dfixed_div()
68 do_div(tmp, B.full); in dfixed_div()
/netbsd-src/share/mk/
H A Dbsd.lib.mk421 _LIB.so.full:=${_LIB}.so.${SHLIB_FULLVERSION}
424 _LIB.so.debug:=${_LIB.so.full}.debug
488 _LIBS+=${_LIB.so.full}
647 ${_LIB.so.full}: ${_LIB.so.link} ${_LIB.so.debug}
651 ${_LIB.so.link} ${_LIB.so.full}.tmp && \
652 ${MV} ${_LIB.so.full}.tmp ${_LIB.so.full} \
656 ${_LIB.so.full}: ${_MAINLIBDEPS}
671 # XXX Also creates dead symlinks until the .full rule runs
675 ${HOST_LN} -sf ${_LIB.so.full}
[all...]
/netbsd-src/sys/ddb/
H A Ddb_command.c1036 bool full = false; in db_kqueue_print_cmd() local
1039 full = true; in db_kqueue_print_cmd()
1046 kqueue_printit((struct kqueue *)(uintptr_t) addr, full, db_printf); in db_kqueue_print_cmd()
1058 bool full = false; in db_map_print_cmd() local
1061 full = true; in db_map_print_cmd()
1066 uvm_map_printit((struct vm_map *)(uintptr_t) addr, full, db_printf); in db_map_print_cmd()
1078 bool full = false; in db_object_print_cmd() local
1081 full = true; in db_object_print_cmd()
1083 uvm_object_printit((struct uvm_object *)(uintptr_t) addr, full, in db_object_print_cmd()
1096 bool full = false; in db_page_print_cmd() local
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dce_v6_0.c530 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth()
531 yclk.full = dfixed_const(wm->yclk); in dce_v6_0_dram_bandwidth()
532 yclk.full = dfixed_div(yclk, a); in dce_v6_0_dram_bandwidth()
533 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v6_0_dram_bandwidth()
534 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth()
535 dram_efficiency.full = dfixed_const(7); in dce_v6_0_dram_bandwidth()
536 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v6_0_dram_bandwidth()
537 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v6_0_dram_bandwidth()
538 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v6_0_dram_bandwidth()
559 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth_for_display()
[all …]
H A Damdgpu_dce_v8_0.c667 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth()
668 yclk.full = dfixed_const(wm->yclk); in dce_v8_0_dram_bandwidth()
669 yclk.full = dfixed_div(yclk, a); in dce_v8_0_dram_bandwidth()
670 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v8_0_dram_bandwidth()
671 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth()
672 dram_efficiency.full = dfixed_const(7); in dce_v8_0_dram_bandwidth()
673 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v8_0_dram_bandwidth()
674 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v8_0_dram_bandwidth()
675 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v8_0_dram_bandwidth()
696 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth_for_display()
[all …]
H A Damdgpu_dce_v10_0.c732 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth()
733 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth()
734 yclk.full = dfixed_div(yclk, a); in dce_v10_0_dram_bandwidth()
735 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth()
736 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth()
737 dram_efficiency.full = dfixed_const(7); in dce_v10_0_dram_bandwidth()
738 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v10_0_dram_bandwidth()
739 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v10_0_dram_bandwidth()
740 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v10_0_dram_bandwidth()
761 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth_for_display()
[all …]
H A Damdgpu_dce_v11_0.c758 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth()
759 yclk.full = dfixed_const(wm->yclk); in dce_v11_0_dram_bandwidth()
760 yclk.full = dfixed_div(yclk, a); in dce_v11_0_dram_bandwidth()
761 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v11_0_dram_bandwidth()
762 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth()
763 dram_efficiency.full = dfixed_const(7); in dce_v11_0_dram_bandwidth()
764 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v11_0_dram_bandwidth()
765 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v11_0_dram_bandwidth()
766 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v11_0_dram_bandwidth()
787 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth_for_display()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dsimplify.inc27 ; This is currently the same as define-full-enum but it needn't remain
28 ; that way (it's define-full-enum that would change).
32 (define-full-enum name comment attrs prefix vals)
39 (define-full-insn-enum name comment attrs prefix fld vals)
48 (define-full-ifield name comment attrs start length UINT #f #f)
55 (define-full-ifield name comment attrs start length mode encode decode)
67 (define-full-multi-ifield name comment attrs mode subflds insert extract)
82 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
94 (define-full-hardware name comment attrs name type
115 (define-full-hardware name comment attrs name type () () () () () ())
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dsimplify.inc27 ; This is currently the same as define-full-enum but it needn't remain
28 ; that way (it's define-full-enum that would change).
32 (define-full-enum name comment attrs prefix vals)
39 (define-full-insn-enum name comment attrs prefix fld vals)
48 (define-full-ifield name comment attrs start length UINT #f #f)
55 (define-full-ifield name comment attrs start length mode encode decode)
67 (define-full-multi-ifield name comment attrs mode subflds insert extract)
82 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
94 (define-full-hardware name comment attrs name type
115 (define-full-hardware name comment attrs name type () () () () () ())
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dsimplify.inc27 ; This is currently the same as define-full-enum but it needn't remain
28 ; that way (it's define-full-enum that would change).
32 (define-full-enum name comment attrs prefix vals)
39 (define-full-insn-enum name comment attrs prefix fld vals)
48 (define-full-ifield name comment attrs start length UINT #f #f)
55 (define-full-ifield name comment attrs start length mode encode decode)
67 (define-full-multi-ifield name comment attrs mode subflds insert extract)
82 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
94 (define-full-hardware name comment attrs name type
115 (define-full-hardware name comment attrs name type () () () () () ())
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dsimplify.inc27 ; This is currently the same as define-full-enum but it needn't remain
28 ; that way (it's define-full-enum that would change).
32 (define-full-enum name comment attrs prefix vals)
39 (define-full-insn-enum name comment attrs prefix fld vals)
48 (define-full-ifield name comment attrs start length UINT #f #f)
55 (define-full-ifield name comment attrs start length mode encode decode)
67 (define-full-multi-ifield name comment attrs mode subflds insert extract)
82 (define-full-multi-ifield name comment attrs UINT subflds #f #f)
94 (define-full-hardware name comment attrs name type
115 (define-full-hardware name comment attrs name type () () () () () ())
[all …]
/netbsd-src/sys/dev/rasops/
H A Drasops1-4_putchar.h91 int height, width, full, cnt, bit; in NAME() local
205 full = width / 32; in NAME()
206 width -= full * 32; in NAME()
220 for (cnt = full; cnt; cnt--) in NAME()
227 memcpy(hp, rp, ((lmask != -1) + full + in NAME()
254 for (cnt = full; cnt; cnt--) { in NAME()
269 memcpy(hp, rp, ((lmask != -1) + full + in NAME()
291 for (cnt = full; cnt; cnt--) in NAME()
297 memcpy(hp, rp, ((lmask != -1) + full + in NAME()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dstrip_addr.c76 char *strip_addr_internal(const char *full, char **extension, in strip_addr_internal() argument
87 if (*delimiter_set == 0 || full[strcspn(full, delimiter_set)] == 0) { in strip_addr_internal()
90 stripped = mystrdup(full); in strip_addr_internal()
96 *extent = full[strlen(stripped)]; in strip_addr_internal()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-merge.c113 unsigned full = all < 0; in __gcov_merge_topn() local
115 *total += full ? -all : all; in __gcov_merge_topn()
123 full |= gcov_topn_add_value (counters + GCOV_TOPN_MEM_COUNTERS * i, in __gcov_merge_topn()
127 if (full) in __gcov_merge_topn()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/
H A Dclose_stdout3 $description = "Make sure make exits with an error if stdout is full.";
5 if (-e '/dev/full') {
6 run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256);
/netbsd-src/external/mpl/bind/dist/bin/tests/system/verify/zones/
H A Dgenzones.sh150 $SIGNER ${s} -P -O full -o ${zone} -f ${file} ${file} $ksk >s.out$n || dumpit s.out$n
160 $SIGNER -3 - ${s} -P -O full -o ${zone} -f ${file} ${file} $ksk >s.out$n || dumpit s.out$n
170 $SIGNER -P -O full -o ${zone} -f ${file} ${file} $ksk >s.out$n || dumpit s.out$n
179 $SIGNER -P -O full -o ${zone} -f ${file} ${file} $ksk >s.out$n || dumpit s.out$n
188 $SIGNER -P -O full -o ${zone} -f ${file} ${file} $ksk >s.out$n || dumpit s.out$n
190 $SIGNER -Px -Z nonsecify -O full -o ${zone} -f ${file} ${file} $zsk >s.out$n || dumpit s.out$n
197 $SIGNER -P -O full -o ${zone} -f ${file} ${file} $ksk >s.out$n || dumpit s.out$n
199 $SIGNER -Px -Z nonsecify -O full -o ${zone} -f ${file}.tmp ${file} $zsk >s.out$n || dumpit s.out$n
208 $SIGNER -P -O full -o ${zone} -f ${file} ${file} $ksk >s.out$n || dumpit s.out$n
210 $SIGNER -Px -Z nonsecify -O full
[all...]

12345678910>>...92