Lines Matching refs:shptr
887 unsigned char *shptr; in wavefront_send_sample() local
1020 shptr = &sample_hdr[0]; in wavefront_send_sample()
1022 shptr = munge_int32 (header->number, shptr, 2); in wavefront_send_sample()
1025 shptr = munge_int32 (length, shptr, 4); in wavefront_send_sample()
1032 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleStartOffset), in wavefront_send_sample()
1033 shptr, 4); in wavefront_send_sample()
1034 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopStartOffset), in wavefront_send_sample()
1035 shptr, 4); in wavefront_send_sample()
1036 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopEndOffset), in wavefront_send_sample()
1037 shptr, 4); in wavefront_send_sample()
1038 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleEndOffset), in wavefront_send_sample()
1039 shptr, 4); in wavefront_send_sample()
1046 shptr = munge_int32 (header->hdr.s.FrequencyBias, shptr, 3); in wavefront_send_sample()
1053 shptr = munge_int32 (*(&header->hdr.s.FrequencyBias+1), in wavefront_send_sample()
1054 shptr, 2); in wavefront_send_sample()