Searched refs:lookahead (Results 1 - 15 of 15) sorted by relevance

/linux-master/lib/zlib_deflate/
H A Ddeflate.c99 /* Minimum amount of lookahead, except at the end of the input file.
405 if (strm->avail_in != 0 || s->lookahead != 0 ||
547 s->lookahead = 0;
560 * OUT assertion: the match length is not greater than s->lookahead.
609 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
611 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
631 * lookahead only every 4th comparison; the 128th check will be made
634 * to check more often for insufficient lookahead.
669 /* We check for insufficient lookahead onl
[all...]
H A Ddefutil.h136 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:deflate_state
264 /* Minimum amount of lookahead, except at the end of the input file.
/linux-master/include/linux/
H A Dtty_buffer.h18 unsigned int lookahead; /* Lazy update on recv, can become less than "read" */ member in struct:tty_buffer
/linux-master/drivers/tty/
H A Dtty_buffer.c108 p->lookahead = 0;
238 buf->head->lookahead = buf->head->read;
399 head->lookahead = max(head->lookahead, head->read);
415 count = smp_load_acquire(&head->commit) - head->lookahead;
424 p = char_buf_ptr(head, head->lookahead);
426 f = flag_buf_ptr(head, head->lookahead);
431 head->lookahead += count;
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h82 unsigned char lookahead; member in struct:sh_fpu_soft_struct
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.h235 u8 lookahead[4]; member in struct:ath10k_htc_lookahead_report
243 u8 lookahead[4]; member in struct:ath10k_htc_lookahead_bundle
H A Dsdio.c457 /* Only read lookahead's from RX trailers
744 /* Copy the lookahead obtained from the HTC register table into our
771 * n_lookaheads depending on if the packets contain lookahead
931 u32 *lookahead)
942 *lookahead = 0;
959 * registers and the lookahead registers.
975 *lookahead = 0;
985 *lookahead = le32_to_cpu(
987 if (!*lookahead)
988 ath10k_warn(ar, "sdio mbox lookahead i
929 ath10k_sdio_mbox_read_int_status(struct ath10k *ar, u8 *host_int_status, u32 *lookahead) argument
1000 u32 lookahead; local
[all...]
H A Dhtc.c291 /* Invalid lookahead flags are actually transmitted by
294 * the lookahead in this case
301 "htc rx lookahead found pre_valid 0x%x post_valid 0x%x\n",
305 memcpy((u8 *)next_lookaheads, report->lookahead, 4);
325 ath10k_warn(ar, "Invalid lookahead bundle count: %d\n",
335 report->lookahead, 4);
/linux-master/arch/x86/math-emu/
H A Dfpu_system.h87 #define FPU_lookahead (I387->soft.lookahead)
/linux-master/fs/erofs/
H A Dzmap.c119 erofs_off_t pos, bool lookahead)
153 if (lookahead)
226 unsigned long lcn, bool lookahead)
273 return unpack_compacted_index(m, amortizedshift, pos, lookahead);
277 unsigned int lcn, bool lookahead)
283 return z_erofs_load_compact_lcluster(m, lcn, lookahead);
117 unpack_compacted_index(struct z_erofs_maprecorder *m, unsigned int amortizedshift, erofs_off_t pos, bool lookahead) argument
225 z_erofs_load_compact_lcluster(struct z_erofs_maprecorder *m, unsigned long lcn, bool lookahead) argument
276 z_erofs_load_lcluster_from_disk(struct z_erofs_maprecorder *m, unsigned int lcn, bool lookahead) argument
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h279 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member in struct:intel_pt_params
H A Dintel-pt-decoder.c123 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member in struct:intel_pt_decoder
320 decoder->lookahead = params->lookahead;
4399 * intel_pt_ff_cb - fast forward lookahead callback.
4405 * Return: 1 (stop lookahead) if @buffer trace is past the fast forward
4459 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d);
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h93 u8 lookahead; member in struct:swregs_state
/linux-master/mm/
H A Dslub.c4418 int lookahead = 3; local
4466 if (!--lookahead)
/linux-master/tools/perf/util/
H A Dintel-pt.c1328 params.lookahead = intel_pt_lookahead;

Completed in 560 milliseconds