HomeSort by relevance Sort by last modified time
    Searched refs:wptr (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
auto_corr_to_refl_coef.c 26 int16_t *acfptr, *pptr, *wptr, *p1ptr, *w1ptr, ACF[WEBRTC_SPL_MAX_LPC_ORDER], local
35 wptr = w1ptr;
46 *wptr++ = *acfptr;
89 wptr = w1ptr;
95 tmp = (int16_t)(((int32_t)*wptr * (int32_t)*K + 16384) >> 15);
99 *wptr = WebRtcSpl_AddSatW16(*wptr, tmp);
100 wptr++;
  /external/libedit/src/
tokenizer.c 78 Char *wptr, *wmax; /* Space and limit on the word buffer */ local
96 *tok->wptr = '\0';
97 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) {
100 tok->wstart = ++tok->wptr;
139 tok->wptr = tok->wspace;
156 tok->wptr = tok->wspace;
208 co = (int)(tok->wptr - tok->wstart);
226 *tok->wptr++ = *ptr;
230 *tok->wptr++ = *ptr;
235 *tok->wptr++ = *ptr
    [all...]
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 108 char *wptr; member in struct:ring_buffer
116 b->buf = b->wptr = b->rptr = buf;
129 if (b->rptr > b->wptr)
130 return b->rptr - b->wptr;
132 if (b->rptr < b->wptr || b->count == 0)
133 return b->buf + b->size - b->wptr;
141 if (b->rptr < b->wptr)
142 return b->wptr - b->rptr;
144 if (b->rptr > b->wptr || b->count > 0)
153 ssize_t n = read(fd, b->wptr, rb_space(b))
    [all...]
  /external/ltp/testcases/kernel/ipc/ipc_stress/
shmem_test_04.c 163 int *wptr; local
237 for (word = 0, wptr = (int *)region; word < nwords; word++, wptr++) {
243 *wptr = word;
257 for (word = 0, wptr = (int *)region; word < nwords;
258 word++, wptr++) {
264 if (*wptr != word) {
265 addr = ((intptr_t) wptr & 0x0fffffff) / 4096;
277 pid, loop, word, *wptr);
280 checksum2 += *wptr;
    [all...]
  /external/libcups/filter/
raster.c 1850 unsigned char *wptr; \/* Pointer into write buffer *\/ local
    [all...]
  /external/ltp/lib/
datapid.c 91 long *wptr; local
141 /****** Only if wptr is a word ellined
142 wptr = (long *)&buffer[boff];
143 *wptr = word;
188 long *wptr; local
247 wptr = (long *)&buffer[boff];
248 if (*wptr != word) {
250 woff, word, *wptr);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h     [all...]
wchar.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 7765 bfd_byte *rptr, *wptr; local
    [all...]

Completed in 246 milliseconds