Lines Matching refs:temp
568 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_bzero() local
577 temp = nextofs - offset; in snd_emu10k1_synth_bzero()
579 if (temp1 < temp) in snd_emu10k1_synth_bzero()
580 temp = temp1; in snd_emu10k1_synth_bzero()
583 memset(ptr, 0, temp); in snd_emu10k1_synth_bzero()
598 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_copy_from_user() local
607 temp = nextofs - offset; in snd_emu10k1_synth_copy_from_user()
609 if (temp1 < temp) in snd_emu10k1_synth_copy_from_user()
610 temp = temp1; in snd_emu10k1_synth_copy_from_user()
612 if (ptr && copy_from_user(ptr, data, temp)) in snd_emu10k1_synth_copy_from_user()
615 data += temp; in snd_emu10k1_synth_copy_from_user()