Lines Matching refs:temp
575 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_bzero() local
584 temp = nextofs - offset; in snd_emu10k1_synth_bzero()
586 if (temp1 < temp) in snd_emu10k1_synth_bzero()
587 temp = temp1; in snd_emu10k1_synth_bzero()
590 memset(ptr, 0, temp); in snd_emu10k1_synth_bzero()
605 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_copy_from_user() local
614 temp = nextofs - offset; in snd_emu10k1_synth_copy_from_user()
616 if (temp1 < temp) in snd_emu10k1_synth_copy_from_user()
617 temp = temp1; in snd_emu10k1_synth_copy_from_user()
619 if (ptr && copy_from_user(ptr, data, temp)) in snd_emu10k1_synth_copy_from_user()
622 data += temp; in snd_emu10k1_synth_copy_from_user()