| /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);
|
| srscan.c | 169 printf("Length, Skill %s%s, ", p->abbrev, p->full); 171 printf("%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/usr.sbin/fssconfig/ |
| fssconfig.c | 114 char full[64], path[MAXPATHLEN]; local 183 fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open); 197 err(1, "%s: FSSIOCSET", full); 208 char full[64]; local 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 244 fd = opendisk1(dev, O_RDONLY, full, sizeof(full), 0, prog_open) [all...] |
| /src/games/sail/ |
| pl_4.c | 49 int rig, full; local 52 full = mf->FS; 56 if (!full) { 57 if (sgetch("Increase to Full sails? ",
|
| dr_3.c | 335 int rig, full; local 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 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 */ 225 int slop1, slop2, full; local 235 full = (bytes - slop1 /* - slop2 */) >> 2; 245 for (; full; full--) {
|
| rasops24.c | 214 int bytes, full, slop, cnt; local 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 357 full = (num - slop1 /* - slop2 */) / 12; 370 for (cnt = full; cnt; cnt--) {
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| k3-j784s4-evm-usxgmii-exp1-exp2.dtso | 39 full-duplex; 51 full-duplex;
|
| /src/sys/ddb/ |
| db_command.c | 1038 bool full = false; local 1041 full = true; 1048 kqueue_printit((struct kqueue *)(uintptr_t) addr, full, db_printf); 1060 bool full = false; local 1063 full = true; 1068 uvm_map_printit((struct vm_map *)(uintptr_t) addr, full, db_printf); 1080 bool full = false; local 1083 full = true; 1085 uvm_object_printit((struct uvm_object *)(uintptr_t) addr, full, 1098 bool full = false local 1128 bool full = false; local 1203 bool full = false; local 1220 bool full = false; local 1249 bool full = false; local 1262 bool full = false; local 1484 bool full = false; local [all...] |
| /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 | 458 _LIB.so.full:=${_LIB}.so.${SHLIB_FULLVERSION} 461 _LIB.so.debug:=${_LIB.so.full}.debug 528 _LIBS+=${_LIB.so.full} 703 ${_LIB.so.full}: ${_LIB.so.link} ${_LIB.so.debug} 707 ${_LIB.so.link} ${_LIB.so.full}.tmp && \ 708 ${MV} ${_LIB.so.full}.tmp ${_LIB.so.full} \ 712 ${_LIB.so.full}: ${_MAINLIBDEPS} 727 # XXX Also creates dead symlinks until the .full rule runs 731 ${HOST_LN} -sf ${_LIB.so.full} ${_LIB.so.major}.tm [all...] |
| /src/sys/rump/librump/rumpvfs/ |
| rump_vfs.c | 482 int *full = cl; local 486 vfs_vnode_print(vp, *full, (void *)rumpuser_dprintf); 491 rump_vfs_mount_print(const char *path, int full) 503 vfs_mount_print(mvp->v_mount, full, (void *)rumpuser_dprintf); 504 if (full) { 507 vfs_vnode_iterator_next(marker, rump_print_selector, &full);
|
| /src/sys/conf/ |
| ssp.mk | 16 # Their full name is noted as documentation.
|
| /src/sys/dev/fdt/ |
| fdt_ddb.c | 123 fdt_print(const void *addr, bool full, 158 if (!full)
|