Searched refs:maxnotes (Results 1 – 1 of 1) sorted by relevance
68 uint32_t maxnotes, mysum, mylen, i; in VbGetDevMusicNotes() local100 maxnotes = 1 + (maxsize - sizeof(VbDevMusic)) / sizeof(VbDevMusicNote); in VbGetDevMusicNotes()101 if (hdr->count == 0 || hdr->count > maxnotes) { in VbGetDevMusicNotes()103 hdr->count, maxnotes)); in VbGetDevMusicNotes()