Home
last modified time | relevance | path

Searched refs:optr (Results 1 – 14 of 14) sorted by relevance

/external/libvncserver/libvncserver/
Dtabletrans24template.c52 char *iptr, char *optr, in rfbTranslateWithSingleTable24to24() argument
57 uint8_t *op = (uint8_t *)optr; in rfbTranslateWithSingleTable24to24()
91 char *iptr, char *optr, in rfbTranslateWithRGBTables24to24() argument
96 uint8_t *op = (uint8_t *)optr; in rfbTranslateWithRGBTables24to24()
143 char *iptr, char *optr, in rfbTranslateWithSingleTable24toOUT() argument
148 OUT_T *op = (OUT_T *)optr; in rfbTranslateWithSingleTable24toOUT()
176 char *iptr, char *optr, in rfbTranslateWithRGBTables24toOUT() argument
181 OUT_T *op = (OUT_T *)optr; in rfbTranslateWithRGBTables24toOUT()
213 char *iptr, char *optr, in rfbTranslateWithSingleTableINto24() argument
218 uint8_t *op = (uint8_t *)optr; in rfbTranslateWithSingleTableINto24()
[all …]
Dtabletranstemplate.c57 char *iptr, char *optr, in rfbTranslateWithSingleTableINtoOUT() argument
62 OUT_T *op = (OUT_T *)optr; in rfbTranslateWithSingleTableINtoOUT()
88 char *iptr, char *optr, in rfbTranslateWithRGBTablesINtoOUT() argument
93 OUT_T *op = (OUT_T *)optr; in rfbTranslateWithRGBTablesINtoOUT()
Dtranslate.c226 char *iptr, char *optr, int bytesBetweenInputLines, in rfbTranslateNone() argument
232 memcpy(optr, iptr, bytesPerOutputLine); in rfbTranslateNone()
234 optr += bytesPerOutputLine; in rfbTranslateNone()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c235 uint8_t *optr = output; in interpolate() local
269 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate()
283 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate()
294 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate()
307 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in interpolate()
318 uint8_t *optr = output; in down2_symeven() local
333 *optr++ = clip_pixel(sum); in down2_symeven()
343 *optr++ = clip_pixel(sum); in down2_symeven()
352 *optr++ = clip_pixel(sum); in down2_symeven()
363 *optr++ = clip_pixel(sum); in down2_symeven()
[all …]
/external/pcre/dist/
Dpcre16_utf16_utils.c92 pcre_uchar *optr = (pcre_uchar *)output; in pcre16_utf16_to_host_byte_order() local
111 *optr++ = 0xfeff; in pcre16_utf16_to_host_byte_order()
116 *optr++ = host_bo ? c : ((c >> 8) | (c << 8)); /* Flip bytes if needed. */ in pcre16_utf16_to_host_byte_order()
Dpcre32_utf32_utils.c104 pcre_uchar *optr = (pcre_uchar *)output; in pcre32_utf32_to_host_byte_order() local
124 *optr++ = 0x0000feffu; in pcre32_utf32_to_host_byte_order()
127 *optr++ = host_bo ? c : swap_uint32(c); in pcre32_utf32_to_host_byte_order()
Dpcre_jit_test.c977 PCRE_UCHAR16 *optr = output; in convert_utf8_to_utf16() local
1002 *optr++ = c; in convert_utf8_to_utf16()
1005 *optr = '\0'; in convert_utf8_to_utf16()
1006 return (int)(optr - output); in convert_utf8_to_utf16()
1009 *optr++ = 0xd800 | ((c >> 10) & 0x3ff); in convert_utf8_to_utf16()
1010 *optr++ = 0xdc00 | (c & 0x3ff); in convert_utf8_to_utf16()
1018 *optr = '\0'; in convert_utf8_to_utf16()
1019 return (int)(optr - output); in convert_utf8_to_utf16()
1025 PCRE_UCHAR16 *optr = output; in copy_char8_to_char16() local
1031 *optr++ = *iptr++; in copy_char8_to_char16()
[all …]
/external/openssh/openbsd-compat/
Dreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() argument
44 return realloc(optr, size * nmemb); in reallocarray()
/external/speex/libspeex/
Dfftwrap.c210 float *optr = t->out; in spx_fft() local
217 out[0] = optr[0]; in spx_fft()
219 out[i] = optr[i+1]; in spx_fft()
228 float *optr = t->out; in spx_ifft() local
239 out[i] = optr[i]; in spx_ifft()
/external/tcpdump/
Dprint-isoclns.c775 const u_int8_t *optr,*source_address,*dest_address; in clnp_print() local
785 optr = pptr; in clnp_print()
837 osi_print_cksum(optr, EXTRACT_16BITS(clnp_header->cksum), 7, in clnp_print()
991 if (length-(pptr-optr) > 0) { in clnp_print()
993 print_unknown_data(pptr,"\n\t ",length-(pptr-optr)); in clnp_print()
1030 const u_int8_t *optr; in esis_print() local
1048 optr = pptr; in esis_print()
1099 print_unknown_data(optr,"\n\t",sizeof(struct esis_header_t)); in esis_print()
2095 const u_int8_t *optr, *pptr, *tptr; in isis_print() local
2101 optr = p; /* initialize the _o_riginal pointer to the packet start - in isis_print()
[all …]
/external/ppp/pppd/
Deap.c651 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,
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c638 struct VP8_COMP *optr; in vp8e_init() local
704 optr = vp8_create_compressor(&ctx->priv->alg_priv->oxcf); in vp8e_init()
706 if (!optr) in vp8e_init()
709 ctx->priv->alg_priv->cpi = optr; in vp8e_init()
/external/libvncserver/rfb/
Drfb.h401 char *iptr, char *optr,
817 char *iptr, char *optr,
/external/llvm/test/CodeGen/ARM/
Dreg_sequence.ll170 define void @t7(i32* %iptr, i32* %optr) nounwind {
184 %2 = bitcast i32* %optr to i8* ; <i8*> [#uses=2]