| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| nouveau_nvkm_subdev_fb_gddr5.c | 42 int pd, lf, xd, vh, vr, vo, l3; local 52 vh = ram->next->bios.ramcfg_11_02_10; 119 ram->mr[7] |= (vh & 0x01) << 7;
|
| /src/sbin/svhlabel/ |
| svhlabel.c | 110 struct sgi_boot_block *vh; local 117 perror("seek vh"); 121 perror("read vh"); 124 vh = convert_sgi_boot_block(buf); 126 if (vh->magic != SGI_BOOT_BLOCK_MAGIC) 134 if (vh->partitions[i].blocks == 0) 140 switch (vh->partitions[i].type) { 146 if (is_efs(sd, vh->partitions[i].first)) { 148 npe.p_size = vh->partitions[i].blocks; 149 npe.p_offset = vh->partitions[i].first 239 struct sgi_boot_block *vh; local [all...] |
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| gcdext_lehmer.c | 281 mp_limb_t uh, vh; local 321 vh = mpn_addmul_1 (up, u0, un, v); 323 if ( (uh | vh) > 0) 325 uh += vh; 327 if (uh < vh)
|
| toom4_sqr.c | 50 vh = (8a0+4a1+2a2+ a3)^2 # A(1/2)^2 ah <= 14 102 /* NOTE: The multiplications to v2, vm2, vh and vm1 overwrites the 110 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro 151 TOOM4_SQR_REC (vh, apx, n + 1, tp); /* vh, 2n+1 limbs */ 162 mpn_toom_interpolate_7pts (pp, n, (enum toom7_flags) 0, vm2, vm1, v2, vh, 2*s, tp);
|
| gcd.c | 177 mp_limb_t uh, ul, vh, vl; local 186 vh = vp[n-1]; vl = vp[n-2]; 195 vh = MPN_EXTRACT_NUMB (shift, vp[n-1], vp[n-2]); 200 if (mpn_hgcd2 (uh, ul, vh, vl, &M))
|
| toom44_mul.c | 54 vh = (8a0+4a1+2a2+ a3)*(8b0+4b1+2b2+ b3) # A(1/2)*B(1/2) ah <= 14 bh <= 14 92 The other recursive products, vm1, v2, vm2, vh are stored in the 97 and at vh + 2n + 2. 139 /* NOTE: The multiplications to v2, vm2, vh and vm1 overwrites the 147 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro 216 TOOM44_MUL_N_REC (vh, apx, bpx, n + 1, tp); /* vh, 2n+1 limbs */ 234 mpn_toom_interpolate_7pts (pp, n, flags, vm2, vm1, v2, vh, s + t, tp);
|
| toom53_mul.c | 57 vh = (16a0+8a1+4a2+2a3+ a4)*(4b0+2b1+ b2) # A(1/2)*B(1/2) ah <= 30 bh <= 6 246 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro 255 mpn_mul_n (vh, ash, bsh, n + 1); /* vh, 2n+1 limbs */ 327 mpn_toom_interpolate_7pts (pp, n, flags, vm2, vm1, v2, vh, s + t,
|
| toom62_mul.c | 58 vh = (32a0+16a1+8a2+4a3+ 2a4+ a5)*(2b0+ b1) # A(1/2)*B(1/2) ah <= 62 bh <= 2 248 #define vh (scratch + 4 * n + 2) /* 2n+1 */ macro 257 mpn_mul_n (vh, ash, bsh, n + 1); /* vh, 2n+1 limbs */ 307 vm2, vm1, v2, vh, s + t, scratch_out);
|
| /src/sys/arch/mipsco/stand/installboot/ |
| installboot.c | 130 struct mips_volheader vh; local 134 read_volheader(disk, &vh); 138 for (i=0, vdp=vh.vh_voldir; i<MIPS_NVOLDIR; i++, vdp++) 147 struct mips_volheader vh; local 150 read_volheader(disk, &vh); 151 vdp = voldir_findfile(&vh, filename, 0); 158 write_volheader(disk, &vh); 165 struct mips_volheader vh; local 198 read_volheader(disk, &vh); 200 vdp = voldir_findfile(&vh, bootname, 1) [all...] |
| /src/sys/fs/hfs/ |
| hfs_vfsops.c | 393 while ((1 << mp->mnt_fs_bshift) < hmp->hm_vol.vh.block_size) 461 hfs_volume_header_t *vh; local 467 vh = &VFSTOHFS(mp)->hm_vol.vh; 469 sbp->f_bsize = vh->block_size; 472 sbp->f_blocks = vh->total_blocks; 473 sbp->f_bfree = vh->free_blocks; /* total free blocks */ 474 sbp->f_bavail = vh->free_blocks; /* blocks free for non superuser */ 476 sbp->f_files = vh->file_count; /* total files */ 477 sbp->f_ffree = (1U<<31) - vh->file_count; /* free file nodes * [all...] |
| libhfs.h | 450 hfs_volume_header_t vh; /* volume header */ member in struct:__anon6765
|
| /src/sys/dev/isa/ |
| ega.c | 395 struct vga_handle *vh = &vc->hdl; local 398 vh->vh_iot = iot; 399 vh->vh_memt = memt; 400 vh->vh_mono = mono; 402 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) 405 if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, 406 &vh->vh_ioh_6845)) 409 if (bus_space_map(vh->vh_memt, 0xa0000, 0x20000, 0, &vh->vh_allmemh) 676 struct vga_handle *vh = &vc->hdl; local [all...] |
| /src/sys/dev/ic/ |
| vga.c | 529 struct vga_handle *vh = &vc->hdl; local 533 vh->vh_iot = iot; 534 vh->vh_memt = memt; 536 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) 540 mor = vga_raw_read(vh, VGA_MISC_DATAR); 541 vh->vh_mono = !(mor & 1); 543 if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, 544 &vh->vh_ioh_6845) 716 struct vga_handle *vh; local 1006 struct vga_handle *vh = &vc->hdl; local 1461 struct vga_handle *vh = &vc->hdl; local 1509 struct vga_handle *vh = &vc->hdl; local 1529 struct vga_handle *vh = &vc->hdl; local 1557 struct vga_handle *vh = &vc->hdl; local 1575 struct vga_handle *vh = &vc->hdl; local [all...] |
| vga_raster.c | 380 struct vga_handle *vh = &vc->hdl; local 384 vh->vh_iot = iot; 385 vh->vh_memt = memt; 387 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) 391 mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_MISC_DATAR); 392 vh->vh_mono = !(mor & 1); 394 if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0 443 struct vga_handle *vh; local 559 struct vga_handle *vh; local 777 struct vga_handle *vh = &vc->hdl; local 1185 struct vga_handle *vh = scr->hdl; local 1261 struct vga_handle *vh = scr->hdl; local 1304 struct vga_handle *vh = scr->hdl; local 1362 struct vga_handle *vh = scr->hdl; local 1461 struct vga_handle *vh = &vc->hdl; local [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| ipv6.c | 521 uint64_t vh, vl, user_low, user_high; local 565 in6_to_h64(&vh, &vl, prefix); 567 vh |= user_high; 571 h64_to_in6(result, vh, vl);
|
| /src/sys/netinet/ |
| ip_carp.c | 985 struct carp_softc *vh; local 999 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) { 1000 if ((vh->sc_if.if_flags & (IFF_UP|IFF_RUNNING)) == 1001 (IFF_UP|IFF_RUNNING) && vh->sc_state == MASTER) 1002 carp_send_ad(vh); 1349 struct carp_softc *vh; local 1353 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) { 1355 (vh->sc_if.if_flags & (IFF_UP|IFF_RUNNING)) == 1357 (type == CARP_COUNT_MASTER && vh->sc_state == MASTER)) { 1359 IFADDR_READER_FOREACH(ifa, &vh->sc_if) 1412 struct carp_softc *vh; local 1435 struct carp_softc *vh; local 1481 struct carp_softc *vh; local [all...] |