Searched refs:lookahead (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/lib/zlib_deflate/ |
A D | deflate.c | 547 s->lookahead = 0; in lm_init() 609 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match() 701 return s->lookahead; in longest_match() 817 s->lookahead += n; in fill_window() 820 if (s->lookahead >= MIN_MATCH) { in fill_window() 882 if (s->lookahead <= 1) { in deflate_stored() 894 s->strstart += s->lookahead; in deflate_stored() 895 s->lookahead = 0; in deflate_stored() 1003 s->lookahead--; in deflate_fast() 1113 s->lookahead--; in deflate_slow() [all …]
|
A D | defutil.h | 136 uInt lookahead; /* number of valid bytes ahead in window */ member
|
/linux-6.3-rc2/drivers/tty/ |
A D | tty_buffer.c | 108 p->lookahead = 0; in tty_buffer_reset() 239 buf->head->lookahead = buf->head->read; in tty_buffer_flush() 469 head->lookahead = max(head->lookahead, head->read); in lookahead_bufs() 485 count = smp_load_acquire(&head->commit) - head->lookahead; in lookahead_bufs() 494 p = char_buf_ptr(head, head->lookahead); in lookahead_bufs() 496 f = flag_buf_ptr(head, head->lookahead); in lookahead_bufs() 501 head->lookahead += count; in lookahead_bufs()
|
/linux-6.3-rc2/fs/erofs/ |
A D | zmap.c | 137 erofs_off_t pos, bool lookahead) in unpack_compacted_index() argument 172 if (lookahead) in unpack_compacted_index() 245 unsigned long lcn, bool lookahead) in compacted_load_cluster_from_disk() argument 296 return unpack_compacted_index(m, amortizedshift, pos, lookahead); in compacted_load_cluster_from_disk() 300 unsigned int lcn, bool lookahead) in z_erofs_load_cluster_from_disk() argument 308 return compacted_load_cluster_from_disk(m, lcn, lookahead); in z_erofs_load_cluster_from_disk()
|
/linux-6.3-rc2/include/linux/ |
A D | tty_buffer.h | 18 int lookahead; /* Lazy update on recv, can become less than "read" */ member
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | processor_32.h | 82 unsigned char lookahead; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | htc.h | 235 u8 lookahead[4]; member 243 u8 lookahead[4]; member
|
A D | sdio.c | 930 u32 *lookahead) in ath10k_sdio_mbox_read_int_status() argument 941 *lookahead = 0; in ath10k_sdio_mbox_read_int_status() 974 *lookahead = 0; in ath10k_sdio_mbox_read_int_status() 984 *lookahead = le32_to_cpu( in ath10k_sdio_mbox_read_int_status() 986 if (!*lookahead) in ath10k_sdio_mbox_read_int_status() 999 u32 lookahead; in ath10k_sdio_mbox_proc_pending_irqs() local 1010 &lookahead); in ath10k_sdio_mbox_proc_pending_irqs() 1016 if (!host_int_status && !lookahead) { in ath10k_sdio_mbox_proc_pending_irqs() 1022 if (lookahead) { in ath10k_sdio_mbox_proc_pending_irqs() 1025 lookahead); in ath10k_sdio_mbox_proc_pending_irqs() [all …]
|
A D | htc.c | 304 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead() 334 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
|
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | fpu_system.h | 87 #define FPU_lookahead (I387->soft.lookahead)
|
/linux-6.3-rc2/arch/x86/include/asm/fpu/ |
A D | types.h | 91 u8 lookahead; member
|
/linux-6.3-rc2/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-decoder.h | 279 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
|
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() 4457 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d); in intel_pt_fast_forward()
|
/linux-6.3-rc2/mm/ |
A D | slub.c | 3837 int lookahead = 3; in build_detached_freelist() local 3885 if (!--lookahead) in build_detached_freelist()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | intel-pt.c | 1306 params.lookahead = intel_pt_lookahead; in intel_pt_alloc_queue()
|
Completed in 52 milliseconds