Searched refs:outptr (Results 1 - 25 of 81) sorted by relevance

1234

/external/strace/
H A Dpoll.c108 char *outptr; local
129 outptr = outstr;
133 if (outptr == outstr)
134 *outptr++ = '[';
136 outptr = stpcpy(outptr, ", ");
137 outptr = stpcpy(outptr, "???");
142 if (outptr == outstr)
143 *outptr
[all...]
/external/curl/lib/
H A Ddotdot.c56 char *outptr; local
69 outptr = out;
116 while(outptr > out) {
117 outptr--;
118 if(*outptr == '/')
121 *outptr = 0; /* zero-terminate where it stops */
128 while(outptr > out) {
129 outptr--;
130 if(*outptr == '/')
133 *outptr
[all...]
H A Dcurl_base64.h27 char **outptr, size_t *outlen);
30 char **outptr, size_t *outlen);
33 unsigned char **outptr, size_t *outlen);
H A Dbase64.c90 * pointer in *outptr to a newly allocated memory area holding decoded
96 * When decoded data length is 0, returns NULL in *outptr.
101 unsigned char **outptr, size_t *outlen)
112 *outptr = NULL;
165 *outptr = newstr;
174 char **outptr, size_t *outlen)
187 *outptr = NULL;
253 *outptr = base64data; /* return pointer to new data, allocated memory */
266 * return a pointer in *outptr to a newly allocated memory area holding
275 * When encoded data length is 0, returns NULL in *outptr
100 Curl_base64_decode(const char *src, unsigned char **outptr, size_t *outlen) argument
171 base64_encode(const char *table64, struct SessionHandle *data, const char *inputbuff, size_t insize, char **outptr, size_t *outlen) argument
279 Curl_base64_encode(struct SessionHandle *data, const char *inputbuff, size_t insize, char **outptr, size_t *outlen) argument
303 Curl_base64url_encode(struct SessionHandle *data, const char *inputbuff, size_t insize, char **outptr, size_t *outlen) argument
[all...]
/external/libjpeg-turbo/
H A Djdcolext.c36 register JSAMPROW outptr; local
53 outptr = *output_buf++;
59 outptr[RGB_RED] = range_limit[y + Crrtab[cr]];
60 outptr[RGB_GREEN] = range_limit[y +
63 outptr[RGB_BLUE] = range_limit[y + Cbbtab[cb]];
67 outptr[RGB_ALPHA] = 0xFF;
69 outptr += RGB_PIXELSIZE;
87 register JSAMPROW inptr, outptr; local
93 outptr = *output_buf++;
96 outptr[RGB_RE
119 register JSAMPROW outptr; local
[all...]
H A Djdcol565.c25 register JSAMPROW outptr; local
44 outptr = *output_buf++;
46 if (PACK_NEED_ALIGNMENT(outptr)) {
55 *(INT16*)outptr = rgb;
56 outptr += 2;
78 WRITE_TWO_ALIGNED_PIXELS(outptr, rgb);
79 outptr += 4;
90 *(INT16*)outptr = rgb;
104 register JSAMPROW outptr; local
125 outptr
188 register JSAMPROW outptr; local
243 register JSAMPROW outptr; local
302 register JSAMPROW inptr, outptr; local
342 register JSAMPROW inptr, outptr; local
[all...]
H A Djutils.c102 register JSAMPROW inptr, outptr; local
111 outptr = *output_array++;
112 MEMCOPY(outptr, inptr, count);
H A Djdsample.c163 register JSAMPROW inptr, outptr; local
177 outptr = output_data[outrow];
178 outend = outptr + cinfo->output_width;
179 while (outptr < outend) {
182 *outptr++ = invalue;
206 register JSAMPROW inptr, outptr; local
213 outptr = output_data[inrow];
214 outend = outptr + cinfo->output_width;
215 while (outptr < outend) {
217 *outptr
234 register JSAMPROW inptr, outptr; local
277 register JSAMPROW inptr, outptr; local
318 register JSAMPROW inptr0, inptr1, outptr; local
[all...]
H A Djdmrgext.c31 register JSAMPROW outptr; local
45 outptr = output_buf[0];
56 outptr[RGB_RED] = range_limit[y + cred];
57 outptr[RGB_GREEN] = range_limit[y + cgreen];
58 outptr[RGB_BLUE] = range_limit[y + cblue];
60 outptr[RGB_ALPHA] = 0xFF;
62 outptr += RGB_PIXELSIZE;
64 outptr[RGB_RED] = range_limit[y + cred];
65 outptr[RGB_GREEN] = range_limit[y + cgreen];
66 outptr[RGB_BLU
[all...]
H A Djidctfst.c178 JSAMPROW outptr; local
283 outptr = output_buf[ctr] + output_col;
299 outptr[0] = dcval;
300 outptr[1] = dcval;
301 outptr[2] = dcval;
302 outptr[3] = dcval;
303 outptr[4] = dcval;
304 outptr[5] = dcval;
305 outptr[6] = dcval;
306 outptr[
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c28 int16_t *outptr = out; local
41 idct16_rows_dspr2(input, outptr, 16);
45 idct16_rows_dspr2(input, outptr, 16);
47 outptr = out;
50 iadst16_dspr2(outptr, temp_out);
56 outptr += 16;
67 iadst16_dspr2(input, outptr);
69 outptr += 16;
87 iadst16_dspr2(input, outptr);
89 outptr
[all...]
H A Dvp9_itrans4_dspr2.c28 int16_t *outptr = out; local
41 vpx_idct4_rows_dspr2(input, outptr);
45 vpx_idct4_rows_dspr2(input, outptr);
47 outptr = out;
50 iadst4_dspr2(outptr, temp_out);
57 outptr += 4;
62 iadst4_dspr2(input, outptr);
64 outptr += 4;
76 iadst4_dspr2(input, outptr);
78 outptr
[all...]
H A Dvp9_itrans8_dspr2.c27 int16_t *outptr = out; local
40 idct8_rows_dspr2(input, outptr, 8);
44 idct8_rows_dspr2(input, outptr, 8);
57 iadst8_dspr2(input, outptr);
59 outptr += 8;
71 iadst8_dspr2(input, outptr);
73 outptr += 8;
/external/opencv3/3rdparty/libjpeg/
H A Djutils.c186 register JSAMPROW inptr, outptr; local
199 outptr = *output_array++;
201 FMEMCOPY(outptr, inptr, count);
204 *outptr++ = *inptr++; /* needn't bother with GETJSAMPLE() here */
218 register JCOEFPTR inptr, outptr;
222 outptr = (JCOEFPTR) output_row;
224 *outptr++ = *inptr++;
H A Djdsample.c195 register JSAMPROW inptr, outptr; local
209 outptr = output_data[outrow];
210 outend = outptr + cinfo->output_width;
211 while (outptr < outend) {
214 *outptr++ = invalue;
238 register JSAMPROW inptr, outptr; local
245 outptr = output_data[outrow];
246 outend = outptr + cinfo->output_width;
247 while (outptr < outend) {
249 *outptr
266 register JSAMPROW inptr, outptr; local
[all...]
H A Djdcolor.c147 register JSAMPROW outptr; local
164 outptr = *output_buf++;
170 outptr[RGB_RED] = range_limit[y + Crrtab[cr]];
171 outptr[RGB_GREEN] = range_limit[y +
174 outptr[RGB_BLUE] = range_limit[y + Cbbtab[cb]];
175 outptr += RGB_PIXELSIZE;
220 register JSAMPROW outptr; local
230 outptr = *output_buf++;
236 outptr[col] = (JSAMPLE)
255 register JSAMPROW outptr; local
295 register JSAMPROW outptr; local
334 register JSAMPROW outptr; local
368 register JSAMPROW outptr; local
415 register JSAMPROW outptr; local
446 register JSAMPROW outptr; local
[all...]
H A Djidctfst.c178 JSAMPROW outptr; local
283 outptr = output_buf[ctr] + output_col;
299 outptr[0] = dcval;
300 outptr[1] = dcval;
301 outptr[2] = dcval;
302 outptr[3] = dcval;
303 outptr[4] = dcval;
304 outptr[5] = dcval;
305 outptr[6] = dcval;
306 outptr[
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jutils.c120 register JSAMPROW inptr, outptr; local
133 outptr = *output_array++;
135 FMEMCOPY(outptr, inptr, count);
138 *outptr++ = *inptr++; /* needn't bother with GETJSAMPLE() here */
152 register JCOEFPTR inptr, outptr;
156 outptr = (JCOEFPTR) output_row;
158 *outptr++ = *inptr++;
H A Dfpdfapi_jdsample.c194 register JSAMPROW inptr, outptr; local
208 outptr = output_data[outrow];
209 outend = outptr + cinfo->output_width;
210 while (outptr < outend) {
213 *outptr++ = invalue;
237 register JSAMPROW inptr, outptr; local
244 outptr = output_data[inrow];
245 outend = outptr + cinfo->output_width;
246 while (outptr < outend) {
248 *outptr
265 register JSAMPROW inptr, outptr; local
308 register JSAMPROW inptr, outptr; local
349 register JSAMPROW inptr0, inptr1, outptr; local
[all...]
H A Dfpdfapi_jdcolor.c126 register JSAMPROW outptr; local
143 outptr = *output_buf++;
149 outptr[RGB_RED] = range_limit[y + Crrtab[cr]];
150 outptr[RGB_GREEN] = range_limit[y +
153 outptr[RGB_BLUE] = range_limit[y + Cbbtab[cb]];
154 outptr += RGB_PIXELSIZE;
173 register JSAMPROW inptr, outptr; local
182 outptr = output_buf[0] + ci;
184 *outptr = *inptr++; /* needn't bother with GETJSAMPLE() here */
185 outptr
221 register JSAMPROW inptr, outptr; local
251 register JSAMPROW outptr; local
[all...]
H A Dfpdfapi_jidctfst.c178 JSAMPROW outptr; local
283 outptr = output_buf[ctr] + output_col;
299 outptr[0] = dcval;
300 outptr[1] = dcval;
301 outptr[2] = dcval;
302 outptr[3] = dcval;
303 outptr[4] = dcval;
304 outptr[5] = dcval;
305 outptr[6] = dcval;
306 outptr[
[all...]
H A Dfpdfapi_jidctint.c158 JSAMPROW outptr; local
278 outptr = output_buf[ctr] + output_col;
294 outptr[0] = dcval;
295 outptr[1] = dcval;
296 outptr[2] = dcval;
297 outptr[3] = dcval;
298 outptr[4] = dcval;
299 outptr[5] = dcval;
300 outptr[6] = dcval;
301 outptr[
[all...]
/external/protobuf/src/google/protobuf/testing/
H A Dzcgzip.cc59 void* outptr; local
63 ok = out.Next(&outptr, &outlen);
68 readlen = read(STDIN_FILENO, outptr, outlen);
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dilbc_specific_functions.c30 int16_t *outptr = out; local
35 *outptr++ = (int16_t)((*inptr++ * *winptr--) >> right_shifts);
44 int16_t *outptr = out; local
49 *outptr++ = (int16_t)((*inptr++ * *winptr++) >> right_shifts);
58 int16_t *outptr = out; local
63 (*outptr++) = (int16_t)(((*in1ptr++) + (*in2ptr++)) >> right_shifts);
H A Dvector_scaling_operations.c93 int16_t *outptr; local
96 outptr = out_vector;
100 *outptr++ = (int16_t)((*inptr++ * gain) >> right_shifts);
111 int16_t *outptr; local
114 outptr = out_vector;
117 *outptr++ = WebRtcSpl_SatW32ToW16((*inptr++ * gain) >> right_shifts);
129 int16_t *outptr; local
133 outptr = out;
137 *outptr++ = (int16_t)((gain1 * *in1ptr++) >> shift1) +

Completed in 795 milliseconds

1234