| /lib/zlib_inflate/ |
| A D | inffast.c | 80 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 D | inflate.c | 52 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 D | inflate.h | 88 unsigned write; /* window write index */ member
|
| /lib/ |
| A D | sys_info.c | 54 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 D | logic_iomem.c | 241 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 D | Kconfig.kcsan | 34 …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 D | string_helpers.c | 1031 const bool write = FORTIFY_REASON_DIR(reason); in __fortify_report() local 1036 name, size, str_read_write(!write), avail); in __fortify_report()
|
| A D | Kconfig | 133 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 D | test_hmm.c | 329 unsigned long end, bool write) in dmirror_fault() argument 339 HMM_PFN_REQ_FAULT | (write ? HMM_PFN_REQ_WRITE : 0), in dmirror_fault()
|
| A D | Kconfig.debug | 668 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 D | test_firmware.c | 1285 .write = test_fw_upload_write,
|
| A D | dynamic_debug.c | 1192 .write = ddebug_proc_write
|
| /lib/xz/ |
| A D | xz_dec_test.c | 181 .write = &xz_dec_test_write in xz_dec_test_init()
|
| /lib/kunit/ |
| A D | debugfs.c | 163 .write = debugfs_run,
|
| /lib/tests/ |
| A D | fortify_kunit.c | 28 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 D | chacha-avx512vl-x86_64.S | 142 # 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 D | chacha-avx2-x86_64.S | 169 # 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 D | sha1-ssse3-and-avx.S | 280 # write: \a, \b
|
| A D | chacha-ssse3-x86_64.S | 650 # xor with corresponding input, write to output
|
| /lib/crypto/powerpc/ |
| A D | chacha-p10le-8x.S | 513 # write 256 bytes
|