Home
last modified time | relevance | path

Searched refs:write (Results 1 – 8 of 8) sorted by relevance

/lib/zlib_inflate/
Dinffast.c101 unsigned write; /* window write index */ in inflate_fast() local
128 write = state->write; in inflate_fast()
209 if (write == 0) { /* very common case */ in inflate_fast()
219 else if (write < op) { /* wrap around window */ in inflate_fast()
220 from += wsize + write - op; in inflate_fast()
221 op -= write; in inflate_fast()
228 if (write < len) { /* some from start of window */ in inflate_fast()
229 op = write; in inflate_fast()
239 from += write - op; in inflate_fast()
Dinflate.c42 state->write = 0; in zlib_inflateReset()
112 state->write = 0; in zlib_updatewindow()
116 dist = state->wsize - state->write; in zlib_updatewindow()
118 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow()
122 state->write = copy; in zlib_updatewindow()
126 state->write += dist; in zlib_updatewindow()
127 if (state->write == state->wsize) state->write = 0; in zlib_updatewindow()
652 if (copy > state->write) { in zlib_inflate()
653 copy -= state->write; in zlib_inflate()
657 from = state->window + (state->write - copy); in zlib_inflate()
Dinflate.h86 unsigned write; /* window write index */ member
/lib/xz/
Dxz_dec_test.c182 .write = &xz_dec_test_write in xz_dec_test_init()
/lib/
DKconfig.kmemcheck20 will insert extra code at *every* read and write to tracked memory
DKconfig.debug235 write to these files.
583 notified, write the error code to "actions/<notifier event>/error".
590 bash: echo: write error: Cannot allocate memory
1370 notified, write the error code to "actions/<notifier event>/error".
1377 bash: echo: write error: Operation not permitted
1394 notified, write the error code to "actions/<notifier event>/error".
1401 bash: echo: write error: Cannot allocate memory
1418 notified, write the error code to "actions/<notifier event>/error".
Ddynamic_debug.c837 .write = ddebug_proc_write
Ddma-debug.c858 .write = filter_write,