Home | History | Annotate | Download | only in tests

Lines Matching full:use_hdr

50 static VbDevMusic *use_hdr;
70 use_hdr = (VbDevMusic *)notebuf;
71 use_notes = use_hdr->notes;
72 Memcpy(use_hdr, &good_header, sizeof(good_header));
74 FixChecksum(use_hdr);
99 return use_hdr;
114 use_hdr = 0;
123 use_hdr = 0;
150 use_hdr->count--;
151 FixChecksum(use_hdr);
153 TEST_TRUE(NotesMatch(a->music_notes, use_notes, use_hdr->count) &&
154 a->note_count == use_hdr->count + 1 &&
155 a->music_notes[use_hdr->count].msec == 28700 &&
156 a->music_notes[use_hdr->count].frequency == 0,
163 FixChecksum(use_hdr);
174 FixChecksum(use_hdr);
183 use_hdr->sig[0] = 'C';
192 use_hdr->count = 0;
201 use_hdr->count = 999;
210 use_hdr->checksum++;