Lines Matching refs:shptr
880 unsigned char *shptr; in wavefront_send_sample() local
1010 shptr = &sample_hdr[0]; in wavefront_send_sample()
1012 shptr = munge_int32 (header->number, shptr, 2); in wavefront_send_sample()
1015 shptr = munge_int32 (length, shptr, 4); in wavefront_send_sample()
1022 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleStartOffset), in wavefront_send_sample()
1023 shptr, 4); in wavefront_send_sample()
1024 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopStartOffset), in wavefront_send_sample()
1025 shptr, 4); in wavefront_send_sample()
1026 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopEndOffset), in wavefront_send_sample()
1027 shptr, 4); in wavefront_send_sample()
1028 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleEndOffset), in wavefront_send_sample()
1029 shptr, 4); in wavefront_send_sample()
1036 shptr = munge_int32 (header->hdr.s.FrequencyBias, shptr, 3); in wavefront_send_sample()
1043 shptr = munge_int32 (*(&header->hdr.s.FrequencyBias+1), in wavefront_send_sample()
1044 shptr, 2); in wavefront_send_sample()