Searched refs:bptr (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/Analysis/
H A Dstack-block-returned.cpp3 typedef void (^bptr)(void);
5 bptr bf(int j) {
7 const bptr &qq = ^{ i=0; }; // expected-note {{binding reference variable 'qq' here}}
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmemmgr.c623 jvirt_barray_ptr bptr; local
639 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
640 if (bptr->mem_buffer == NULL) { /* if not realized yet */
641 space_per_minheight += (long) bptr->maxaccess *
642 (long) bptr->blocksperrow * SIZEOF(JBLOCK);
643 maximum_space += (long) bptr->rows_in_array *
644 (long) bptr
981 jvirt_barray_ptr bptr; local
[all...]
H A Djquant2.c770 register INT32 * bptr; /* pointer into bestdist[] array */ local
781 bptr = bestdist;
783 *bptr++ = 0x7FFFFFFFL;
809 bptr = bestdist;
819 if (dist2 < *bptr) {
820 *bptr = dist2;
825 bptr++;
/external/jpeg/
H A Djmemmgr.c590 jvirt_barray_ptr bptr; local
606 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
607 if (bptr->mem_buffer == NULL) { /* if not realized yet */
608 space_per_minheight += (long) bptr->maxaccess *
609 (long) bptr->blocksperrow * SIZEOF(JBLOCK);
610 maximum_space += (long) bptr->rows_in_array *
611 (long) bptr
948 jvirt_barray_ptr bptr; local
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c593 jvirt_barray_ptr bptr; local
609 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
610 if (bptr->mem_buffer == NULL) { /* if not realized yet */
611 space_per_minheight += (long) bptr->maxaccess *
612 (long) bptr->blocksperrow * SIZEOF(JBLOCK);
613 maximum_space += (long) bptr->rows_in_array *
614 (long) bptr
951 jvirt_barray_ptr bptr; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemmgr.c590 jvirt_barray_ptr bptr; local
606 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
607 if (bptr->mem_buffer == NULL) { /* if not realized yet */
608 space_per_minheight += (long) bptr->maxaccess *
609 (long) bptr->blocksperrow * SIZEOF(JBLOCK);
610 maximum_space += (long) bptr->rows_in_array *
611 (long) bptr
948 jvirt_barray_ptr bptr; local
[all...]
/external/qemu/slirp/
H A Dtcp_subr.c616 char *bptr; local
965 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) {
969 x = sscanf(bptr, "ORT %u,%u,%u,%u,%u,%u\r\n%256[^\177]",
992 m->m_len = bptr - m->m_data; /* Adjust length */
993 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len,
997 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) {
1001 x = sscanf(bptr, "27 Entering Passive Mode (%u,%u,%u,%u,%u,%u)\r\n%256[^\177]",
1024 m->m_len = bptr - m->m_data; /* Adjust length */
1025 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len,
1059 if ((bptr
[all...]
H A Dif.c49 writen(fd, bptr, n)
51 char *bptr;
58 ret = send(fd, bptr, n,0);
65 ret = send(fd, bptr+total, n-total,0);
H A Dmisc.c260 char *bptr; local
341 bptr = strdup(ex); /* No need to free() this */
346 argv[i++] = bptr;
350 curarg = bptr;
351 while (*bptr != ' ' && *bptr != (char)0)
352 bptr++;
353 c = *bptr;
354 *bptr++ = (char)0;
412 char *bptr; local
[all...]
/external/qemu/slirp-android/
H A Dtcp_subr.c771 char *bptr; local
820 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) {
824 x = sscanf(bptr, "ORT %u,%u,%u,%u,%u,%u\r\n%256[^\177]",
847 m->m_len = bptr - m->m_data; /* Adjust length */
848 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len,
852 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) {
856 x = sscanf(bptr, "27 Entering Passive Mode (%u,%u,%u,%u,%u,%u)\r\n%256[^\177]",
879 m->m_len = bptr - m->m_data; /* Adjust length */
880 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len,
914 if ((bptr
[all...]
H A Dif.c49 writen(fd, bptr, n)
51 char *bptr;
58 ret = socket_send(fd, bptr, n);
65 ret = socket_send(fd, bptr+total, n-total);
H A Dmisc.c237 char *bptr; local
307 bptr = strdup(ex); /* No need to free() this */
312 argv[i++] = bptr;
316 curarg = bptr;
317 while (*bptr != ' ' && *bptr != (char)0)
318 bptr++;
319 c = *bptr;
320 *bptr++ = (char)0;
375 char *bptr; local
[all...]
/external/pcre/dist/
H A Dpcretest.c245 #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
2792 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
4477 pcre_uint8 *bptr; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c247 int32_t* bptr; local
303 bptr = corrVector;
309 negate = *bptr < 0;
311 *bptr = -*bptr;
313 blo = (int32_t) * aptr * (*bptr & 0xffff);
315 + ((int32_t)(*aptr++) * ((*bptr >> 16) & 0xffff));
318 *bptr = (((bhi >> 16) & 0x7fff) << 17) | ((uint32_t) blo >> 15);
320 *bptr = -*bptr;
[all...]
/external/clang/test/Sema/
H A Dblock-return.c88 typedef void (^bptr)(void);
90 bptr foo5(int j) {
/external/libedit/examples/
H A Dwtc1.c62 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 DProxyResponder.c137 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/aac/libSYS/src/
H A Dwav_file.cpp263 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/chromium_org/third_party/leveldatabase/src/db/
H A Dmemtable.cc33 int MemTable::KeyComparator::operator()(const char* aptr, const char* bptr)
37 Slice b = GetLengthPrefixedSlice(bptr);
/external/chromium_org/third_party/libxml/src/
H A Duri.c2249 xmlChar *bptr, *uptr, *vptr; local
2326 bptr = (xmlChar *)bas->path;
2328 for (ix = 0; bptr[ix] != 0; ix++) {
2329 if (bptr[ix] == '/')
2340 if ((*bptr == '.') && (bptr[1] == '/'))
2341 bptr += 2;
2342 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2343 bptr++;
2344 while ((bptr[po
[all...]
/external/libxml2/
H A Duri.c2168 xmlChar *bptr, *uptr, *vptr; local
2245 bptr = (xmlChar *)bas->path;
2247 for (ix = 0; bptr[ix] != 0; ix++) {
2248 if (bptr[ix] == '/')
2259 if ((*bptr == '.') && (bptr[1] == '/'))
2260 bptr += 2;
2261 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2262 bptr++;
2263 while ((bptr[po
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dx86_64-mont.pl735 my $bptr="%rdx"; # not used
932 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
934 my $rptr=$bptr;
936 lea 8($bp),$bptr
944 mov $bptr,8(%rsp) # off-load &b[i]
949 mov $mi,$bptr # borrow $bptr
960 adcx %rax,$bptr # discarded
966 mov 48(%rsp),$bptr # counter value
1017 dec $bptr # o
[all...]
H A Darmv4-mont.pl253 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5));
269 vld1.32 {${Bi}[0]}, [$bptr,:32]!
327 vld1.32 {${Bi}[0]}, [$bptr,:32]!
446 vld1.32 {${Bi}[0]}, [$bptr,:32]!
608 add $bptr,sp,$num,lsl#2
617 teq $aptr,$bptr @ preserves carry
623 sub r11,$bptr,sp @ this is num*4
627 mov $nptr,$bptr @ second 3/4th of frame
649 teq $aptr,$bptr @ preserves carry
H A Dx86_64-mont5.pl909 my $bptr="%rdx"; # const void *table,
996 movq $bptr,%xmm4
1005 movq %xmm4,$bptr
2130 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
2132 my $rptr=$bptr;
2142 lea 96($bp,%r11,8),$bptr # pointer within 1st cache line
2150 movq `0*$STRIDE/4-96`($bptr),%xmm0
2151 lea $STRIDE($bptr),$tptr # borrow $tptr
2152 movq `1*$STRIDE/4-96`($bptr),%xmm1
2154 movq `2*$STRIDE/4-96`($bptr),
[all...]
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.pl257 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5));
273 vld1.32 {${Bi}[0]}, [$bptr,:32]!
331 vld1.32 {${Bi}[0]}, [$bptr,:32]!
450 vld1.32 {${Bi}[0]}, [$bptr,:32]!
612 add $bptr,sp,$num,lsl#2
621 teq $aptr,$bptr @ preserves carry
627 sub r11,$bptr,sp @ this is num*4
631 mov $nptr,$bptr @ second 3/4th of frame
653 teq $aptr,$bptr @ preserves carry

Completed in 1219 milliseconds

12