HomeSort by relevance Sort by last modified time
    Searched refs:rptr (Results 1 - 25 of 47) 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 124 const SkPMColor* rptr = *src; local
128 INCREMENT_SUMS_DOUBLE(rptr);
129 rptr += srcStrideX;
140 INCREMENT_SUMS_DOUBLE(rptr);
141 rptr += srcStrideX;
146 INCREMENT_SUMS_DOUBLE(rptr);
147 rptr += srcStrideX;
223 SK_PREFETCH(rptr); \
259 const SkPMColor* rptr = src; local
263 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/boringssl/src/crypto/bn/asm/
x86_64-mont.pl 803 my $rptr="%rdi"; # const BN_ULONG *rptr,
810 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
900 movq $rptr,%xmm1 # save $rptr
917 movq %xmm1,$rptr
933 movq %xmm1,$rptr
949 mov %r12,8*0($rptr)
950 mov %r13,8*1($rptr)
951 mov %r14,8*2($rptr)
    [all...]
x86_64-mont5.pl 484 # Ensure that stack frame doesn't alias with $rptr+3*$num
1010 mov 56+8(%rsp),%rdi # rptr in .sqr4x_sub
1063 my $rptr="%rdi"; # BN_ULONG *rptr,
1071 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1112 # Ensure that stack frame doesn't alias with $rptr+3*$num
1120 sub $rptr,%r11
1170 movq $rptr,%xmm1 # save $rptr, used in sqr8x
1188 mov $aptr,$rptr
    [all...]
  /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/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 1083 VERTTYPE const *lptr = f, *rptr = rhs.f; local
1100 VERTTYPE const *lptr = f, *rptr = rhs.f; local
1117 VERTTYPE const *rptr = rhs.f; local
1133 VERTTYPE const *rptr = rhs.f; local
1475 VERTTYPE const *lptr = f, *rptr = rhs.f; local
1507 VERTTYPE const *rptr = rhs.f; local
1523 VERTTYPE const *rptr = rhs.f; local
    [all...]
  /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++;
1149 test->rptr = test->buffer; /* set read pointer */
1207 test->rptr = test->buffer; /* set read pointer */
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 1376 RRTableElem **rptr, *tmp; local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_amd64.s 1715 #define rptr (32*15)(SP) define
1749 MOVQ mul0, rptr
1862 MOVQ rptr, AX
1998 #define rptr (32*20)(SP) define
2169 #define rptr (32*7)(SP) define
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_amd64.s 1715 #define rptr (32*15)(SP) define
1749 MOVQ mul0, rptr
1862 MOVQ rptr, AX
1998 #define rptr (32*20)(SP) define
2169 #define rptr (32*7)(SP) define
    [all...]
  /external/libcups/filter/
raster.c 1579 unsigned char *rptr; \/* Pointer in read buffer *\/ local
    [all...]

Completed in 909 milliseconds

1 2