Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.41.9/osfmk/console/art/
H A Dscalegear.c40 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-10002.41.9/bsd/vfs/
H A Dvfs_attrlist.c947 struct vfs_attr vs = {}; in getvolattrlist() local
964 VFSATTR_INIT(&vs); in getvolattrlist()
965 vs.f_vol_name = NULL; in getvolattrlist()
979 bzero(&vs, sizeof(vs)); in getvolattrlist()
1003 if ((error = getvolattrlist_setupvfsattr(alp, &vs, &fixedsize, is_64bit)) != 0) { in getvolattrlist()
1007 if (vs.f_active != 0) { in getvolattrlist()
1009 if (VFSATTR_IS_ACTIVE(&vs, f_vol_name)) { in getvolattrlist()
1010 vs.f_vol_name = (char *) zalloc(ZV_NAMEI); in getvolattrlist()
1011 vs.f_vol_name[0] = '\0'; in getvolattrlist()
1014 …vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, vs.f_supported); in getvolattrlist()
[all …]
/xnu-10002.41.9/doc/memorystatus/
H A Doverview.md112 Daemons have different memory limits when they're inactive (in band 0) vs. active (above band 0). T…
H A Dfreezer.md23 …for freezing. This is basically just looking at the number of dirty shared vs. anonymous pages. Se…
/xnu-10002.41.9/doc/
H A Ddebugging.md275 Python 2’s **/** operator has two behaviors depending on the types of its arguments (**float** vs. …