/external/qemu/distrib/jpeg-6b/ |
D | jmemmgr.c | 590 jvirt_barray_ptr bptr; in realize_virt_arrays() local 606 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 607 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 608 space_per_minheight += (long) bptr->maxaccess * in realize_virt_arrays() 609 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 610 maximum_space += (long) bptr->rows_in_array * in realize_virt_arrays() 611 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 663 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 664 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 665 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L; in realize_virt_arrays() [all …]
|
D | jquant2.c | 786 register INT32 * bptr; /* pointer into bestdist[] array */ in find_best_colors() local 797 bptr = bestdist; in find_best_colors() 799 *bptr++ = 0x7FFFFFFFL; in find_best_colors() 825 bptr = bestdist; in find_best_colors() 835 if (dist2 < *bptr) { in find_best_colors() 836 *bptr = dist2; in find_best_colors() 841 bptr++; in find_best_colors()
|
/external/jpeg/ |
D | jmemmgr.c | 590 jvirt_barray_ptr bptr; in realize_virt_arrays() local 606 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 607 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 608 space_per_minheight += (long) bptr->maxaccess * in realize_virt_arrays() 609 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 610 maximum_space += (long) bptr->rows_in_array * in realize_virt_arrays() 611 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 663 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 664 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 665 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L; in realize_virt_arrays() [all …]
|
D | jquant2.c | 786 register INT32 * bptr; /* pointer into bestdist[] array */ in find_best_colors() local 797 bptr = bestdist; in find_best_colors() 799 *bptr++ = 0x7FFFFFFFL; in find_best_colors() 825 bptr = bestdist; in find_best_colors() 835 if (dist2 < *bptr) { in find_best_colors() 836 *bptr = dist2; in find_best_colors() 841 bptr++; in find_best_colors()
|
/external/qemu/slirp-android/ |
D | tcp_subr.c | 771 char *bptr; in tcp_emu() local 820 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) { in tcp_emu() 824 x = sscanf(bptr, "ORT %u,%u,%u,%u,%u,%u\r\n%256[^\177]", in tcp_emu() 847 m->m_len = bptr - m->m_data; /* Adjust length */ in tcp_emu() 848 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len, in tcp_emu() 852 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) { in tcp_emu() 856 x = sscanf(bptr, "27 Entering Passive Mode (%u,%u,%u,%u,%u,%u)\r\n%256[^\177]", in tcp_emu() 879 m->m_len = bptr - m->m_data; /* Adjust length */ in tcp_emu() 880 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len, in tcp_emu() 914 if ((bptr = (char *)strstr(m->m_data, "DCC")) == NULL) in tcp_emu() [all …]
|
D | misc.c | 237 char *bptr; in fork_exec() local 307 bptr = strdup(ex); /* No need to free() this */ in fork_exec() 312 argv[i++] = bptr; in fork_exec() 316 curarg = bptr; in fork_exec() 317 while (*bptr != ' ' && *bptr != (char)0) in fork_exec() 318 bptr++; in fork_exec() 319 c = *bptr; in fork_exec() 320 *bptr++ = (char)0; in fork_exec() 375 char *bptr; in strdup() local 378 bptr = (char *)malloc(len+1); in strdup() [all …]
|
D | if.c | 49 writen(fd, bptr, n) 51 char *bptr; 58 ret = socket_send(fd, bptr, n); 65 ret = socket_send(fd, bptr+total, n-total);
|
/external/qemu/slirp/ |
D | tcp_subr.c | 616 char *bptr; in tcp_emu() local 965 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) { in tcp_emu() 969 x = sscanf(bptr, "ORT %u,%u,%u,%u,%u,%u\r\n%256[^\177]", in tcp_emu() 992 m->m_len = bptr - m->m_data; /* Adjust length */ in tcp_emu() 993 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len, in tcp_emu() 997 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) { in tcp_emu() 1001 x = sscanf(bptr, "27 Entering Passive Mode (%u,%u,%u,%u,%u,%u)\r\n%256[^\177]", in tcp_emu() 1024 m->m_len = bptr - m->m_data; /* Adjust length */ in tcp_emu() 1025 m->m_len += snprintf(bptr, m->m_hdr.mh_size - m->m_len, in tcp_emu() 1059 if ((bptr = (char *)strstr(m->m_data, "DCC")) == NULL) in tcp_emu() [all …]
|
D | misc.c | 260 char *bptr; in fork_exec() local 341 bptr = strdup(ex); /* No need to free() this */ in fork_exec() 346 argv[i++] = bptr; in fork_exec() 350 curarg = bptr; in fork_exec() 351 while (*bptr != ' ' && *bptr != (char)0) in fork_exec() 352 bptr++; in fork_exec() 353 c = *bptr; in fork_exec() 354 *bptr++ = (char)0; in fork_exec() 412 char *bptr; local 414 bptr = (char *)malloc(strlen(str)+1); [all …]
|
D | if.c | 49 writen(fd, bptr, n) 51 char *bptr; 58 ret = send(fd, bptr, n,0); 65 ret = send(fd, bptr+total, n-total,0);
|
/external/clang/test/Analysis/ |
D | stack-block-returned.cpp | 3 typedef void (^bptr)(void); typedef 5 bptr bf(int j) { in bf() 7 const bptr &qq = ^{ i=0; }; // expected-note {{binding reference variable 'qq' here}} in bf()
|
/external/grub/netboot/ |
D | i82586.c | 431 Address bptr; in i82586_transmit() local 455 bptr = mem_start + TX_BUF_START; in i82586_transmit() 456 memcpy((char *)bptr, (char *)tx_cmd, sizeof(tx_cmd)); in i82586_transmit() 457 bptr += sizeof(tx_cmd); in i82586_transmit() 458 memcpy((char *)bptr, d, ETH_ALEN); in i82586_transmit() 459 bptr += ETH_ALEN; in i82586_transmit() 460 memcpy((char *)bptr, nic->node_addr, ETH_ALEN); in i82586_transmit() 461 bptr += ETH_ALEN; in i82586_transmit() 462 memcpy((char *)bptr, (char *)&type, sizeof(type)); in i82586_transmit() 463 bptr += sizeof(type); in i82586_transmit() [all …]
|
/external/clang/test/SemaObjC/ |
D | attr-malloc.m | 10 typedef void (^bptr)(void); 11 bptr baz(void) __attribute((malloc)); // no-warning 14 __attribute((malloc)) bptr (*g)(); // expected-warning {{functions returning a pointer type}} function
|
/external/mdnsresponder/mDNSPosix/ |
D | ProxyResponder.c | 137 unsigned char txtbuffer[1024], *bptr = txtbuffer; in RegisterService() local 146 if (len > 255 || bptr + 1 + len >= txtbuffer + sizeof(txtbuffer)) break; in RegisterService() 148 bptr[0] = len; in RegisterService() 149 strcpy((char*)(bptr+1), argv[0]); in RegisterService() 150 bptr += 1 + len; in RegisterService() 158 txtbuffer, bptr-txtbuffer, // TXT data, length in RegisterService()
|
/external/aac/libSYS/src/ |
D | wav_file.cpp | 264 SCHAR *bptr = (SCHAR*)buffer; in WAV_InputRead() local 292 *bptr++ = (SCHAR) tmp; in WAV_InputRead() 303 result += FDKfread(&(bptr[i<<1]), 1, 1, wav->fp) ; in WAV_InputRead() 304 sptr[i] = ulaw2pcm(bptr[i<<1]) ; in WAV_InputRead() 461 SCHAR *bptr = (SCHAR*)sampleBuffer; in WAV_OutputWrite() local 483 case 8: tmp = *bptr++; break; in WAV_OutputWrite()
|
/external/clang/test/Sema/ |
D | block-return.c | 88 typedef void (^bptr)(void); typedef 90 bptr foo5(int j) { in foo5()
|
/external/libxml2/ |
D | uri.c | 2249 xmlChar *bptr, *uptr, *vptr; in xmlBuildRelativeURI() local 2326 bptr = (xmlChar *)bas->path; in xmlBuildRelativeURI() 2328 for (ix = 0; bptr[ix] != 0; ix++) { in xmlBuildRelativeURI() 2329 if (bptr[ix] == '/') in xmlBuildRelativeURI() 2340 if ((*bptr == '.') && (bptr[1] == '/')) in xmlBuildRelativeURI() 2341 bptr += 2; in xmlBuildRelativeURI() 2342 else if ((*bptr == '/') && (ref->path[pos] != '/')) in xmlBuildRelativeURI() 2343 bptr++; in xmlBuildRelativeURI() 2344 while ((bptr[pos] == ref->path[pos]) && (bptr[pos] != 0)) in xmlBuildRelativeURI() 2347 if (bptr[pos] == ref->path[pos]) { in xmlBuildRelativeURI() [all …]
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 352 uchar* bptr = can_use_src_as_trow && y1 < y && y+1 < y2 ? (uchar*)(src - bsz1) : trow; in fill_cyclic_buffer() local 354 if( bptr != trow ) in fill_cyclic_buffer() 357 trow[i] = bptr[i]; in fill_cyclic_buffer() 359 trow[i] = bptr[i + width_n]; in fill_cyclic_buffer() 361 else if( !(((size_t)(bptr + bsz1)|(size_t)src|width_n) & (sizeof(int)-1)) ) in fill_cyclic_buffer() 363 *(int*)(bptr + i + bsz1) = *(int*)(src + i); in fill_cyclic_buffer() 366 bptr[i + bsz1] = src[i]; in fill_cyclic_buffer() 373 bptr[i] = bptr[j]; in fill_cyclic_buffer() 378 bptr[i + width_n] = bptr[j]; in fill_cyclic_buffer() 385 bptr[i] = bt[i]; in fill_cyclic_buffer() [all …]
|
/external/skia/tests/ |
D | AAClipTest.cpp | 48 const char* bptr = (const char*)b.fImage; in operator ==() local 50 if (memcmp(aptr, bptr, wbytes)) { in operator ==() 54 bptr += wbytes; in operator ==()
|
/external/linux-tools-perf/util/ |
D | trace-event-parse.c | 2312 void *bptr; in make_bprint_args() local 2338 for (ptr = fmt + 6, bptr = data + field->offset; in make_bprint_args() 2339 bptr < data + size && *ptr; ptr++) { in make_bprint_args() 2364 bptr = (void *)(((unsigned long)bptr + 3) & in make_bprint_args() 2376 val = read_size(bptr, ls); in make_bprint_args() 2377 bptr += ls; in make_bprint_args() 2390 arg->string.string = strdup(bptr); in make_bprint_args() 2391 bptr += strlen(bptr) + 1; in make_bprint_args()
|
/external/openssh/ |
D | authfile.c | 180 const u_char *bptr; in key_private_pem_to_blob() local 208 if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0) in key_private_pem_to_blob() 211 buffer_append(blob, bptr, blen); in key_private_pem_to_blob()
|
/external/openssl/crypto/bn/asm/ |
D | x86_64-mont.pl | 693 my $bptr="%rdx"; # not used
|