Home
last modified time | relevance | path

Searched refs:from (Results 1 – 9 of 9) sorted by relevance

/lib/zlib_inflate/
Dinffast.c114 unsigned char *from; /* where to copy match from */ in inflate_fast() local
208 from = window - OFF; in inflate_fast()
210 from += wsize - op; in inflate_fast()
214 PUP(out) = PUP(from); in inflate_fast()
216 from = out - dist; /* rest from output */ in inflate_fast()
220 from += wsize + write - op; in inflate_fast()
225 PUP(out) = PUP(from); in inflate_fast()
227 from = window - OFF; in inflate_fast()
232 PUP(out) = PUP(from); in inflate_fast()
234 from = out - dist; /* rest from output */ in inflate_fast()
[all …]
Dinflate.c342 unsigned char *from; /* where to copy match bytes from */ in zlib_inflate() local
669 from = state->window + (state->wsize - copy); in zlib_inflate()
672 from = state->window + (state->write - copy); in zlib_inflate()
676 from = put - state->offset; in zlib_inflate()
683 *put++ = *from++; in zlib_inflate()
/lib/
Diomap_copy.c32 const void *from, in __iowrite32_copy() argument
36 const u32 *src = from; in __iowrite32_copy()
55 const void *from, in __iowrite64_copy() argument
60 const u64 *src = from; in __iowrite64_copy()
66 __iowrite32_copy(to, from, count * 2); in __iowrite64_copy()
Dparser.c58 args[argc].from = s; in match_one()
82 if (args[argc].to == args[argc].from) in match_one()
133 size_t len = s->to - s->from; in match_number()
138 memcpy(buf, s->from, len); in match_number()
207 size_t ret = src->to - src->from; in match_strlcpy()
211 memcpy(dest, src->from, len); in match_strlcpy()
227 size_t sz = s->to - s->from + 1; in match_strdup()
Dkfifo.c189 const void __user *from, unsigned int len, unsigned int off, in kfifo_copy_from_user() argument
205 ret = copy_from_user(fifo->data + off, from, l); in kfifo_copy_from_user()
209 ret = copy_from_user(fifo->data, from + l, len - l); in kfifo_copy_from_user()
223 int __kfifo_from_user(struct __kfifo *fifo, const void __user *from, in __kfifo_from_user() argument
238 ret = kfifo_copy_from_user(fifo, from, len, fifo->in, copied); in __kfifo_from_user()
512 int __kfifo_from_user_r(struct __kfifo *fifo, const void __user *from, in __kfifo_from_user_r() argument
526 ret = kfifo_copy_from_user(fifo, from, len, fifo->in + recsize, copied); in __kfifo_from_user_r()
DKconfig.kmemcheck81 32-bit reads from 16-bit variables where the upper 16 bits are
DKconfig383 Data from JEDEC specs for DDR SDRAM memories,
392 Multiprecision maths library from GnuPG.
DKconfig.debug132 references from one section to another section.
156 - Enable verbose reporting from modpost in order to help resolve
357 reprogrammed. The statistics can be read from /proc/timer_stats.
839 modules properly unregister themselves from notifier chains.
849 pointers from task_structs to any given cred struct, and checks to
859 # Select this config option from the architecture Kconfig, if it
1073 Conventionally, block device numbers are allocated from
1076 option forces most block device numbers to be allocated from
1274 and to test how the mmc host driver handles retries from
1353 firescope and access all memory below 4GB using fireproxy from gdb.
[all …]
/lib/raid6/
Dint.uc27 /* Change this from BITS_PER_LONG if there is something better... */