/external/aac/libSYS/src/ |
H A D | wav_file.cpp | 263 SCHAR *bptr = (SCHAR*)buffer; local 291 *bptr++ = (SCHAR) tmp; 302 result += FDKfread(&(bptr[i<<1]), 1, 1, wav->fp) ; 303 sptr[i] = ulaw2pcm(bptr[i<<1]) ; 467 SCHAR *bptr = (SCHAR*)sampleBuffer; local 489 case 8: tmp = *bptr++; break;
|
/external/libedit/examples/ |
H A D | wtc1.c | 62 char *buf, *bptr; local 76 buf = bptr = malloc(mblen); 81 bptr += wctomb(bptr, ptr[i]); 83 *bptr = 0; /* Terminate multibyte string */ 84 mblen = bptr - buf;
|
/external/mdnsresponder/mDNSPosix/ |
H A D | ProxyResponder.c | 137 unsigned char txtbuffer[1024], *bptr = txtbuffer; local 146 if (len > 255 || bptr + 1 + len >= txtbuffer + sizeof(txtbuffer)) break; 148 bptr[0] = len; 149 strcpy((char*)(bptr+1), argv[0]); 150 bptr += 1 + len; 158 txtbuffer, bptr-txtbuffer, // TXT data, length
|
/external/mesa3d/src/mesa/tnl/ |
H A D | t_draw.c | 253 GLboolean *bptr = space; local 257 *bptr++ = ((GLfloat *)ptr)[0] == 1.0;
|
/external/opencv/cv/src/ |
H A D | cvfilter.cpp | 352 uchar* bptr = can_use_src_as_trow && y1 < y && y+1 < y2 ? (uchar*)(src - bsz1) : trow; local 354 if( bptr != trow ) 357 trow[i] = bptr[i]; 359 trow[i] = bptr[i + width_n]; 361 else if( !(((size_t)(bptr + bsz1)|(size_t)src|width_n) & (sizeof(int)-1)) ) 363 *(int*)(bptr + i + bsz1) = *(int*)(src + i); 366 bptr[i + bsz1] = src[i]; 373 bptr[i] = bptr[j]; 378 bptr[ [all...] |
/external/skia/tests/ |
H A D | AAClipTest.cpp | 48 const char* bptr = (const char*)b.fImage; local 50 if (memcmp(aptr, bptr, wbytes)) { 54 bptr += wbytes;
|
/external/libjpeg-turbo/ |
H A D | jmemmgr.c | 622 jvirt_barray_ptr bptr; local 638 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { 639 if (bptr->mem_buffer == NULL) { /* if not realized yet */ 640 space_per_minheight += (long) bptr->maxaccess * 641 (long) bptr->blocksperrow * sizeof(JBLOCK); 642 maximum_space += (long) bptr->rows_in_array * 643 (long) bptr 980 jvirt_barray_ptr bptr; local [all...] |
H A D | jquant2.c | 765 register INT32 * bptr; /* pointer into bestdist[] array */ local 776 bptr = bestdist; 778 *bptr++ = 0x7FFFFFFFL; 804 bptr = bestdist; 814 if (dist2 < *bptr) { 815 *bptr = dist2; 820 bptr++;
|
/external/libxml2/ |
H A D | uri.c | 2171 xmlChar *bptr, *uptr, *vptr; local 2248 bptr = (xmlChar *)bas->path; 2250 for (ix = 0; bptr[ix] != 0; ix++) { 2251 if (bptr[ix] == '/') 2262 if ((*bptr == '.') && (bptr[1] == '/')) 2263 bptr += 2; 2264 else if ((*bptr == '/') && (ref->path[pos] != '/')) 2265 bptr++; 2266 while ((bptr[po [all...] |
/external/opencv3/3rdparty/libjpeg/ |
H A D | jmemmgr.c | 591 jvirt_barray_ptr bptr; local 607 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { 608 if (bptr->mem_buffer == NULL) { /* if not realized yet */ 609 space_per_minheight += (long) bptr->maxaccess * 610 (long) bptr->blocksperrow * SIZEOF(JBLOCK); 611 maximum_space += (long) bptr->rows_in_array * 612 (long) bptr 949 jvirt_barray_ptr bptr; local [all...] |
H A D | jquant2.c | 787 register INT32 * bptr; /* pointer into bestdist[] array */ local 798 bptr = bestdist; 800 *bptr++ = 0x7FFFFFFFL; 826 bptr = bestdist; 836 if (dist2 < *bptr) { 837 *bptr = dist2; 842 bptr++;
|
/external/opencv3/modules/ts/src/ |
H A D | ts_func.cpp | 219 const double* bptr = bpart.ptr<double>(); local 222 aptr[k] += bptr[k] + gptr[k];
|
/external/pdfium/third_party/libjpeg/ |
H A D | fpdfapi_jmemmgr.c | 592 jvirt_barray_ptr bptr; local 608 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { 609 if (bptr->mem_buffer == NULL) { /* if not realized yet */ 610 space_per_minheight += (long) bptr->maxaccess * 611 (long) bptr->blocksperrow * SIZEOF(JBLOCK); 612 maximum_space += (long) bptr->rows_in_array * 613 (long) bptr 950 jvirt_barray_ptr bptr; local [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
H A D | webrtc_cng.c | 246 int32_t* bptr; local 302 bptr = corrVector; 308 negate = *bptr < 0; 310 *bptr = -*bptr; 312 blo = (int32_t) * aptr * (*bptr & 0xffff); 314 + ((int32_t)(*aptr++) * ((*bptr >> 16) & 0xffff)); 317 *bptr = (((bhi >> 16) & 0x7fff) << 17) | ((uint32_t) blo >> 15); 319 *bptr = -*bptr; [all...] |
/external/toybox/toys/pending/ |
H A D | netstat.c | 318 char sock_flags[32] = {0,}, *sock_type, *sock_state, *bptr = toybuf, *term; local 364 bptr += path_offset; 365 if ((term = strchr(bptr, '\n'))) *term = '\0'; 366 xprintf("%s\n", bptr);
|
/external/pcre/dist/ |
H A D | pcretest.c | 245 #define PCRE_COPY_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ 247 rc = pcre_copy_named_substring(re, (char *)bptr, offsets, count, \ 250 #define PCRE_COPY_SUBSTRING8(rc, bptr, offsets, count, i, cbuffer, size) \ 251 rc = pcre_copy_substring((char *)bptr, offsets, count, i, cbuffer, size) 253 #define PCRE_DFA_EXEC8(count, re, extra, bptr, len, start_offset, options, \ 255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \ 258 #define PCRE_EXEC8(count, re, extra, bptr, len, start_offset, options, \ 260 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options, \ 272 #define PCRE_GET_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ 274 rc = pcre_get_named_substring(re, (char *)bptr, offset 2795 check_match_limit(pcre *re, pcre_extra *extra, pcre_uint8 *bptr, int len, int start_offset, int options, int *use_offsets, int use_size_offsets, int flag, unsigned long int *limit, int errnumber, const char *msg) argument 4480 pcre_uint8 *bptr; local [all...] |
/external/mesa3d/src/mesa/main/ |
H A D | dlist.c | 842 GLbyte *bptr; local 852 bptr = (GLbyte *) list; 853 return (GLint) bptr[n];
|