Searched refs:notebuf (Results 1 – 2 of 2) sorted by relevance
64 VbDevMusicNote *notebuf = 0; in VbGetDevMusicNotes() local173 notebuf = VbExMalloc((hdr->count + 1) * sizeof(VbDevMusicNote)); in VbGetDevMusicNotes()174 Memcpy(notebuf, hdr->notes, hdr->count * sizeof(VbDevMusicNote)); in VbGetDevMusicNotes()184 notebuf[hdr->count].msec = this_msecs; in VbGetDevMusicNotes()185 notebuf[hdr->count].frequency = 0; in VbGetDevMusicNotes()192 audio->music_notes = notebuf; in VbGetDevMusicNotes()
47 static uint8_t notebuf[sizeof(good_header) + variable70 use_hdr = (VbDevMusic *)notebuf; in ResetMocks()75 use_size = sizeof(notebuf); in ResetMocks()