/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 …]
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jmemmgr.c | 593 jvirt_barray_ptr bptr; in realize_virt_arrays() local 609 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 610 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 611 space_per_minheight += (long) bptr->maxaccess * in realize_virt_arrays() 612 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 613 maximum_space += (long) bptr->rows_in_array * in realize_virt_arrays() 614 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 666 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 667 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 668 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L; in realize_virt_arrays() [all …]
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | jmemmgr.c | 623 jvirt_barray_ptr bptr; in realize_virt_arrays() local 639 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 640 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 641 space_per_minheight += (long) bptr->maxaccess * in realize_virt_arrays() 642 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 643 maximum_space += (long) bptr->rows_in_array * in realize_virt_arrays() 644 (long) bptr->blocksperrow * SIZEOF(JBLOCK); in realize_virt_arrays() 696 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) { in realize_virt_arrays() 697 if (bptr->mem_buffer == NULL) { /* if not realized yet */ in realize_virt_arrays() 698 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L; in realize_virt_arrays() [all …]
|
/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 …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-05.ll | 30 %bptr = inttoptr i64 %addr to i128 * 31 %aptr = getelementptr i128 *%bptr, i64 -8 33 %b = load i128 *%bptr 46 %bptr = inttoptr i64 %addr to i128 * 47 %aptr = getelementptr i128 *%bptr, i64 -8 49 %b = load i128 *%bptr 64 %bptr = inttoptr i64 %addr to i128 * 65 %aptr = getelementptr i128 *%bptr, i64 -8 67 %b = load i128 *%bptr 82 %bptr = inttoptr i64 %addr to i128 * [all …]
|
D | int-add-08.ll | 27 %bptr = inttoptr i64 %addr to i128 * 29 %b = load i128 *%bptr 42 %bptr = inttoptr i64 %addr to i128 * 44 %b = load i128 *%bptr 59 %bptr = inttoptr i64 %addr to i128 * 61 %b = load i128 *%bptr 76 %bptr = inttoptr i64 %addr to i128 * 78 %b = load i128 *%bptr 91 %bptr = inttoptr i64 %addr to i128 * 93 %b = load i128 *%bptr [all …]
|
D | fp-copysign-01.ll | 32 define float @f3(float %a, fp128 *%bptr) { 38 %bl = load volatile fp128 *%bptr 66 define double @f6(double %a, fp128 *%bptr) { 72 %bl = load volatile fp128 *%bptr 114 define void @f9(fp128 *%cptr, fp128 *%aptr, fp128 *%bptr) { 124 %b = load volatile fp128 *%bptr
|
/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/pcre/dist/ |
D | pcretest.c | 245 #define PCRE_COPY_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ argument 247 rc = pcre_copy_named_substring(re, (char *)bptr, offsets, count, \ 250 #define PCRE_COPY_SUBSTRING8(rc, bptr, offsets, count, i, cbuffer, size) \ argument 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, \ argument 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, \ argument 260 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options, \ 272 #define PCRE_GET_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ argument 274 rc = pcre_get_named_substring(re, (char *)bptr, offsets, count, \ [all …]
|
/external/llvm/test/CodeGen/R600/ |
D | llvm.AMDGPU.div_scale.ll | 8 …le_f32_1(float addrspace(1)* %out, float addrspace(1)* %aptr, float addrspace(1)* %bptr) nounwind { 10 %b = load float addrspace(1)* %bptr, align 4 19 …le_f32_2(float addrspace(1)* %out, float addrspace(1)* %aptr, float addrspace(1)* %bptr) nounwind { 21 %b = load float addrspace(1)* %bptr, align 4 30 …ble addrspace(1)* %out, double addrspace(1)* %aptr, double addrspace(1)* %bptr, double addrspace(1… 32 %b = load double addrspace(1)* %bptr, align 8 41 …ble addrspace(1)* %out, double addrspace(1)* %aptr, double addrspace(1)* %bptr, double addrspace(1… 43 %b = load double addrspace(1)* %bptr, align 8
|
D | ssubo.ll | 29 …(1)* %out, i1 addrspace(1)* %carryout, i32 addrspace(1)* %aptr, i32 addrspace(1)* %bptr) nounwind { 31 %b = load i32 addrspace(1)* %bptr, align 4 55 …(1)* %out, i1 addrspace(1)* %carryout, i64 addrspace(1)* %aptr, i64 addrspace(1)* %bptr) nounwind { 57 %b = load i64 addrspace(1)* %bptr, align 4
|
D | saddo.ll | 29 …(1)* %out, i1 addrspace(1)* %carryout, i32 addrspace(1)* %aptr, i32 addrspace(1)* %bptr) nounwind { 31 %b = load i32 addrspace(1)* %bptr, align 4 53 …(1)* %out, i1 addrspace(1)* %carryout, i64 addrspace(1)* %aptr, i64 addrspace(1)* %bptr) nounwind { 55 %b = load i64 addrspace(1)* %bptr, align 4
|
D | usubo.ll | 31 …(1)* %out, i1 addrspace(1)* %carryout, i32 addrspace(1)* %aptr, i32 addrspace(1)* %bptr) nounwind { 33 %b = load i32 addrspace(1)* %bptr, align 4 57 …(1)* %out, i1 addrspace(1)* %carryout, i64 addrspace(1)* %aptr, i64 addrspace(1)* %bptr) nounwind { 59 %b = load i64 addrspace(1)* %bptr, align 4
|
/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/ |
D | webrtc_cng.c | 247 int32_t* bptr; in WebRtcCng_Encode() local 303 bptr = corrVector; in WebRtcCng_Encode() 309 negate = *bptr < 0; in WebRtcCng_Encode() 311 *bptr = -*bptr; in WebRtcCng_Encode() 313 blo = (int32_t) * aptr * (*bptr & 0xffff); in WebRtcCng_Encode() 315 + ((int32_t)(*aptr++) * ((*bptr >> 16) & 0xffff)); in WebRtcCng_Encode() 318 *bptr = (((bhi >> 16) & 0x7fff) << 17) | ((uint32_t) blo >> 15); in WebRtcCng_Encode() 320 *bptr = -*bptr; in WebRtcCng_Encode() 321 bptr++; in WebRtcCng_Encode()
|
/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/llvm/test/Transforms/SROA/ |
D | address-spaces.ll | 20 %bptr = bitcast i16 addrspace(1)* %b to i8 addrspace(1)* 21 call void @llvm.memcpy.p1i8.p0i8.i32(i8 addrspace(1)* %bptr, i8* %aaptr, i32 16, i32 2, i1 false) 34 %bptr = bitcast i16* %b to i8* 35 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %bptr, i8* %aaptr, i32 16, i32 2, i1 false) 48 %bptr = bitcast i16 addrspace(1)* %b to i8 addrspace(1)* 49 call void @llvm.memcpy.p1i8.p0i8.i32(i8 addrspace(1)* %bptr, i8* %aaptr, i32 16, i32 2, i1 false)
|
/external/libedit/examples/ |
D | wtc1.c | 62 char *buf, *bptr; in complete() local 76 buf = bptr = malloc(mblen); in complete() 81 bptr += wctomb(bptr, ptr[i]); in complete() 83 *bptr = 0; /* Terminate multibyte string */ in complete() 84 mblen = bptr - buf; in complete()
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/ |
D | x86_64-mont.pl | 734 my $bptr="%rdx"; # not used 930 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 932 my $rptr=$bptr; 934 lea 8($bp),$bptr 942 mov $bptr,8(%rsp) # off-load &b[i] 947 mov $mi,$bptr # borrow $bptr 958 adcx %rax,$bptr # discarded 964 mov 48(%rsp),$bptr # counter value 1015 dec $bptr # of=0, pass cf 1019 mov 8(%rsp),$bptr # re-load &b[i] [all …]
|
/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()
|