Searched refs:SF_CUES_VAR_SIZE (Results 1 – 1 of 1) sorted by relevance
1319 #define SF_CUES_VAR_SIZE(count) (sizeof (SF_CUES_0) + count * sizeof (SF_CUE_POINT)) macro1326 { SF_CUES *pcues = calloc (1, SF_CUES_VAR_SIZE (cue_count)) ; in psf_cues_alloc()1341 memcpy (pnew, pcues, SF_CUES_VAR_SIZE (pcues->cue_count)) ; in psf_cues_dup()1354 memcpy (data, psf->cues, SF_CUES_VAR_SIZE (cue_count)) ; in psf_get_cues()