| /src/sys/external/bsd/drm2/dist/drm/radeon/ | 
| radeon_rs690.c | 86 			tmp.full = dfixed_const(100); 87 			rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock));
 88 			rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp);
 90 				rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock));
 92 				rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
 93 				rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp);
 95 				rdev->pm.igp_system_mclk.full = dfixed_const(400);
 96 			rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock));
 97 			rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth);
 100 			tmp.full = dfixed_const(100)
 [all...]
 | 
| radeon_rv515.c | 986 	a.full = dfixed_const(100); 987 	sclk.full = dfixed_const(selected_sclk);
 988 	sclk.full = dfixed_div(sclk, a);
 990 	if (crtc->vsc.full > dfixed_const(2))
 991 		wm->num_line_pair.full = dfixed_const(2);
 993 		wm->num_line_pair.full = dfixed_const(1);
 995 	b.full = dfixed_const(mode->crtc_hdisplay);
 996 	c.full = dfixed_const(256);
 997 	a.full = dfixed_div(b, c);
 998 	request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair)
 [all...]
 | 
| radeon_r100.c | 3244 	crit_point_ff.full = 0; 3245 	disp_drain_rate.full = 0;
 3266 	min_mem_eff.full = dfixed_const_8(0);
 3287 	temp_ff.full = dfixed_const(temp);
 3288 	mem_bw.full = dfixed_mul(mclk_ff, temp_ff);
 3290 	pix_clk.full = 0;
 3291 	pix_clk2.full = 0;
 3292 	peak_disp_bw.full = 0;
 3294 		temp_ff.full = dfixed_const(1000);
 3295 		pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point *
 [all...]
 | 
| /src/share/doc/psd/20.ipctut/ | 
| udgramsend.c | 37 #define DATA "The sea is calm tonight, the tide is full . . ." 
 | 
| dgramsend.c | 38 #define DATA "The sea is calm tonight, the tide is full . . ." 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ | 
| ppevvmath.h | 39  * A.full => The full number as it is. Generally not easy to read 44     int full;  member in union:_fInt
 225 		temp.full = (X << SHIFT_AMOUNT);
 227 		temp.full = 0;
 243 		temp.full = (X << SHIFT_AMOUNT);
 245 		temp.full = 0;
 282 			fValue.full = 0;
 292 	fValue.full = fValue.full << times_shifted
 [all...]
 | 
| /src/games/trek/ | 
| getpar.h | 39 	const char	*full;  member in struct:cvntab 
 | 
| win.c | 84 			printf("from %s%s ", p->abbrev, p->full); 86 			printf("to %s%s\n", p->abbrev, p->full);
 
 | 
| /src/sys/external/bsd/drm2/dist/include/drm/ | 
| drm_fixed.h | 33 	u32 full;  member in union:dfixed 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))
 66 	u64 tmp = ((u64)A.full << 13);
 68 	do_div(tmp, B.full);
 [all...]
 | 
| /src/lib/libc/arch/vax/gen/ | 
| __sigsetjmp14.S | 54 	jmp	_C_LABEL(__setjmp14)+2	# yep, do full setjmp 62 	jmp	_C_LABEL(__longjmp14)+2	# yep, do full longjmp
 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ | 
| stingray-board-base.dtsi | 38 	full-pwr-cycle; 42 	full-pwr-cycle;
 
 | 
| /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/ | 
| dlink_dsr-500n-1000n.dtsi | 24 						full-duplex; 30 						full-duplex;
 
 | 
| /src/usr.sbin/fssconfig/ | 
| fssconfig.c | 114 	char full[64], path[MAXPATHLEN];  local in function:config 183 	fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open);
 197 		err(1, "%s: FSSIOCSET", full);
 208 	char full[64];  local in function:unconfig
 216 	fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open);
 221 		err(1, "%s: FSSIOCCLR", full);
 228 	char *dev, path[64], full[64];  local in function:list
 244 		fd = opendisk1(dev, O_RDONLY, full, sizeof(full), 0, prog_open)
 [all...]
 | 
