/external/valgrind/main/coregrind/m_demangle/ |
D | dyn-string.c | 197 dyn_string_copy (dyn_string_t dest, dyn_string_t src) in dyn_string_copy() argument 199 if (dest == src) in dyn_string_copy() 203 if (dyn_string_resize (dest, src->length) == NULL) in dyn_string_copy() 206 strcpy (dest->s, src->s); in dyn_string_copy() 208 dest->length = src->length; in dyn_string_copy() 217 dyn_string_copy_cstr (dyn_string_t dest, const char *src) in dyn_string_copy_cstr() argument 221 if (dyn_string_resize (dest, length) == NULL) in dyn_string_copy_cstr() 224 strcpy (dest->s, src); in dyn_string_copy_cstr() 226 dest->length = length; in dyn_string_copy_cstr() 236 dyn_string_prepend (dyn_string_t dest, dyn_string_t src) in dyn_string_prepend() argument [all …]
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerX86Common.h | 90 void add32(RegisterID src, RegisterID dest) in add32() argument 92 m_assembler.addl_rr(src, dest); in add32() 100 void add32(TrustedImm32 imm, RegisterID dest) in add32() argument 102 m_assembler.addl_ir(imm.m_value, dest); in add32() 105 void add32(Address src, RegisterID dest) in add32() argument 107 m_assembler.addl_mr(src.offset, src.base, dest); in add32() 110 void add32(RegisterID src, Address dest) in add32() argument 112 m_assembler.addl_rm(src, dest.offset, dest.base); in add32() 115 void and32(RegisterID src, RegisterID dest) in and32() argument 117 m_assembler.andl_rr(src, dest); in and32() [all …]
|
D | MacroAssemblerMIPS.h | 102 void add32(RegisterID src, RegisterID dest) in add32() argument 104 m_assembler.addu(dest, dest, src); in add32() 107 void add32(TrustedImm32 imm, RegisterID dest) in add32() argument 109 add32(imm, dest, dest); in add32() 112 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() argument 119 m_assembler.addiu(dest, src, imm.m_value); in add32() 126 m_assembler.addu(dest, src, immTempRegister); in add32() 177 void add32(Address src, RegisterID dest) in add32() argument 180 add32(dataTempRegister, dest); in add32() 183 void add32(RegisterID src, Address dest) in add32() argument [all …]
|
D | MacroAssemblerARM.h | 84 void add32(RegisterID src, RegisterID dest) in add32() argument 86 m_assembler.adds_r(dest, dest, src); in add32() 96 void add32(TrustedImm32 imm, RegisterID dest) in add32() argument 98 m_assembler.adds_r(dest, dest, m_assembler.getImm(imm.m_value, ARMRegisters::S0)); in add32() 101 void add32(Address src, RegisterID dest) in add32() argument 104 add32(ARMRegisters::S1, dest); in add32() 107 void and32(RegisterID src, RegisterID dest) in and32() argument 109 m_assembler.ands_r(dest, dest, src); in and32() 112 void and32(TrustedImm32 imm, RegisterID dest) in and32() argument 116 m_assembler.bics_r(dest, dest, w & ~ARMAssembler::OP2_INV_IMM); in and32() [all …]
|
D | MacroAssemblerARMv7.h | 146 void add32(RegisterID src, RegisterID dest) in add32() argument 148 m_assembler.add(dest, dest, src); in add32() 151 void add32(TrustedImm32 imm, RegisterID dest) in add32() argument 153 add32(imm, dest, dest); in add32() 156 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() argument 160 m_assembler.add(dest, src, armImm); in add32() 163 m_assembler.add(dest, src, dataTempRegister); in add32() 184 void add32(Address src, RegisterID dest) in add32() argument 187 add32(dataTempRegister, dest); in add32() 207 void and32(RegisterID src, RegisterID dest) in and32() argument [all …]
|
D | MacroAssemblerSH4.h | 91 void add32(RegisterID src, RegisterID dest) in add32() argument 93 m_assembler.addlRegReg(src, dest); in add32() 96 void add32(TrustedImm32 imm, RegisterID dest) in add32() argument 99 m_assembler.addlImm8r(imm.m_value, dest); in add32() 105 m_assembler.addlRegReg(scr, dest); in add32() 109 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() argument 111 if (src != dest) in add32() 112 m_assembler.movlRegReg(src, dest); in add32() 113 add32(imm, dest); in add32() 125 void add32(Address src, RegisterID dest) in add32() argument [all …]
|
D | MacroAssemblerX86_64.h | 79 void load32(void* address, RegisterID dest) in load32() argument 81 if (dest == X86Registers::eax) in load32() 84 move(X86Registers::eax, dest); in load32() 86 swap(X86Registers::eax, dest); in load32() 90 void loadDouble(const void* address, FPRegisterID dest) in loadDouble() argument 93 loadDouble(scratchRegister, dest); in loadDouble() 96 void addDouble(AbsoluteAddress address, FPRegisterID dest) in addDouble() argument 99 m_assembler.addsd_mr(0, scratchRegister, dest); in addDouble() 102 void convertInt32ToDouble(TrustedImm32 imm, FPRegisterID dest) in convertInt32ToDouble() argument 105 m_assembler.cvtsi2sd_rr(scratchRegister, dest); in convertInt32ToDouble() [all …]
|
/external/libvpx/vpx_scale/ |
D | vpxscale.h | 16 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 17 void vp8cx_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int des… 18 void vp8cx_last_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned in… 19 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 20 void vp8cx_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int des… 21 void vp8cx_last_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned in… 22 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 23 void vp8cx_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int des… 24 void vp8cx_last_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned in… 25 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… [all …]
|
/external/astl/tests/ |
D | test_uninitialized.cpp | 48 int dest[10] = {0, }; in testCopyPod() local 49 EXPECT_TRUE(uninitialized_copy(src, src + size, dest) == dest); in testCopyPod() 54 int dest[size] = {0, }; in testCopyPod() local 56 EXPECT_TRUE(uninitialized_copy(src, src + size, dest) == dest + size); in testCopyPod() 58 EXPECT_TRUE(std::equal(src, src + size, dest)); in testCopyPod() 66 int src, dest; in testCopyPodOverflow() local 70 uninitialized_copy(&src, &src + kMaxSizeT / sizeof(src) + 1, &dest) == in testCopyPodOverflow() 71 &dest); in testCopyPodOverflow() 81 CtorDtorCounter *dest = static_cast<CtorDtorCounter*>( in testCopyClass() local 90 EXPECT_TRUE(uninitialized_copy(src, src + kSize, dest) == dest + kSize); in testCopyClass() [all …]
|
/external/jpeg/ |
D | jdatadst.c | 45 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in init_destination() local 48 dest->buffer = (JOCTET *) in init_destination() 52 dest->pub.next_output_byte = dest->buffer; in init_destination() 53 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination() 83 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in empty_output_buffer() local 85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) != in empty_output_buffer() 89 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer() 90 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer() 108 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in term_destination() local 109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination() [all …]
|
D | wrppm.c | 93 ppm_dest_ptr dest = (ppm_dest_ptr) dinfo; in put_pixel_rows() local 95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 108 ppm_dest_ptr dest = (ppm_dest_ptr) dinfo; in copy_pixel_rows() local 113 ptr = dest->pub.buffer[0]; in copy_pixel_rows() 114 bufferptr = dest->iobuffer; in copy_pixel_rows() 115 for (col = dest->samples_per_row; col > 0; col--) { in copy_pixel_rows() 118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows() 131 ppm_dest_ptr dest = (ppm_dest_ptr) dinfo; in put_demapped_rgb() local 140 ptr = dest->pub.buffer[0]; in put_demapped_rgb() 141 bufferptr = dest->iobuffer; in put_demapped_rgb() [all …]
|
D | wrtarga.c | 103 tga_dest_ptr dest = (tga_dest_ptr) dinfo; in put_pixel_rows() local 108 inptr = dest->pub.buffer[0]; in put_pixel_rows() 109 outptr = dest->iobuffer; in put_pixel_rows() 116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows() 124 tga_dest_ptr dest = (tga_dest_ptr) dinfo; in put_gray_rows() local 129 inptr = dest->pub.buffer[0]; in put_gray_rows() 130 outptr = dest->iobuffer; in put_gray_rows() 134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows() 147 tga_dest_ptr dest = (tga_dest_ptr) dinfo; in put_demapped_gray() local 153 inptr = dest->pub.buffer[0]; in put_demapped_gray() [all …]
|
D | wrbmp.c | 61 JPP((j_decompress_ptr cinfo, bmp_dest_ptr dest, 75 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; in put_pixel_rows() local 83 ((j_common_ptr) cinfo, dest->whole_image, in put_pixel_rows() 84 dest->cur_output_row, (JDIMENSION) 1, TRUE); in put_pixel_rows() 85 dest->cur_output_row++; in put_pixel_rows() 90 inptr = dest->pub.buffer[0]; in put_pixel_rows() 100 pad = dest->pad_bytes; in put_pixel_rows() 110 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; in put_gray_rows() local 118 ((j_common_ptr) cinfo, dest->whole_image, in put_gray_rows() 119 dest->cur_output_row, (JDIMENSION) 1, TRUE); in put_gray_rows() [all …]
|
/external/libvpx/vpx_scale/include/arm/ |
D | vpxscale_nofp.h | 12 void vp8cx_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 13 void vp8cx_last_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 14 void vp8cx_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 15 void vp8cx_last_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 16 void vp8cx_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 17 void vp8cx_last_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 18 void vp8cx_vertical_band_3_4_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 19 void vp8cx_last_vertical_band_3_4_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 20 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 21 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… [all …]
|
/external/libvpx/vpx_scale/include/symbian/ |
D | vpxscale_nofp.h | 12 void vp8cx_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 13 void vp8cx_last_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 14 void vp8cx_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 15 void vp8cx_last_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 16 void vp8cx_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 17 void vp8cx_last_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 18 void vp8cx_vertical_band_3_4_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 19 void vp8cx_last_vertical_band_3_4_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 20 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 21 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… [all …]
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | urlencode.cc | 56 int InternalUrlDecode(const char *source, char *dest, in InternalUrlDecode() argument 58 char * start = dest; in InternalUrlDecode() 64 *(dest++) = ' '; in InternalUrlDecode() 66 *dest++ = *source; in InternalUrlDecode() 73 *(dest++) = value; in InternalUrlDecode() 77 *dest++ = '?'; in InternalUrlDecode() 81 *dest++ = '?'; in InternalUrlDecode() 85 *dest++ = *source; in InternalUrlDecode() 90 *dest = 0; in InternalUrlDecode() 91 return dest - start; in InternalUrlDecode() [all …]
|
/external/icu4c/test/cintltst/ |
D | custrtrn.c | 874 UChar dest[64]; in Test_FromUTF8() local 908 dest[0]=dest[1]=99; in Test_FromUTF8() 910 … destPointer=u_strFromUTF8(dest, LENGTHOF(dest), &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8() 911 if(U_FAILURE(errorCode) || destPointer!=dest || destLength!=1 || dest[0]!=0x95c || dest[1]!=0) { in Test_FromUTF8() 973 UChar dest[64]; in Test_FromUTF8Lenient() local 981 dest[0]=0x1234; in Test_FromUTF8Lenient() 984 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode); in Test_FromUTF8Lenient() 985 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || dest[0]!=0x1234) { in Test_FromUTF8Lenient() 989 dest[0]=0x1234; in Test_FromUTF8Lenient() 997 dest[0]=0x1234; in Test_FromUTF8Lenient() [all …]
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | options.py | 32 …blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help=… 33 …build = make_option("--build", action="store_true", dest="build", default=False, help="Build and r… 34 …build_style = make_option("--build-style", action="store", dest="build_style", default=None, help=… 35 …cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of e… 36 …check_builders = make_option("--ignore-builders", action="store_false", dest="check_builders", def… 37 …check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True… 38 …clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't ch… 39 …close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="… 40 …comment = make_option("--comment", action="store", type="string", dest="comment", help="Comment to… 41 …component = make_option("--component", action="store", type="string", dest="component", help="Comp… [all …]
|
/external/webkit/Source/WebCore/platform/image-encoders/ |
D | JPEGImageEncoder.cpp | 59 JPEGDestinationManager* dest = static_cast<JPEGDestinationManager*>(compressData->dest); in jpegInitializeDestination() local 60 dest->m_buffer.resize(4096); in jpegInitializeDestination() 61 dest->next_output_byte = reinterpret_cast<JOCTET*>(dest->m_buffer.data()); in jpegInitializeDestination() 62 dest->free_in_buffer = dest->m_buffer.size(); in jpegInitializeDestination() 67 JPEGDestinationManager* dest = static_cast<JPEGDestinationManager*>(compressData->dest); in jpegEmptyOutputBuffer() local 68 dest->m_dump.append(dest->m_buffer.data(), dest->m_buffer.size()); in jpegEmptyOutputBuffer() 69 dest->next_output_byte = reinterpret_cast<JOCTET*>(dest->m_buffer.data()); in jpegEmptyOutputBuffer() 70 dest->free_in_buffer = dest->m_buffer.size(); in jpegEmptyOutputBuffer() 76 JPEGDestinationManager* dest = static_cast<JPEGDestinationManager*>(compressData->dest); in jpegTerminateDestination() local 77 dest->m_dump.append(dest->m_buffer.data(), dest->m_buffer.size() - dest->free_in_buffer); in jpegTerminateDestination() [all …]
|
/external/icu4c/common/ |
D | ushape.c | 441 countSpaces(UChar *dest,int32_t size,uint64_t options,int32_t *spacesCountl,int32_t *spacesCountr) { in countSpaces() argument 445 while(dest[i] == SPACE_CHAR) { in countSpaces() 449 while(dest[size-1] == SPACE_CHAR) { in countSpaces() 670 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 676 if((isTashkeelOnTatweelChar(dest[i]) == 1)){ in handleTashkeelWithTatweel() 677 dest[i] = TATWEEL_CHAR; in handleTashkeelWithTatweel() 678 }else if((isTashkeelOnTatweelChar(dest[i]) == 2)){ in handleTashkeelWithTatweel() 679 dest[i] = SHADDA_TATWEEL_CHAR; in handleTashkeelWithTatweel() 680 }else if(isIsolatedTashkeelChar(dest[i]) && dest[i] != SHADDA_CHAR){ in handleTashkeelWithTatweel() 681 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel() [all …]
|
D | uts46.cpp | 48 isASCIIString(const UnicodeString &dest) { in isASCIIString() argument 49 const UChar *s=dest.getBuffer(); in isASCIIString() 50 const UChar *limit=s+dest.length(); in isASCIIString() 68 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8() argument 73 info, errorCode).toUTF8(dest); in labelToASCII_UTF8() 78 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8() argument 83 info, errorCode).toUTF8(dest); in labelToUnicodeUTF8() 88 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest, in nameToASCII_UTF8() argument 93 info, errorCode).toUTF8(dest); in nameToASCII_UTF8() 98 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest, in nameToUnicodeUTF8() argument [all …]
|
D | ubidiwrt.c | 62 UChar *dest, int32_t destSize, in doWriteForward() argument 75 *dest++=*src++; in doWriteForward() 91 UTF_APPEND_CHAR_UNSAFE(dest, j, c); in doWriteForward() 114 *dest++=c; in doWriteForward() 145 UTF_APPEND_CHAR_UNSAFE(dest, j, c); in doWriteForward() 155 UChar *dest, int32_t destSize, in doWriteReverse() argument 205 *dest++=src[j++]; in doWriteReverse() 235 *dest++=src[j++]; in doWriteReverse() 296 UTF_APPEND_CHAR_UNSAFE(dest, k, c); in doWriteReverse() 297 dest+=k; in doWriteReverse() [all …]
|
/external/libvpx/vpx_scale/include/generic/ |
D | vpxscale_nofp.h | 12 void vp8cx_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 13 void vp8cx_last_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 14 void vp8cx_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 15 void vp8cx_last_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 16 void vp8cx_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int de… 17 void vp8cx_last_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned i… 18 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 19 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 20 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… 21 …_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_… [all …]
|
/external/quake/quake/src/WinQuake/ |
D | draw.cpp | 137 byte *dest; in Draw_Character() local 171 dest = vid.conbuffer + y*vid.conrowbytes + x; in Draw_Character() 176 dest[0] = source[0]; in Draw_Character() 178 dest[1] = source[1]; in Draw_Character() 180 dest[2] = source[2]; in Draw_Character() 182 dest[3] = source[3]; in Draw_Character() 184 dest[4] = source[4]; in Draw_Character() 186 dest[5] = source[5]; in Draw_Character() 188 dest[6] = source[6]; in Draw_Character() 190 dest[7] = source[7]; in Draw_Character() [all …]
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | ShapeArabic.c | 351 shapeUnicode(UChar *dest, int32_t sourceLength, in shapeUnicode() argument 370 UChar inputChar = dest[i]; in shapeUnicode() 372 dest[i] = convertFEto06 [ (inputChar - 0xFE70) ] ; in shapeUnicode() 385 currLink = getLink(dest[i]); in shapeUnicode() 393 if ((currLink & 0xFF00) > 0 || isTashkeelChar(dest[i])) { in shapeUnicode() 400 nextLink = getLink(dest[Nw]); in shapeUnicode() 411 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode() 413 … dest[i] = ' '; /* The default case is to drop the Alef and replace */ in shapeUnicode() 414 … dest[lastPos] =wLamalef; /* it by a space. */ in shapeUnicode() 425 flag = specialChar(dest[i]); in shapeUnicode() [all …]
|