Lines Matching refs:shptr
889 unsigned char *shptr; in wavefront_send_sample() local
1022 shptr = &sample_hdr[0]; in wavefront_send_sample()
1024 shptr = munge_int32 (header->number, shptr, 2); in wavefront_send_sample()
1027 shptr = munge_int32 (length, shptr, 4); in wavefront_send_sample()
1034 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleStartOffset), in wavefront_send_sample()
1035 shptr, 4); in wavefront_send_sample()
1036 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopStartOffset), in wavefront_send_sample()
1037 shptr, 4); in wavefront_send_sample()
1038 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopEndOffset), in wavefront_send_sample()
1039 shptr, 4); in wavefront_send_sample()
1040 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleEndOffset), in wavefront_send_sample()
1041 shptr, 4); in wavefront_send_sample()
1048 shptr = munge_int32 (header->hdr.s.FrequencyBias, shptr, 3); in wavefront_send_sample()
1055 shptr = munge_int32 (*(&header->hdr.s.FrequencyBias+1), in wavefront_send_sample()
1056 shptr, 2); in wavefront_send_sample()