Searched refs:lookahead (Results 1 – 14 of 14) sorted by relevance
/linux/lib/zlib_deflate/ |
H A D | deflate.c | 99 /* Minimum amount of lookahead, except at the end of the input file. 402 if (strm->avail_in != 0 || s->lookahead != 0 || in zlib_deflate() 544 s->lookahead = 0; in lm_init() 557 * OUT assertion: the match length is not greater than s->lookahead. 606 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match() 608 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); in longest_match() 628 * lookahead only every 4th comparison; the 128th check will be made in longest_match() 631 * to check more often for insufficient lookahead. in longest_match() 666 /* We check for insufficient lookahead onl in longest_match() [all...] |
H A D | defutil.h | 136 uInt lookahead; /* number of valid bytes ahead in window */ member
|
/linux/drivers/tty/ |
H A D | tty_buffer.c | 108 p->lookahead = 0; in tty_buffer_reset() 238 buf->head->lookahead = buf->head->read; in tty_buffer_flush() 399 head->lookahead = max(head->lookahead, head->read); in lookahead_bufs() 415 count = smp_load_acquire(&head->commit) - head->lookahead; in lookahead_bufs() 424 p = char_buf_ptr(head, head->lookahead); in lookahead_bufs() 426 f = flag_buf_ptr(head, head->lookahead); in lookahead_bufs() 431 head->lookahead += count; in lookahead_bufs()
|
/linux/include/linux/ |
H A D | tty_buffer.h | 18 unsigned int lookahead; /* Lazy update on recv, can become less than "read" */ member
|
/linux/arch/sh/include/asm/ |
H A D | processor_32.h | 82 unsigned char lookahead; member
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htc.h | 235 u8 lookahead[4]; member 243 u8 lookahead[4]; member
|
H A D | htc.c | 294 /* Invalid lookahead flags are actually transmitted by in ath10k_htc_process_lookahead() 297 * the lookahead in this case in ath10k_htc_process_lookahead() 304 "htc rx lookahead found pre_valid 0x%x post_valid 0x%x\n", in ath10k_htc_process_lookahead() 308 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead() 328 ath10k_warn(ar, "Invalid lookahead bundle count: %d\n", in ath10k_htc_process_lookahead_bundle() 338 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
|
/linux/arch/x86/math-emu/ |
H A D | fpu_system.h | 87 #define FPU_lookahead (I387->soft.lookahead)
|
/linux/fs/erofs/ |
H A D | zmap.c | 101 unsigned long lcn, bool lookahead) in z_erofs_load_compact_lcluster() argument 168 if (lookahead) in z_erofs_load_compact_lcluster() 241 unsigned int lcn, bool lookahead) in z_erofs_load_lcluster_from_disk() argument 254 return z_erofs_load_compact_lcluster(m, lcn, lookahead); in z_erofs_load_lcluster_from_disk()
|
/linux/arch/x86/include/asm/fpu/ |
H A D | types.h | 93 u8 lookahead; member
|
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | 279 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
|
H A D | intel-pt-decoder.c | 123 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member 320 decoder->lookahead = params->lookahead; in intel_pt_decoder_new() 4401 * intel_pt_ff_cb - fast forward lookahead callback. 4407 * Return: 1 (stop lookahead) if @buffer trace is past the fast forward 4461 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d); in intel_pt_fast_forward()
|
/linux/mm/ |
H A D | slub.c | 5191 int lookahead = 3; in build_detached_freelist() local 5239 if (!--lookahead) in build_detached_freelist()
|
/linux/tools/perf/util/ |
H A D | intel-pt.c | 1332 params.lookahead = intel_pt_lookahead; in intel_pt_alloc_queue()
|