Searched refs:ptr4 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/hexagon/lib/
H A Dchecksum.c91 unsigned int *ptr4; local
111 ptr4 = (unsigned int *) &ptr[start & 3];
114 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]),
148 ptr4 = (unsigned int *) &ptr[start + (mid * 16) + (end & 8)];
151 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]),
/linux-master/lib/
H A Dhexdump.c168 const u32 *ptr4 = buf; local
173 get_unaligned(ptr4 + j));
/linux-master/sound/pci/emu10k1/
H A Dp16v.c482 snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; local
490 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel);
491 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel);
493 ptr2+= (ptr4 >> 3) * runtime->period_size;
H A Demu10k1x.c511 snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0; local
518 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
520 if(ptr4 == 0 && ptr1 == frames_to_bytes(runtime, runtime->buffer_size))
523 if (ptr3 != ptr4)
526 ptr2 += (ptr4 >> 3) * runtime->period_size;

Completed in 626 milliseconds