Searched refs:ptr4 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/hexagon/lib/ |
| H A D | checksum.c | 91 unsigned int *ptr4; in do_csum() local 111 ptr4 = (unsigned int *) &ptr[start & 3]; in do_csum() 114 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum() 148 ptr4 = (unsigned int *) &ptr[start + (mid * 16) + (end & 8)]; in do_csum() 151 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum()
|
| /linux/lib/ |
| H A D | hexdump.c | 169 const u32 *ptr4 = buf; in hex_dump_to_buffer() 174 get_unaligned(ptr4 + j)); in hex_dump_to_buffer() 168 const u32 *ptr4 = buf; hex_dump_to_buffer() local
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1x.c | 500 snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0; in snd_emu10k1x_pcm_pointer() local 507 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_emu10k1x_pcm_pointer() 509 if(ptr4 == 0 && ptr1 == frames_to_bytes(runtime, runtime->buffer_size)) in snd_emu10k1x_pcm_pointer() 512 if (ptr3 != ptr4) in snd_emu10k1x_pcm_pointer() 515 ptr2 += (ptr4 >> 3) * runtime->period_size; in snd_emu10k1x_pcm_pointer()
|