Home
last modified time | relevance | path

Searched refs:lookahead (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/lib/zlib_deflate/
Ddeflate.c403 if (strm->avail_in != 0 || s->lookahead != 0 || in zlib_deflate()
536 s->lookahead = 0; in lm_init()
598 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()
689 if ((uInt)best_len <= s->lookahead) return best_len; in longest_match()
690 return s->lookahead; in longest_match()
743 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window()
746 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window()
805 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window()
806 s->lookahead += n; in fill_window()
809 if (s->lookahead >= MIN_MATCH) { in fill_window()
[all …]
Ddefutil.h134 uInt lookahead; /* number of valid bytes ahead in window */ member
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dsdio.c884 u32 *lookahead) in ath10k_sdio_mbox_read_int_status() argument
895 *lookahead = 0; in ath10k_sdio_mbox_read_int_status()
925 *lookahead = 0; in ath10k_sdio_mbox_read_int_status()
935 *lookahead = le32_to_cpu( in ath10k_sdio_mbox_read_int_status()
937 if (!*lookahead) in ath10k_sdio_mbox_read_int_status()
950 u32 lookahead; in ath10k_sdio_mbox_proc_pending_irqs() local
961 &lookahead); in ath10k_sdio_mbox_proc_pending_irqs()
967 if (!host_int_status && !lookahead) { in ath10k_sdio_mbox_proc_pending_irqs()
973 if (lookahead) { in ath10k_sdio_mbox_proc_pending_irqs()
976 lookahead); in ath10k_sdio_mbox_proc_pending_irqs()
[all …]
Dhtc.h198 u8 lookahead[4]; member
206 u8 lookahead[4]; member
Dhtc.c254 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead()
284 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
/Linux-v5.4/arch/sh/include/asm/
Dprocessor_32.h82 unsigned char lookahead; member
Dprocessor_64.h75 unsigned char lookahead; member
/Linux-v5.4/arch/x86/math-emu/
Dfpu_system.h87 #define FPU_lookahead (I387->soft.lookahead)
/Linux-v5.4/arch/x86/include/asm/fpu/
Dtypes.h91 u8 lookahead; member
/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h242 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
Dintel-pt-decoder.c98 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
234 decoder->lookahead = params->lookahead; in intel_pt_decoder_new()
3033 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d); in intel_pt_fast_forward()
/Linux-v5.4/mm/
Dslub.c3050 int lookahead = 3; in build_detached_freelist() local
3106 if (!--lookahead) in build_detached_freelist()
/Linux-v5.4/tools/perf/util/
Dintel-pt.c897 params.lookahead = intel_pt_lookahead; in intel_pt_alloc_queue()