Lines Matching refs:shptr
883 unsigned char *shptr; in wavefront_send_sample() local
1016 shptr = &sample_hdr[0]; in wavefront_send_sample()
1018 shptr = munge_int32 (header->number, shptr, 2); in wavefront_send_sample()
1021 shptr = munge_int32 (length, shptr, 4); in wavefront_send_sample()
1028 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleStartOffset), in wavefront_send_sample()
1029 shptr, 4); in wavefront_send_sample()
1030 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopStartOffset), in wavefront_send_sample()
1031 shptr, 4); in wavefront_send_sample()
1032 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopEndOffset), in wavefront_send_sample()
1033 shptr, 4); in wavefront_send_sample()
1034 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleEndOffset), in wavefront_send_sample()
1035 shptr, 4); in wavefront_send_sample()
1042 shptr = munge_int32 (header->hdr.s.FrequencyBias, shptr, 3); in wavefront_send_sample()
1049 shptr = munge_int32 (*(&header->hdr.s.FrequencyBias+1), in wavefront_send_sample()
1050 shptr, 2); in wavefront_send_sample()