Searched refs:RTVFS_INST_ALIGNMENT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp53 #define RTVFS_INST_ALIGNMENT 16U macro
730 size_t const cbThis = RT_ALIGN_Z(sizeof(RTVFSOBJINTERNAL), RTVFS_INST_ALIGNMENT)
731 + RT_ALIGN_Z(cbInstance, RTVFS_INST_ALIGNMENT);
737 (char *)pThis + RT_ALIGN_Z(sizeof(*pThis), RTVFS_INST_ALIGNMENT));
1604 size_t const cbThis = RT_ALIGN_Z(sizeof(RTVFSINTERNAL), RTVFS_INST_ALIGNMENT)
1605 + RT_ALIGN_Z(cbInstance, RTVFS_INST_ALIGNMENT);
1611 (char *)pThis + RT_ALIGN_Z(sizeof(*pThis), RTVFS_INST_ALIGNMENT));
1691 size_t const cbThis = RT_ALIGN_Z(sizeof(RTVFSFSSTREAMINTERNAL), RTVFS_INST_ALIGNMENT)
1692 + RT_ALIGN_Z(cbInstance, RTVFS_INST_ALIGNMENT);
1698 (char *)pThis + RT_ALIGN_Z(sizeof(*pThis), RTVFS_INST_ALIGNMENT));
[all...]

Completed in 46 milliseconds