Searched refs:in_pos (Results 51 - 75 of 80) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dxz.h123 * if in_pos is equal to in_size.
124 * @in_pos: Current position in the input buffer. This must not exceed
134 * the variables in_pos and out_pos are modified by the XZ code.
138 size_t in_pos; member in struct:xz_buf
205 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/lzma/
H A Dindex_hash.h84 * \param in_pos in[*in_pos] is the next byte to process
92 * - LZMA_BUF_ERROR: Cannot progress because *in_pos >= in_size.
96 const uint8_t *in, size_t *in_pos, size_t in_size)
H A Dvli.h132 * \param in_pos The next byte will be read from in[*in_pos].
155 const uint8_t *in, size_t *in_pos, size_t in_size)
H A Dfilter.h272 * \param in_pos The next byte will be read from in[*in_pos].
273 * *in_pos is updated only if decoding succeeds.
284 const uint8_t *in, size_t *in_pos, size_t in_size,
423 const uint8_t *in, size_t *in_pos, size_t in_size)
H A Dblock.h509 * \param in_pos The next byte will be read from in[*in_pos].
510 * *in_pos is updated only if decoding succeeds.
528 const uint8_t *in, size_t *in_pos, size_t in_size,
H A Dcontainer.h396 * \param in_pos The next byte will be read from in[*in_pos].
397 * *in_pos is updated only if decoding succeeds.
422 const uint8_t *in, size_t *in_pos, size_t in_size,
H A Dindex.h667 * \param in_pos The next byte will be read from in[*in_pos].
668 * *in_pos is updated only if decoding succeeds.
681 const uint8_t *in, size_t *in_pos, size_t in_size)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/lzma/
H A Dindex_hash.h84 * \param in_pos in[*in_pos] is the next byte to process
92 * - LZMA_BUF_ERROR: Cannot progress because *in_pos >= in_size.
96 const uint8_t *in, size_t *in_pos, size_t in_size)
H A Dvli.h132 * \param in_pos The next byte will be read from in[*in_pos].
155 const uint8_t *in, size_t *in_pos, size_t in_size)
H A Dfilter.h272 * \param in_pos The next byte will be read from in[*in_pos].
273 * *in_pos is updated only if decoding succeeds.
284 const uint8_t *in, size_t *in_pos, size_t in_size,
423 const uint8_t *in, size_t *in_pos, size_t in_size)
H A Dblock.h509 * \param in_pos The next byte will be read from in[*in_pos].
510 * *in_pos is updated only if decoding succeeds.
528 const uint8_t *in, size_t *in_pos, size_t in_size,
H A Dcontainer.h396 * \param in_pos The next byte will be read from in[*in_pos].
397 * *in_pos is updated only if decoding succeeds.
422 const uint8_t *in, size_t *in_pos, size_t in_size,
H A Dindex.h667 * \param in_pos The next byte will be read from in[*in_pos].
668 * *in_pos is updated only if decoding succeeds.
681 const uint8_t *in, size_t *in_pos, size_t in_size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_decoder.c67 const uint8_t *restrict in, size_t *restrict in_pos,
91 in, in_pos, in_size);
115 // instead of looking if *in_pos == in_size. This
130 const uint8_t *restrict in, size_t *restrict in_pos,
136 return decode_buffer(coder, in, in_pos, in_size,
150 allocator, in, in_pos, in_size,
66 decode_buffer(lzma_coder *coder, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size) argument
128 lz_decode(lzma_coder *coder, lzma_allocator *allocator lzma_attribute((__unused__)), const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
H A Dlz_encoder.c80 size_t *in_pos, size_t in_size, lzma_action action)
95 lzma_bufcpy(in, in_pos, in_size, coder->mf.buffer,
98 ret = action != LZMA_RUN && *in_pos == in_size
103 in, in_pos, in_size,
115 assert(*in_pos == in_size);
152 const uint8_t *restrict in, size_t *restrict in_pos,
158 && (*in_pos < in_size || action != LZMA_RUN)) {
163 in, in_pos, in_size, action));
79 fill_window(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *in, size_t *in_pos, size_t in_size, lzma_action action) argument
151 lz_encode(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_decoder.c67 const uint8_t *restrict in, size_t *restrict in_pos,
91 in, in_pos, in_size);
115 // instead of looking if *in_pos == in_size. This
130 const uint8_t *restrict in, size_t *restrict in_pos,
136 return decode_buffer(coder, in, in_pos, in_size,
150 allocator, in, in_pos, in_size,
66 decode_buffer(lzma_coder *coder, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size) argument
128 lz_decode(lzma_coder *coder, lzma_allocator *allocator lzma_attribute((__unused__)), const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
H A Dlz_encoder.c80 size_t *in_pos, size_t in_size, lzma_action action)
95 lzma_bufcpy(in, in_pos, in_size, coder->mf.buffer,
98 ret = action != LZMA_RUN && *in_pos == in_size
103 in, in_pos, in_size,
115 assert(*in_pos == in_size);
152 const uint8_t *restrict in, size_t *restrict in_pos,
158 && (*in_pos < in_size || action != LZMA_RUN)) {
163 in, in_pos, in_size, action));
79 fill_window(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *in, size_t *in_pos, size_t in_size, lzma_action action) argument
151 lz_encode(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dalone_encoder.c36 const uint8_t *restrict in, size_t *restrict in_pos,
55 allocator, in, in_pos, in_size,
34 alone_encode(lzma_coder *coder, lzma_allocator *allocator lzma_attribute((__unused__)), const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
H A Dcommon.h92 const uint8_t *restrict in, size_t *restrict in_pos,
236 /// Copy as much data as possible from in[] to out[] and update *in_pos
238 extern size_t lzma_bufcpy(const uint8_t *restrict in, size_t *restrict in_pos,
H A Dstream_encoder.c83 const uint8_t *restrict in, size_t *restrict in_pos,
106 if (*in_pos == in_size) {
159 in, in_pos, in_size,
82 stream_encode(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
H A Dindex_encoder.c47 size_t *restrict in_pos lzma_attribute((__unused__)),
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dalone_encoder.c36 const uint8_t *restrict in, size_t *restrict in_pos,
55 allocator, in, in_pos, in_size,
34 alone_encode(lzma_coder *coder, lzma_allocator *allocator lzma_attribute((__unused__)), const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
H A Dcommon.h92 const uint8_t *restrict in, size_t *restrict in_pos,
236 /// Copy as much data as possible from in[] to out[] and update *in_pos
238 extern size_t lzma_bufcpy(const uint8_t *restrict in, size_t *restrict in_pos,
H A Dstream_encoder.c83 const uint8_t *restrict in, size_t *restrict in_pos,
106 if (*in_pos == in_size) {
159 in, in_pos, in_size,
82 stream_encode(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/
H A Dpfc.c68 unsigned long in_pos, unsigned long value)
72 pos = dr->reg_width - (in_pos + 1);
87 unsigned long field_width, unsigned long in_pos)
93 pos = reg_width - ((in_pos + 1) * field_width);
104 unsigned long field_width, unsigned long in_pos,
110 pos = reg_width - ((in_pos + 1) * field_width);
67 gpio_write_bit(struct pinmux_data_reg *dr, unsigned long in_pos, unsigned long value) argument
86 gpio_read_reg(unsigned long reg, unsigned long reg_width, unsigned long field_width, unsigned long in_pos) argument
103 gpio_write_reg(unsigned long reg, unsigned long reg_width, unsigned long field_width, unsigned long in_pos, unsigned long value) argument

Completed in 178 milliseconds

1234