Searched refs:lookahead (Results 1 – 13 of 13) sorted by relevance
/linux/lib/zlib_deflate/ |
A D | deflate.c | 540 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 D | defutil.h | 136 uInt lookahead; /* number of valid bytes ahead in window */ member
|
/linux/fs/erofs/ |
A D | zmap.c | 246 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 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.h | 235 u8 lookahead[4]; member 243 u8 lookahead[4]; member
|
A 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()
|
/linux/arch/sh/include/asm/ |
A D | processor_32.h | 81 unsigned char lookahead; member
|
/linux/arch/x86/math-emu/ |
A D | fpu_system.h | 87 #define FPU_lookahead (I387->soft.lookahead)
|
/linux/arch/x86/include/asm/fpu/ |
A D | types.h | 91 u8 lookahead; member
|
/linux/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-decoder.h | 257 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 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 D | slub.c | 3571 int lookahead = 3; in build_detached_freelist() local 3632 if (!--lookahead) in build_detached_freelist()
|
/linux/tools/perf/util/ |
A D | intel-pt.c | 1201 params.lookahead = intel_pt_lookahead; in intel_pt_alloc_queue()
|
Completed in 57 milliseconds