HomeSort by relevance Sort by last modified time
    Searched defs:optr (Results 1 - 10 of 10) sorted by null

  /bionic/libc/netbsd/nameser/
ns_parse.c 80 const u_char *optr = ptr; local
99 return (ptr - optr);
  /external/speex/libspeex/
fftwrap.c 210 float *optr = t->out; local
217 out[0] = optr[0];
219 out[i] = optr[i+1];
228 float *optr = t->out; local
239 out[i] = optr[i];
  /external/chromium_org/third_party/WebKit/Source/wtf/
RetainPtr.h 153 PtrType optr = o.get(); local
154 if (optr)
155 CFRetain(optr);
157 m_ptr = optr;
165 PtrType optr = o.get(); local
166 if (optr)
167 CFRetain(optr);
169 m_ptr = optr;
175 template<typename T> inline RetainPtr<T>& RetainPtr<T>::operator=(PtrType optr)
177 if (optr)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 435 unsigned char *optr; /* Position in output buffer */ member in struct:__anon13560
616 ctx->optr = ctx->obuf;
629 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
638 ctx->optr += ret;
649 ctx->optr = ctx->obuf;
683 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
689 ctx->optr += ret;
697 ctx->optr = ctx->obuf;
  /external/openssl/crypto/comp/
c_zlib.c 435 unsigned char *optr; /* Position in output buffer */ member in struct:__anon24136
616 ctx->optr = ctx->obuf;
629 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
638 ctx->optr += ret;
649 ctx->optr = ctx->obuf;
683 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
689 ctx->optr += ret;
697 ctx->optr = ctx->obuf;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 580 struct VP8_COMP *optr; local
646 optr = vp8_create_compressor(&ctx->priv->alg_priv->oxcf);
648 if (!optr)
651 ctx->priv->alg_priv->cpi = optr;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 470 VP9_PTR optr; local
529 optr = vp9_create_compressor(&ctx->priv->alg_priv->oxcf);
531 if (!optr)
534 ctx->priv->alg_priv->cpi = optr;
    [all...]
vp9_dx_iface.c 287 VP9D_PTR optr; local
297 optr = vp9_create_decompressor(&oxcf);
310 if (!optr)
313 ctx->pbi = optr;
  /external/ppp/pppd/
eap.c 651 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; local
772 optr = outp;
806 i = outp - optr - 1;
807 *optr = i;
823 while (optr < outp) {
827 *optr++ ^= *cp++;
832 SHA1Update(&ctxt, optr - SHA_DIGESTSIZE,
    [all...]
  /external/tcpdump/
print-isoclns.c 715 const u_int8_t *optr,*source_address,*dest_address; local
725 optr = pptr;
780 else printf("(%s)", osi_cksum(optr, clnp_header->length_indicator) ? "incorrect" : "correct");
972 const u_int8_t *optr; local
1746 const u_int8_t *optr, *pptr, *tptr; local
    [all...]

Completed in 332 milliseconds