Searched defs:optr (Results 1 - 15 of 15) sorted by relevance

/external/giflib/
H A Dopenbsd-reallocarray.c31 reallocarray(void *optr, size_t nmemb, size_t size) argument
38 return realloc(optr, size * nmemb);
/external/openssh/openbsd-compat/
H A Dreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) argument
44 return realloc(optr, size * nmemb);
/external/pcre/dist/
H A Dpcre16_utf16_utils.c92 pcre_uchar *optr = (pcre_uchar *)output; local
111 *optr++ = 0xfeff;
116 *optr++ = host_bo ? c : ((c >> 8) | (c << 8)); /* Flip bytes if needed. */
H A Dpcre32_utf32_utils.c104 pcre_uchar *optr = (pcre_uchar *)output; local
124 *optr++ = 0x0000feffu;
127 *optr++ = host_bo ? c : swap_uint32(c);
H A Dpcre_jit_test.c986 PCRE_UCHAR16 *optr = output; local
1011 *optr++ = c;
1014 *optr = '\0';
1015 return (int)(optr - output);
1018 *optr++ = 0xd800 | ((c >> 10) & 0x3ff);
1019 *optr++ = 0xdc00 | (c & 0x3ff);
1027 *optr = '\0';
1028 return (int)(optr - output);
1034 PCRE_UCHAR16 *optr = output; local
1040 *optr
1058 PCRE_UCHAR32 *optr = output; local
1094 PCRE_UCHAR32 *optr = output; local
[all...]
/external/libvncserver/libvncserver/
H A Dtabletranstemplate.c57 char *iptr, char *optr,
62 OUT_T *op = (OUT_T *)optr;
88 char *iptr, char *optr,
93 OUT_T *op = (OUT_T *)optr;
55 rfbTranslateWithSingleTableINtoOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
86 rfbTranslateWithRGBTablesINtoOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
H A Dtabletrans24template.c52 char *iptr, char *optr,
57 uint8_t *op = (uint8_t *)optr;
91 char *iptr, char *optr,
96 uint8_t *op = (uint8_t *)optr;
143 char *iptr, char *optr,
148 OUT_T *op = (OUT_T *)optr;
176 char *iptr, char *optr,
181 OUT_T *op = (OUT_T *)optr;
213 char *iptr, char *optr,
218 uint8_t *op = (uint8_t *)optr;
50 rfbTranslateWithSingleTable24to24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
89 rfbTranslateWithRGBTables24to24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
141 rfbTranslateWithSingleTable24toOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
174 rfbTranslateWithRGBTables24toOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
211 rfbTranslateWithSingleTableINto24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
243 rfbTranslateWithRGBTablesINto24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
[all...]
H A Dtranslate.c226 char *iptr, char *optr, int bytesBetweenInputLines,
232 memcpy(optr, iptr, bytesPerOutputLine);
234 optr += bytesPerOutputLine;
225 rfbTranslateNone(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
/external/speex/libspeex/
H A Dfftwrap.c210 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/curl/tests/server/
H A Dutil.c70 char *optr = buf; local
78 *optr++ = *iptr++;
80 snprintf(optr, 4, "%%%02x", *iptr++);
81 optr+=3;
84 *optr=0; /* in case no sprintf was used */
H A Dsockfilt.c473 char *optr = data; local
480 snprintf(optr, left, "\\n");
482 optr += 2;
486 snprintf(optr, left, "\\r");
488 optr += 2;
492 snprintf(optr, left, "%c", (ISGRAPH(ptr[i]) ||
495 optr++;
503 optr = data;
/external/curl/lib/
H A Dtransfer.c1459 char *optr = output; local
1469 snprintf(optr, 4, "%%%02x", *iptr);
1470 optr += 3;
1473 *optr++=*iptr;
1477 *optr++='%'; /* add a '%' */
1478 *optr++='2'; /* add a '2' */
1479 *optr++='0'; /* add a '0' */
1482 *optr++='+'; /* add a '+' here */
1486 *optr=0; /* zero terminate output buffer */
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c239 uint8_t *optr = output; local
273 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
287 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
298 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
311 *optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
322 uint8_t *optr = output; local
337 *optr++ = clip_pixel(sum);
347 *optr++ = clip_pixel(sum);
356 *optr++ = clip_pixel(sum);
367 *optr
378 uint8_t *optr = output; local
548 uint16_t *optr = output; local
631 uint16_t *optr = output; local
687 uint16_t *optr = output; local
[all...]
/external/ppp/pppd/
H A 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/tcpdump/
H A Dprint-isoclns.c764 const uint8_t *optr,*source_address,*dest_address; local
774 optr = pptr;
826 osi_print_cksum(ndo, optr, EXTRACT_16BITS(clnp_header->cksum), 7,
980 if (length-(pptr-optr) > 0) {
982 print_unknown_data(ndo, pptr, "\n\t ", length - (pptr - optr));
1020 const uint8_t *optr; local
1035 optr = pptr;
1087 print_unknown_data(ndo, optr, "\n\t", sizeof(struct esis_header_t));
2083 const uint8_t *optr, *pptr, *tptr; local
2089 optr
[all...]

Completed in 9020 milliseconds