Home
last modified time | relevance | path

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

/linux/lib/zlib_deflate/
A Ddeflate.c540 s->lookahead = 0; in lm_init()
602 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()
694 return s->lookahead; in longest_match()
810 s->lookahead += n; in fill_window()
813 if (s->lookahead >= MIN_MATCH) { in fill_window()
875 if (s->lookahead <= 1) { in deflate_stored()
887 s->strstart += s->lookahead; in deflate_stored()
888 s->lookahead = 0; in deflate_stored()
996 s->lookahead--; in deflate_fast()
1106 s->lookahead--; in deflate_slow()
[all …]
A Ddefutil.h136 uInt lookahead; /* number of valid bytes ahead in window */ member
/linux/fs/erofs/
A Dzmap.c246 unsigned int eofs, bool lookahead) in unpack_compacted_index() argument
277 if (lookahead) in unpack_compacted_index()
350 unsigned long lcn, bool lookahead) in compacted_load_cluster_from_disk() argument
403 lookahead); in compacted_load_cluster_from_disk()
407 unsigned int lcn, bool lookahead) in z_erofs_load_cluster_from_disk() argument
415 return compacted_load_cluster_from_disk(m, lcn, lookahead); in z_erofs_load_cluster_from_disk()
/linux/drivers/net/wireless/ath/ath10k/
A Dsdio.c930 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 Dhtc.h235 u8 lookahead[4]; member
243 u8 lookahead[4]; member
A Dhtc.c295 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead()
325 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
/linux/arch/sh/include/asm/
A Dprocessor_32.h81 unsigned char lookahead; member
/linux/arch/x86/math-emu/
A Dfpu_system.h87 #define FPU_lookahead (I387->soft.lookahead)
/linux/arch/x86/include/asm/fpu/
A Dtypes.h91 u8 lookahead; member
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.h257 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
A Dintel-pt-decoder.c123 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
311 decoder->lookahead = params->lookahead; in intel_pt_decoder_new()
4163 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d); in intel_pt_fast_forward()
/linux/mm/
A Dslub.c3571 int lookahead = 3; in build_detached_freelist() local
3632 if (!--lookahead) in build_detached_freelist()
/linux/tools/perf/util/
A Dintel-pt.c1201 params.lookahead = intel_pt_lookahead; in intel_pt_alloc_queue()

Completed in 73 milliseconds