| /src/games/sail/ | 
| pl_4.c | 49 	int rig, full;  local in function:changesail 52 	full = mf->FS;
 56 		if (!full) {
 57 			if (sgetch("Increase to Full sails? ",
 
 | 
| dr_3.c | 335 	int rig, full;  local in function:checksails 348 					full = 1;
 350 					full = 0;
 352 				full = 0;
 355 			full = 0;
 357 		if ((sp->file->FS != 0) != full)
 358 			send_fs(sp, full);
 
 | 
| /src/games/dab/ | 
| player.cc | 70 	if (b.full()) 
 | 
| /src/sys/dev/rasops/ | 
| rasops1-4_putchar.h | 91 	int height, width, full, cnt, bit;  local in function:NAME 205 	full = width / 32;
 206 	width -= full * 32;
 220 			for (cnt = full; cnt; cnt--)
 227 				memcpy(hp, rp, ((lmask != -1) + full +
 254 			for (cnt = full; cnt; cnt--) {
 269 				memcpy(hp, rp, ((lmask != -1) + full +
 291 			for (cnt = full; cnt; cnt--)
 297 				memcpy(hp, rp, ((lmask != -1) + full +
 
 | 
| rasops.h | 42 #define RI_FULLCLEAR	0x01	/* eraserows() hack to clear full screen */ 224 	int slop1, slop2, full;  local in function:rasops_memset32
 234 	full = (bytes - slop1 /* - slop2 */) >> 2;
 244 	for (; full; full--) {
 
 | 
| rasops24.c | 214 	int bytes, full, slop, cnt;  local in function:rasops24_eraserows 265 	full = bytes / (4 * 3);
 266 	slop = (bytes - full * (4 * 3)) / 4;
 271 		for (cnt = full; cnt; cnt--) {
 297 	int height, slop1, slop2, full, cnt;  local in function:rasops24_erasecols
 357 	full = (num - slop1 /* - slop2 */) / 12;
 370 		for (cnt = full; cnt; cnt--) {
 
 | 
| /src/sys/ddb/ | 
| db_command.c | 1036 	bool full = false;  local in function:db_kqueue_print_cmd 1039 		full = true;
 1046 	kqueue_printit((struct kqueue *)(uintptr_t) addr, full, db_printf);
 1058 	bool full = false;  local in function:db_map_print_cmd
 1061 		full = true;
 1066 	uvm_map_printit((struct vm_map *)(uintptr_t) addr, full, db_printf);
 1078 	bool full = false;  local in function:db_object_print_cmd
 1081 		full = true;
 1083 	uvm_object_printit((struct uvm_object *)(uintptr_t) addr, full,
 1096 	bool full = false  local in function:db_page_print_cmd
 1126  bool full = false;  local in function:db_buf_print_cmd
 1201  bool full = false;  local in function:db_vnode_print_cmd
 1218  bool full = false;  local in function:db_vnode_lock_print_cmd
 1247  bool full = false;  local in function:db_mount_print_cmd
 1260  bool full = false;  local in function:db_show_all_mounts
 1482  bool full = false;  local in function:db_fdt_print_cmd
 [all...]
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/ | 
| sp9860g-1h10.dts | 45 		charge-full-design-microamp-hours = <1900000>; 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| bcm47094-linksys-panamera.dts | 187 							full-duplex; 238 				full-duplex;
 250 				full-duplex;
 261 				full-duplex;
 271 				full-duplex;
 
 | 
| vf610-zii-dev-rev-b.dts | 72 							full-duplex; 83 							full-duplex;
 156 							full-duplex;
 167 							full-duplex;
 234 							full-duplex;
 246 							full-duplex;
 261 							full-duplex;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | 
| amdgpu_dce_v6_0.c | 530 	a.full = dfixed_const(1000); 531 	yclk.full = dfixed_const(wm->yclk);
 532 	yclk.full = dfixed_div(yclk, a);
 533 	dram_channels.full = dfixed_const(wm->dram_channels * 4);
 534 	a.full = dfixed_const(10);
 535 	dram_efficiency.full = dfixed_const(7);
 536 	dram_efficiency.full = dfixed_div(dram_efficiency, a);
 537 	bandwidth.full = dfixed_mul(dram_channels, yclk);
 538 	bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
 559 	a.full = dfixed_const(1000)
 [all...]
 | 
| /src/share/mk/ | 
| bsd.lib.mk | 427 _LIB.so.full:=${_LIB}.so.${SHLIB_FULLVERSION} 430 _LIB.so.debug:=${_LIB.so.full}.debug
 494 _LIBS+=${_LIB.so.full}
 653 ${_LIB.so.full}: ${_LIB.so.link} ${_LIB.so.debug}
 657 	    ${_LIB.so.link} ${_LIB.so.full}.tmp && \
 658 	    ${MV} ${_LIB.so.full}.tmp ${_LIB.so.full} \
 662 ${_LIB.so.full}: ${_MAINLIBDEPS}
 677 #  XXX Also creates dead symlinks until the .full rule runs
 681 	${HOST_LN} -sf ${_LIB.so.full} ${_LIB.so.major}.tm
 [all...]
 |