Lines Matching full:udst
158 unsigned short* udst = 0;
427 udst = (unsigned short*)(buf->data.s + (size_t)vi*sample_count);
462 pair16u32s_ptr[i].u = udst + i;
543 udst = (unsigned short*)(buf->data.s + (size_t)vi*sample_count);
568 udst[i] = (unsigned short)i; // TODO: memory corruption may be here
575 std::sort(udst, udst + sample_count, LessThanIdx<float, unsigned short>(_fdst));
586 udst = (unsigned short*)(buf->data.s + (size_t)work_var_count*sample_count);
592 if (udst)
593 udst[i] = sidx ? (unsigned short)sidx[i] : (unsigned short)i;
787 unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() +
792 udst[i] = (unsigned short)val;