Searched refs:lookahead (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
D | deflate.c | 405 if (strm->avail_in != 0 || s->lookahead != 0 || in zlib_deflate() 540 s->lookahead = 0; in lm_init() 602 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match() 693 if ((uInt)best_len <= s->lookahead) return best_len; in longest_match() 694 return s->lookahead; in longest_match() 747 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window() 750 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window() 809 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 810 s->lookahead += n; in fill_window() 813 if (s->lookahead >= MIN_MATCH) { in fill_window() [all …]
|
D | defutil.h | 136 uInt lookahead; /* number of valid bytes ahead in window */ member
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | processor_32.h | 81 unsigned char lookahead; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
D | htc.h | 235 u8 lookahead[4]; member 243 u8 lookahead[4]; member
|
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 …]
|
D | htc.c | 295 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead() 325 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
D | fpu_system.h | 87 #define FPU_lookahead (I387->soft.lookahead)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
D | types.h | 91 u8 lookahead; member
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 243 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
|
D | intel-pt-decoder.c | 107 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member 256 decoder->lookahead = params->lookahead; in intel_pt_decoder_new() 3275 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d); in intel_pt_fast_forward()
|
/kernel/linux/linux-5.10/mm/ |
D | slub.c | 3198 int lookahead = 3; in build_detached_freelist() local 3254 if (!--lookahead) in build_detached_freelist()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | intel-pt.c | 1039 params.lookahead = intel_pt_lookahead; in intel_pt_alloc_queue()
|