HomeSort by relevance Sort by last modified time
    Searched refs:rptr (Results 1 - 25 of 45) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/libiberty/
random.c 175 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
189 /* FPTR and RPTR are two pointers into the state info, a front and a rear
195 (The position of the rear pointer, rptr, is really 0 (as explained above
200 static long int *rptr = &randtbl[1]; variable
241 rptr = &state[0];
267 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
311 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
337 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
359 rptr = &state[rear];
391 *fptr += *rptr;
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
auto_corr_to_refl_coef.c 24 const int32_t *rptr; local
31 rptr = R;
39 *acfptr = (int16_t)((*rptr++ << tmp) >> 16);
45 *acfptr = (int16_t)((*rptr++ << tmp) >> 16);
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 109 char *rptr; 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)
141 if (b->rptr < b->wptr)
142 return b->wptr - b->rptr;
144 if (b->rptr > b->wptr || b->count > 0)
145 return b->buf + b->size - b->rptr;
167 ssize_t n = write(fd, b->rptr, rb_chunk_size(b))
    [all...]
  /external/skia/src/opts/
SkBlurImageFilter_opts.h 119 const SkPMColor* rptr = *src; local
123 INCREMENT_SUMS_DOUBLE(rptr);
124 rptr += srcStrideX;
135 INCREMENT_SUMS_DOUBLE(rptr);
136 rptr += srcStrideX;
141 INCREMENT_SUMS_DOUBLE(rptr);
142 rptr += srcStrideX;
218 SK_PREFETCH(rptr); \
254 const SkPMColor* rptr = src; local
258 INCREMENT_SUMS(*rptr);
    [all...]
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 188 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
222 * fptr and rptr are two pointers into the state info, a front and a rear
231 * (The position of the rear pointer, rptr, is really 0 (as explained above
236 static int *rptr = &randtbl[1]; variable
298 rptr = &state[0];
353 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
384 int_arg_state[0] = MAX_TYPES * (int)(rptr - state) + rand_type;
426 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
443 rptr = &state[rear];
481 f = fptr; r = rptr;
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
fifo.h 33 uint8_t *rptr, *wptr, *end; member in struct:AVFifoBuffer
136 uint8_t *ptr = f->rptr + offs;
  /external/opencv/cv/src/
cvstereobm.cpp 200 const uchar *lptr, *lptr_sub, *rptr; local
225 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
227 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep )
232 int diff = abs(lval - rptr[d]);
258 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
261 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep )
267 __m128i rv = _mm_loadu_si128((const __m128i*)(rptr + d));
407 const uchar *lptr, *lptr_sub, *rptr; local
431 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
433 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
i386lynx.c 433 struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs;
437 for (; counter < count; counter++, rptr++, cache_ptr++)
439 NAME(lynx,swap_ext_reloc_in) (abfd, rptr, cache_ptr, symbols,
445 struct reloc_std_external *rptr = (struct reloc_std_external *) relocs;
449 for (; counter < count; counter++, rptr++, cache_ptr++)
451 NAME(lynx,swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
432 struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs; local
444 struct reloc_std_external *rptr = (struct reloc_std_external *) relocs; local
coff-alpha.c 601 arelent *rptr)
609 rptr->addend = 0;
610 rptr->howto = NULL;
624 rptr->addend = 0;
626 rptr->addend = - (intern->r_vaddr + 4);
634 rptr->addend += ecoff_data (abfd)->gp;
642 rptr->addend = intern->r_size;
649 rptr->addend = (intern->r_offset << 8) + intern->r_size;
658 rptr->addend = intern->r_vaddr;
663 rptr->addend = intern->r_symndx + ecoff_data (abfd)->gp
    [all...]
hp300hpux.c 714 struct hp300hpux_reloc *rptr; local
764 rptr = (struct hp300hpux_reloc *) relocs;
768 for (; counter < count; counter++, rptr++, cache_ptr++)
770 MY (swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
som.c 4906 arelent *rptr = internal_relocs; local
    [all...]
vms-alpha.c 3656 arelent **rptr = section->orelocation; local
3678 arelent *rptr = section->orelocation [irel]; local
    [all...]
coff-mips.c 353 arelent *rptr)
361 rptr->addend += ecoff_data (abfd)->gp;
366 rptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
368 rptr->howto = &mips_howto_table[intern->r_type];
    [all...]
  /external/libxml2/
chvalid.c 160 * @rptr: pointer to range to be used to validate
168 xmlCharInRange (unsigned int val, const xmlChRangeGroup *rptr) {
173 if (rptr == NULL) return(0);
175 if (rptr->nbShortRange == 0)
178 high = rptr->nbShortRange - 1;
179 sptr = rptr->shortRange;
193 if (rptr->nbLongRange == 0) {
197 high = rptr->nbLongRange - 1;
198 lptr = rptr->longRange;
  /external/vboot_reference/tests/
vb20_misc_tests.c 122 uint8_t *rptr; local
130 rptr = (uint8_t *)&mock_gbb;
134 rptr = (uint8_t *)&mock_vblock;
144 memcpy(buf, rptr + offset, size);
vb21_misc_tests.c 128 uint8_t *rptr; local
136 rptr = (uint8_t *)&mock_gbb;
140 rptr = (uint8_t *)&mock_vblock;
150 memcpy(buf, rptr + offset, size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp-comp.h 80 int (*compress) (void *state, unsigned char *rptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp-comp.h 80 int (*compress) (void *state, unsigned char *rptr,
  /external/curl/tests/server/
tftpd.c 108 char *rptr; /* read pointer into the buffer */ member in struct:testcase
493 memcpy(dp->th_data, test->rptr, copy_n);
497 test->rptr += copy_n;
513 c=test->rptr[0];
514 test->rptr++;
1117 test->rptr = test->buffer; /* set read pointer */
1175 test->rptr = test->buffer; /* set read pointer */
    [all...]
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont5.pl 851 mov 56+8(%rsp),%rdi # rptr in .sqr4x_sub
899 my $rptr="%rdi"; # BN_ULONG *rptr,
907 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
985 movq $rptr,%xmm1 # save $rptr
998 mov $aptr,$rptr
    [all...]
x86_64-mont.pl 725 my $rptr="%rdi"; # const BN_ULONG *rptr,
732 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
815 movq $rptr,%xmm1 # save $rptr
926 my $rptr=$bptr;
1139 mov 32(%rsp),$rptr # restore rp
1174 mov %r8,0*8($rptr)
1175 mov %r9,1*8($rptr)
1176 mov %r10,2*8($rptr)
    [all...]
  /external/opencv3/modules/calib3d/src/
stereobm.cpp 343 const uchar *lptr, *lptr_sub, *rptr;
370 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
372 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep )
378 __m128i rv = _mm_loadu_si128((const __m128i*)(rptr + d));
411 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
414 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep )
420 __m128i rv = _mm_loadu_si128((const __m128i*)(rptr + d));
601 const uchar *lptr, *lptr_sub, *rptr;
627 rptr = rptr0 + std::min(std::max(x, -rofs), width-rofs-1) - dy0*sstep;
628 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 1376 RRTableElem **rptr, *tmp; local
    [all...]
  /external/opencv3/modules/ml/src/
knearest.cpp 155 const float* rptr = responses.ptr<float>(); local
204 nr[i] = rptr[baseidx];
  /external/opencv3/3rdparty/libpng/
pngread.c 692 png_bytep rptr = *rp++; local
695 png_read_row(png_ptr, rptr, dptr);
701 png_bytep rptr = *rp; local
702 png_read_row(png_ptr, rptr, NULL);
    [all...]

Completed in 1357 milliseconds

1 2