Home
last modified time | relevance | path

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

/lib/zlib_inflate/
A 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()
A Dinflate.c52 state->write = 0; in zlib_inflateReset()
131 state->write = 0; in zlib_updatewindow()
135 dist = state->wsize - state->write; in zlib_updatewindow()
137 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow()
141 state->write = copy; in zlib_updatewindow()
145 state->write += dist; in zlib_updatewindow()
146 if (state->write == state->wsize) state->write = 0; in zlib_updatewindow()
678 if (copy > state->write) { in zlib_inflate()
679 copy -= state->write; in zlib_inflate()
683 from = state->window + (state->write - copy); in zlib_inflate()
A Dinflate.h88 unsigned write; /* window write index */ member
/lib/
A Dsys_info.c54 int sysctl_sys_info_handler(const struct ctl_table *ro_table, int write, in sysctl_sys_info_handler() argument
64 if (write) { in sysctl_sys_info_handler()
71 ret = proc_dostring(&table, write, buffer, lenp, ppos); in sysctl_sys_info_handler()
95 return proc_dostring(&table, write, buffer, lenp, ppos); in sysctl_sys_info_handler()
A Dlogic_iomem.c241 area->ops->write(area->priv, \
272 area->ops->write(area->priv, start + offs, 1, value); in memset_io()
319 area->ops->write(area->priv, start + offs, 1, buf[offs]); in memcpy_toio()
A DKconfig.kcsan34 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))…
35 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1))
37 The compiler instruments plain compound read-write operations
211 If enabled and a conflicting write is observed via a watchpoint, but
A Dstring_helpers.c1031 const bool write = FORTIFY_REASON_DIR(reason); in __fortify_report() local
1036 name, size, str_read_write(!write), avail); in __fortify_report()
A DKconfig133 bool "Register read/write tracing"
136 Create tracepoints for MMIO read/write operations. These trace events
137 can be used for logging all MMIO read/write operations.
A Dtest_hmm.c329 unsigned long end, bool write) in dmirror_fault() argument
339 HMM_PFN_REQ_FAULT | (write ? HMM_PFN_REQ_WRITE : 0), in dmirror_fault()
A DKconfig.debug668 write to these files.
933 notified, write the error code to "actions/<notifier event>/error".
940 bash: echo: write error: Cannot allocate memory
1838 Allows to write steps between "offline" and "online" to the CPUs
1972 notified, write the error code to "actions/<notifier event>/error".
1979 bash: echo: write error: Cannot allocate memory
1996 notified, write the error code to "actions/<notifier event>/error".
2012 notified, write the error code to "actions/<notifier event>/error".
A Dtest_firmware.c1285 .write = test_fw_upload_write,
A Ddynamic_debug.c1192 .write = ddebug_proc_write
/lib/xz/
A Dxz_dec_test.c181 .write = &xz_dec_test_write in xz_dec_test_init()
/lib/kunit/
A Ddebugfs.c163 .write = debugfs_run,
/lib/tests/
A Dfortify_kunit.c28 void fortify_add_kunit_error(int write);
29 #define fortify_panic(func, write, avail, size, retfail) do { \ argument
30 FORTIFY_REPORT_KUNIT(FORTIFY_REASON(func, write), avail, size); \
31 fortify_add_kunit_error(write); \
66 void fortify_add_kunit_error(int write) in fortify_add_kunit_error() argument
76 write ? "fortify_write_overflows" in fortify_add_kunit_error()
/lib/crypto/x86/
A Dchacha-avx512vl-x86_64.S142 # xor and write second block
354 # xor and write second block
408 # xor and write fourth block
705 # xor/write first four blocks
764 # xor remaining blocks, write to output
A Dchacha-avx2-x86_64.S169 # xor and write second block
420 # xor and write second block
474 # xor and write fourth block
882 # xor/write first four blocks
943 # xor remaining blocks, write to output
A Dsha1-ssse3-and-avx.S280 # write: \a, \b
A Dchacha-ssse3-x86_64.S650 # xor with corresponding input, write to output
/lib/crypto/powerpc/
A Dchacha-p10le-8x.S513 # write 256 bytes

Completed in 39 milliseconds