Searched refs:vs (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/osfmk/console/art/ |
| H A D | scalegear.c | 40 vImage_Buffer vs; in main() local 46 vs.width = kGearWidth * 2; in main() 47 vs.height = kGearHeight * 2 * kGearFrames; in main() 48 vs.rowBytes = vs.width * sizeof(uint32_t); in main() 49 vs.data = malloc(vs.height * vs.rowBytes); in main() 51 vd.width = 1.5 * vs.width; in main() 52 vd.height = 1.5 * vs.height; in main() 56 for (i = 0; i < vs.width * vs.height; i++) { in main() 59 ((uint32_t *)vs.data)[i] = data32; in main() 62 verr = vImageScale_ARGB8888(&vs, &vd, NULL, kvImageHighQualityResampling); in main()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_attrlist.c | 966 VFSATTR_INIT(&vs); in getvolattrlist() 981 bzero(&vs, sizeof(vs)); in getvolattrlist() 1057 VFSATTR_RETURN(&vs, f_bused, mnt->mnt_vfsstat.f_blocks - vs.f_bfree); in getvolattrlist() 1108 vs.f_supported = vs.f_active; in getvolattrlist() 1442 ATTR_PACK_CAST(&ab, off_t, vs.f_bsize * vs.f_blocks); in getvolattrlist() 1446 ATTR_PACK_CAST(&ab, off_t, vs.f_bsize * vs.f_bfree); in getvolattrlist() 1450 ATTR_PACK_CAST(&ab, off_t, vs.f_bsize * vs.f_bavail); in getvolattrlist() 1454 ATTR_PACK_CAST(&ab, off_t, vs.f_bsize * vs.f_bused); in getvolattrlist() 1549 ATTR_PACK_CAST(&ab, off_t, vs.f_bsize * vs.f_quota); in getvolattrlist() 1553 ATTR_PACK_CAST(&ab, off_t, vs.f_bsize * vs.f_reserved); in getvolattrlist() [all …]
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 19 …for freezing. This is basically just looking at the number of dirty shared vs. anonymous pages. Se…
|
| H A D | memorystatus.md | 107 Daemons have different memory limits when they're inactive (in band 0) vs. active (above band 0). T…
|
| /xnu-11215/doc/lifecycle/ |
| H A D | hibernation.md | 232 other threads can run or any devices are turned on. This split of wired vs.
|