Home
last modified time | relevance | path

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

/lib/zlib_inflate/
Dinffast.c80 unsigned write; /* window write index */ in inflate_fast() local
107 write = state->write; in inflate_fast()
188 if (write == 0) { /* very common case */ in inflate_fast()
198 else if (write < op) { /* wrap around window */ in inflate_fast()
199 from += wsize + write - op; in inflate_fast()
200 op -= write; in inflate_fast()
207 if (write < len) { /* some from start of window */ in inflate_fast()
208 op = write; in inflate_fast()
218 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.debug263 write to these files.
620 notified, write the error code to "actions/<notifier event>/error".
627 bash: echo: write error: Cannot allocate memory
1474 notified, write the error code to "actions/<notifier event>/error".
1481 bash: echo: write error: Operation not permitted
1498 notified, write the error code to "actions/<notifier event>/error".
1505 bash: echo: write error: Cannot allocate memory
1522 notified, write the error code to "actions/<notifier event>/error".
Ddynamic_debug.c836 .write = ddebug_proc_write
Ddma-debug.c870 .write = filter_write,