Home
last modified time | relevance | path

Searched refs:buffer_end (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dbuffers.c14 static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1; variable
78 if (buff_in > buffer_end) in synth_buffer_add()
93 if (buff_out > buffer_end) in synth_buffer_getc()
113 if (buff_out > buffer_end) in synth_buffer_skip_nonlatin1()
/linux/sound/sh/
H A Dsh_dac_audio.c46 char *data_buffer, *buffer_begin, *buffer_end; member
67 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in dac_audio_reset()
106 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_open()
147 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_trigger()
168 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_copy()
186 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_silence()
283 if (chip->buffer_begin == chip->buffer_end) in sh_dac_audio_timer()
/linux/lib/
H A Ddecompress_unlzma.c73 uint8_t *buffer_end; member
99 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_read()
113 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_init()
125 if (rc->ptr >= rc->buffer_end) in rc_init_code()
135 if (rc->ptr >= rc->buffer_end) in rc_do_normalize()
583 if (rc.ptr >= rc.buffer_end) in unlzma()
/linux/drivers/usb/storage/
H A Dsddr09.c1202 unsigned char *buffer, *buffer_end, *ptr; in sddr09_read_map() local
1229 buffer_end = buffer + alloc_len; in sddr09_read_map()
1251 ptr = buffer_end; in sddr09_read_map()
1254 if (ptr >= buffer_end) { in sddr09_read_map()
/linux/drivers/firewire/
H A Dohci.c825 void *buffer_end = ctx->buffer + AR_BUFFERS * PAGE_SIZE; in ohci_ar_context_work() local
826 p = handle_ar_packets(ctx, p, buffer_end); in ohci_ar_context_work()
827 if (p < buffer_end) in ohci_ar_context_work()