Searched refs:ptr4 (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/hexagon/lib/ |
D | checksum.c | 106 unsigned int *ptr4; in do_csum() local 126 ptr4 = (unsigned int *) &ptr[start & 3]; in do_csum() 129 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum() 163 ptr4 = (unsigned int *) &ptr[start + (mid * 16) + (end & 8)]; in do_csum() 166 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum()
|
/linux-3.4.99/lib/ |
D | hexdump.c | 116 const u32 *ptr4 = buf; in hex_dump_to_buffer() local 121 "%s%8.8x", j ? " " : "", *(ptr4 + j)); in hex_dump_to_buffer()
|
/linux-3.4.99/sound/pci/emu10k1/ |
D | p16v.c | 555 snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; in snd_p16v_pcm_pointer_playback() local 562 ptr4 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel); in snd_p16v_pcm_pointer_playback() 563 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel); in snd_p16v_pcm_pointer_playback() 565 ptr2+= (ptr4 >> 3) * runtime->period_size; in snd_p16v_pcm_pointer_playback()
|
D | emu10k1x.c | 521 snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0; in snd_emu10k1x_pcm_pointer() local 528 ptr4 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel); in snd_emu10k1x_pcm_pointer() 530 if(ptr4 == 0 && ptr1 == frames_to_bytes(runtime, runtime->buffer_size)) in snd_emu10k1x_pcm_pointer() 533 if (ptr3 != ptr4) in snd_emu10k1x_pcm_pointer() 536 ptr2 += (ptr4 >> 3) * runtime->period_size; in snd_emu10k1x_pcm_pointer()
|