Searched refs:bufptr (Results 26 - 50 of 117) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dyop.c138 uint8_t *bufptr; local
141 bufptr = s->dstptr + motion_vector[copy_tag][0] +
143 if (bufptr < s->dstbuf) {
149 s->dstptr[0] = bufptr[0];
150 s->dstptr[1] = bufptr[1];
151 s->dstptr[s->frame.linesize[0]] = bufptr[s->frame.linesize[0]];
152 s->dstptr[s->frame.linesize[0] + 1] = bufptr[s->frame.linesize[0] + 1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dyop.c138 uint8_t *bufptr; local
141 bufptr = s->dstptr + motion_vector[copy_tag][0] +
143 if (bufptr < s->dstbuf) {
149 s->dstptr[0] = bufptr[0];
150 s->dstptr[1] = bufptr[1];
151 s->dstptr[s->frame.linesize[0]] = bufptr[s->frame.linesize[0]];
152 s->dstptr[s->frame.linesize[0] + 1] = bufptr[s->frame.linesize[0] + 1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/lib/
H A Dloop_wchar.h88 const char* bufptr = buf;
91 &bufptr,&bufleft,
206 const char* bufptr = buf; local
211 &bufptr,&bufleft,
258 const char* bufptr = buf; local
263 &bufptr,&bufleft,
338 char* bufptr = buf; local
342 &bufptr,&bufleft);
354 size_t bufcount = bufptr-buf; /* = BUF_SIZE-bufleft */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/lib/
H A Dloop_wchar.h88 const char* bufptr = buf;
91 &bufptr,&bufleft,
206 const char* bufptr = buf; local
211 &bufptr,&bufleft,
258 const char* bufptr = buf; local
263 &bufptr,&bufleft,
338 char* bufptr = buf; local
342 &bufptr,&bufleft);
354 size_t bufcount = bufptr-buf; /* = BUF_SIZE-bufleft */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/lib/
H A Dloop_wchar.h88 const char* bufptr = buf;
91 &bufptr,&bufleft,
206 const char* bufptr = buf; local
211 &bufptr,&bufleft,
258 const char* bufptr = buf; local
263 &bufptr,&bufleft,
338 char* bufptr = buf; local
342 &bufptr,&bufleft);
354 size_t bufcount = bufptr-buf; /* = BUF_SIZE-bufleft */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dcgen-trace.c63 static char *bufptr; variable
80 bufptr = trace_buf;
81 *bufptr = 0;
276 if (bufptr == NULL)
286 vsprintf (bufptr, fmt, args);
287 bufptr += strlen (bufptr);
289 if (bufptr - trace_buf > SIZE_TRACE_BUF)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dcgen-trace.c63 static char *bufptr; variable
80 bufptr = trace_buf;
81 *bufptr = 0;
276 if (bufptr == NULL)
286 vsprintf (bufptr, fmt, args);
287 bufptr += strlen (bufptr);
289 if (bufptr - trace_buf > SIZE_TRACE_BUF)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dcgen-trace.c63 static char *bufptr; variable
80 bufptr = trace_buf;
81 *bufptr = 0;
276 if (bufptr == NULL)
286 vsprintf (bufptr, fmt, args);
287 bufptr += strlen (bufptr);
289 if (bufptr - trace_buf > SIZE_TRACE_BUF)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfsplus/
H A Dwrapper.c27 static int hfsplus_read_mdb(void *bufptr, struct hfsplus_wd *wd) argument
33 sig = *(__be16 *)(bufptr + HFSP_WRAPOFF_EMBEDSIG);
38 attrib = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ATTRIB));
43 wd->ablk_size = be32_to_cpu(*(__be32 *)(bufptr + HFSP_WRAPOFF_ABLKSIZE));
48 wd->ablk_start = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ABLKSTART));
50 extent = get_unaligned_be32(bufptr + HFSP_WRAPOFF_EMBEDEXT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hfsplus/
H A Dwrapper.c27 static int hfsplus_read_mdb(void *bufptr, struct hfsplus_wd *wd) argument
33 sig = *(__be16 *)(bufptr + HFSP_WRAPOFF_EMBEDSIG);
38 attrib = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ATTRIB));
43 wd->ablk_size = be32_to_cpu(*(__be32 *)(bufptr + HFSP_WRAPOFF_ABLKSIZE));
48 wd->ablk_start = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ABLKSTART));
50 extent = get_unaligned_be32(bufptr + HFSP_WRAPOFF_EMBEDEXT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/kconfig/
H A Dmconf.c259 static char buf[4096], *bufptr = buf; variable
323 bufptr = buf;
339 *argptr = bufptr;
341 res = vsprintf(bufptr, fmt, ap);
343 bufptr += res;
350 *bufptr++ = 0;
359 *argptr++ = bufptr;
361 res = vsprintf(bufptr, fmt, ap);
363 bufptr += res;
364 *bufptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/kconfig/
H A Dmconf.c259 static char buf[4096], *bufptr = buf; variable
323 bufptr = buf;
339 *argptr = bufptr;
341 res = vsprintf(bufptr, fmt, ap);
343 bufptr += res;
350 *bufptr++ = 0;
359 *argptr++ = bufptr;
361 res = vsprintf(bufptr, fmt, ap);
363 bufptr += res;
364 *bufptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/kconfig/
H A Dmconf.c259 static char buf[4096], *bufptr = buf; variable
323 bufptr = buf;
339 *argptr = bufptr;
341 res = vsprintf(bufptr, fmt, ap);
343 bufptr += res;
350 *bufptr++ = 0;
359 *argptr++ = bufptr;
361 res = vsprintf(bufptr, fmt, ap);
363 bufptr += res;
364 *bufptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/scripts/config/
H A Dmconf.c258 static char buf[BUFSIZE], *bufptr = buf; variable
322 bufptr = buf;
338 *argptr = bufptr;
340 res = vsprintf(bufptr, fmt, ap);
342 bufptr += res;
349 *bufptr++ = 0;
358 *argptr++ = bufptr;
360 res = vsprintf(bufptr, fmt, ap);
362 bufptr += res;
363 *bufptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/hspot/wlan/
H A Dwlu_api.h44 void *param, int paramlen, void *bufptr, int buflen);
46 int wlu_var_getbuf(void *wl, const char *iovar, void *param, int param_len, void **bufptr);
50 void *param, int paramlen, void *bufptr, int buflen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dvalprint.c1133 gdb_byte *bufptr; /* Pointer to next available byte in buffer. */
1168 bufptr = buffer;
1171 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1174 bufptr += nfetch * width;
1193 bufptr = buffer + bufsize * width;
1197 nfetch = partial_memory_read (addr, bufptr, nfetch * width, &errcode)
1202 that bufptr is explicitly left pointing at the next character
1206 limit = bufptr + nfetch * width;
1207 while (bufptr < limit)
1211 c = extract_unsigned_integer (bufptr, widt
1132 gdb_byte *bufptr; /* Pointer to next available byte in buffer. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dcmdutils.h216 * @param bufptr puts here the pointer to the newly allocated buffer
221 int read_file(const char *filename, char **bufptr, size_t *size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dcmdutils.h216 * @param bufptr puts here the pointer to the newly allocated buffer
221 int read_file(const char *filename, char **bufptr, size_t *size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m32c/
H A Dmem.c286 mem_put_blk (int address, void *bufptr, int nbytes) argument
292 mem_put_byte (address++, *(unsigned char *) bufptr++);
377 mem_get_blk (int address, void *bufptr, int nbytes) argument
383 *(char *) bufptr++ = mem_get_byte (address++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dvalprint.c1133 gdb_byte *bufptr; /* Pointer to next available byte in buffer. */
1168 bufptr = buffer;
1171 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1174 bufptr += nfetch * width;
1193 bufptr = buffer + bufsize * width;
1197 nfetch = partial_memory_read (addr, bufptr, nfetch * width, &errcode)
1202 that bufptr is explicitly left pointing at the next character
1206 limit = bufptr + nfetch * width;
1207 while (bufptr < limit)
1211 c = extract_unsigned_integer (bufptr, widt
1132 gdb_byte *bufptr; /* Pointer to next available byte in buffer. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/m32c/
H A Dmem.c286 mem_put_blk (int address, void *bufptr, int nbytes) argument
292 mem_put_byte (address++, *(unsigned char *) bufptr++);
377 mem_get_blk (int address, void *bufptr, int nbytes) argument
383 *(char *) bufptr++ = mem_get_byte (address++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dvalprint.c1133 gdb_byte *bufptr; /* Pointer to next available byte in buffer. */
1168 bufptr = buffer;
1171 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1174 bufptr += nfetch * width;
1193 bufptr = buffer + bufsize * width;
1197 nfetch = partial_memory_read (addr, bufptr, nfetch * width, &errcode)
1202 that bufptr is explicitly left pointing at the next character
1206 limit = bufptr + nfetch * width;
1207 while (bufptr < limit)
1211 c = extract_unsigned_integer (bufptr, widt
1132 gdb_byte *bufptr; /* Pointer to next available byte in buffer. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dcmdutils.h216 * @param bufptr puts here the pointer to the newly allocated buffer
221 int read_file(const char *filename, char **bufptr, size_t *size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/m32c/
H A Dmem.c286 mem_put_blk (int address, void *bufptr, int nbytes) argument
292 mem_put_byte (address++, *(unsigned char *) bufptr++);
377 mem_get_blk (int address, void *bufptr, int nbytes) argument
383 *(char *) bufptr++ = mem_get_byte (address++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/paride/
H A Dpg.c217 char *bufptr; member in struct:pg
251 dev->bufptr = NULL;
539 dev->bufptr = kmalloc(PG_MAX_DATA, GFP_KERNEL);
540 if (dev->bufptr == NULL) {
558 kfree(dev->bufptr);
559 dev->bufptr = NULL;
608 if (copy_from_user(dev->bufptr, buf + hs, count - hs))
627 if (pg_completion(dev, dev->bufptr, dev->timeout))
648 if (copy_to_user(buf + hs, dev->bufptr, copy))

Completed in 173 milliseconds

12345