Lines Matching refs:o4
805 size_t i, o, o4, nelements, j; in cdf_read_property_info() local
884 o4 = o * sizeof(uint32_t); in cdf_read_property_info()
894 (void)memcpy(&s16, &q[o4], sizeof(s16)); in cdf_read_property_info()
900 (void)memcpy(&s32, &q[o4], sizeof(s32)); in cdf_read_property_info()
907 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info()
913 (void)memcpy(&s64, &q[o4], sizeof(s64)); in cdf_read_property_info()
919 (void)memcpy(&u64, &q[o4], sizeof(u64)); in cdf_read_property_info()
925 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info()
932 (void)memcpy(&u64, &q[o4], sizeof(u64)); in cdf_read_property_info()
959 (const void *)(&q[o4 + sizeof(l)]); in cdf_read_property_info()
969 o4 = o * sizeof(uint32_t); in cdf_read_property_info()
976 (void)memcpy(&tp, &q[o4], sizeof(tp)); in cdf_read_property_info()