/external/bison/lib/ |
D | vbitset.c | 344 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_ones() local 349 memset (dstp, -1, bytes); in vbitset_ones() 357 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_zero() local 362 memset (dstp, 0, bytes); in vbitset_zero() 370 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_empty_p() local 373 if (dstp[i]) in vbitset_empty_p() 384 bitset_word *dstp; in vbitset_copy1() local 394 dstp = VBITSET_WORDS (dst); in vbitset_copy1() 398 memcpy (dstp, srcp, sizeof (bitset_word) * ssize); in vbitset_copy1() 400 memset (dstp + sizeof (bitset_word) * ssize, 0, in vbitset_copy1() [all …]
|
D | abitset.c | 317 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_ones() local 322 memset (dstp, -1, bytes); in abitset_ones() 330 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_zero() local 335 memset (dstp, 0, bytes); in abitset_zero() 343 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_empty_p() local 346 if (dstp[i]) in abitset_empty_p() 357 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_copy1() local 360 if (srcp == dstp) in abitset_copy1() 362 memcpy (dstp, srcp, sizeof (bitset_word) * size); in abitset_copy1() 371 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_not() local [all …]
|
D | ebitset.c | 1040 bitset_word *dstp; in ebitset_op3_cmp() local 1089 dstp = EBITSET_WORDS (delt); in ebitset_op3_cmp() 1096 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++) in ebitset_op3_cmp() 1100 if (*dstp != tmp) in ebitset_op3_cmp() 1103 *dstp = tmp; in ebitset_op3_cmp() 1109 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++) in ebitset_op3_cmp() 1113 if (*dstp != tmp) in ebitset_op3_cmp() 1116 *dstp = tmp; in ebitset_op3_cmp() 1122 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++) in ebitset_op3_cmp() 1126 if (*dstp != tmp) in ebitset_op3_cmp() [all …]
|
D | lbitset.c | 1054 bitset_word *dstp; in lbitset_op3_cmp() local 1116 dstp = dtmp->words; in lbitset_op3_cmp() 1123 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++) in lbitset_op3_cmp() 1127 if (*dstp != tmp) in lbitset_op3_cmp() 1130 *dstp = tmp; in lbitset_op3_cmp() 1136 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++) in lbitset_op3_cmp() 1140 if (*dstp != tmp) in lbitset_op3_cmp() 1143 *dstp = tmp; in lbitset_op3_cmp() 1149 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++) in lbitset_op3_cmp() 1153 if (*dstp != tmp) in lbitset_op3_cmp() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_blit_A.c | 234 Uint32 *dstp = (Uint32 *)info->d_pixels; in BlitRGBtoRGBSurfaceAlpha128MMX() local 249 Uint32 d = *dstp; in BlitRGBtoRGBSurfaceAlpha128MMX() 250 *dstp++ = ((((s & 0x00fefefe) + (d & 0x00fefefe)) >> 1) in BlitRGBtoRGBSurfaceAlpha128MMX() 253 movq_m2r((*dstp), mm2);/* 2 x dst -> mm2(ARGBARGB) */ in BlitRGBtoRGBSurfaceAlpha128MMX() 268 movq_r2m(mm2, (*dstp));/* mm2 -> 2 x dst pixels */ in BlitRGBtoRGBSurfaceAlpha128MMX() 269 dstp += 2; in BlitRGBtoRGBSurfaceAlpha128MMX() 273 dstp += dstskip; in BlitRGBtoRGBSurfaceAlpha128MMX() 292 Uint32 *dstp = (Uint32 *)info->d_pixels; in BlitRGBtoRGBSurfaceAlphaMMX() local 312 movd_m2r((*dstp), mm2);/* dst(ARGB) -> mm2 (0000ARGB)*/ in BlitRGBtoRGBSurfaceAlphaMMX() 323 movd_r2m(mm2, *dstp);/* mm2 -> pixel */ in BlitRGBtoRGBSurfaceAlphaMMX() [all …]
|
D | SDL_stretch.c | 183 Uint8 *dstp; in SDL_SoftStretch() local 265 dstp = (Uint8 *)dst->pixels + (dst_row*dst->pitch) in SDL_SoftStretch() 276 copy_row3(srcp, srcrect->w, dstp, dstrect->w); in SDL_SoftStretch() 283 : "0" (dstp), "1" (srcp), "r" (copy_row) in SDL_SoftStretch() 291 mov edi, dstp in SDL_SoftStretch() 307 copy_row1(srcp, srcrect->w, dstp, dstrect->w); in SDL_SoftStretch() 311 (Uint16 *)dstp, dstrect->w); in SDL_SoftStretch() 314 copy_row3(srcp, srcrect->w, dstp, dstrect->w); in SDL_SoftStretch() 318 (Uint32 *)dstp, dstrect->w); in SDL_SoftStretch()
|
D | SDL_blit_1.c | 324 Uint16 *dstp = (Uint16 *)info->d_pixels; in Blit1to2Key() local 336 *dstp=palmap[*src]; in Blit1to2Key() 339 dstp++; in Blit1to2Key() 343 dstp += dstskip; in Blit1to2Key() 383 Uint32 *dstp = (Uint32 *)info->d_pixels; in Blit1to4Key() local 395 *dstp = palmap[*src]; in Blit1to4Key() 398 dstp++; in Blit1to4Key() 402 dstp += dstskip; in Blit1to4Key()
|
D | SDL_blit_0.c | 247 Uint16 *dstp = (Uint16 *)info->d_pixels; in BlitBto2Key() local 266 *dstp=((Uint16 *)palmap)[bit]; in BlitBto2Key() 269 dstp++; in BlitBto2Key() 272 dstp += dstskip; in BlitBto2Key() 314 Uint32 *dstp = (Uint32 *)info->d_pixels; in BlitBto4Key() local 333 *dstp=((Uint32 *)palmap)[bit]; in BlitBto4Key() 336 dstp++; in BlitBto4Key() 339 dstp += dstskip; in BlitBto4Key()
|
D | SDL_RLEaccel.c | 131 Uint32 *dstp = (Uint32 *)(to); \ 148 movd_m2r((*dstp), mm2); /* dst -> mm2 */ \ 158 movd_r2m(mm2, *dstp); \ 160 ++dstp; \ 167 movq_m2r((*dstp), mm2); \ 192 movq_r2m(mm2, *dstp); \ 194 dstp += 2; \ 204 Uint16 *dstp = (Uint16 *)(to); \ 225 Uint32 d = *dstp; \ 230 *dstp++ = d | d >> 16; \ [all …]
|
D | SDL_blit_N.c | 547 Uint32 *dstp = (Uint32 *) info->d_pixels; in Blit32to32KeyAltivec() local 593 ASSEMBLE_RGBA((Uint8 *)dstp, dstbpp, dstfmt, \ in Blit32to32KeyAltivec() 596 dstp = (Uint32 *) (((Uint8 *) dstp) + dstbpp); \ in Blit32to32KeyAltivec() 607 ASSEMBLE_RGBA((Uint8 *)dstp, dstbpp, dstfmt, \ in Blit32to32KeyAltivec() 610 dstp = (Uint32 *) (((Uint8 *)dstp) + dstbpp); \ in Blit32to32KeyAltivec() 616 ONE_PIXEL_BLEND((UNALIGNED_PTR(dstp)) && (width), width); in Blit32to32KeyAltivec() 636 vd = vec_ld(0, dstp); in Blit32to32KeyAltivec() 640 vec_st(vd, 0, dstp); in Blit32to32KeyAltivec() 643 dstp += 4; in Blit32to32KeyAltivec() 649 dstp += dstskip >> 2; in Blit32to32KeyAltivec() [all …]
|
D | SDL_yuv_sw.c | 1174 Uint8 *dstp; in SDL_DisplayYUV_SW() local 1249 dstp = (Uint8 *)swdata->stretch->pixels; in SDL_DisplayYUV_SW() 1251 dstp = (Uint8 *)display->pixels in SDL_DisplayYUV_SW() 1260 lum, Cr, Cb, dstp, overlay->h, overlay->w, mod); in SDL_DisplayYUV_SW() 1264 lum, Cr, Cb, dstp, overlay->h, overlay->w, mod); in SDL_DisplayYUV_SW()
|
/external/kernel-headers/original/linux/ |
D | nodemask.h | 92 static inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() argument 94 set_bit(node, dstp->bits); in __node_set() 98 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear() argument 100 clear_bit(node, dstp->bits); in __node_clear() 104 static inline void __nodes_setall(nodemask_t *dstp, int nbits) in __nodes_setall() argument 106 bitmap_fill(dstp->bits, nbits); in __nodes_setall() 110 static inline void __nodes_clear(nodemask_t *dstp, int nbits) in __nodes_clear() argument 112 bitmap_zero(dstp->bits, nbits); in __nodes_clear() 127 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and() argument 130 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and() [all …]
|
D | cpumask.h | 92 static inline void __cpu_set(int cpu, volatile cpumask_t *dstp) in __cpu_set() argument 94 set_bit(cpu, dstp->bits); in __cpu_set() 98 static inline void __cpu_clear(int cpu, volatile cpumask_t *dstp) in __cpu_clear() argument 100 clear_bit(cpu, dstp->bits); in __cpu_clear() 104 static inline void __cpus_setall(cpumask_t *dstp, int nbits) in __cpus_setall() argument 106 bitmap_fill(dstp->bits, nbits); in __cpus_setall() 110 static inline void __cpus_clear(cpumask_t *dstp, int nbits) in __cpus_clear() argument 112 bitmap_zero(dstp->bits, nbits); in __cpus_clear() 125 static inline void __cpus_and(cpumask_t *dstp, const cpumask_t *src1p, in __cpus_and() argument 128 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __cpus_and() [all …]
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests.c | 15 long long int dstp = (long long int) dstpp; in memset_impl() local 17 while (dstp % 4 != 0) in memset_impl() 19 ((unsigned char *) dstp)[0] = c; in memset_impl() 20 dstp += 1; in memset_impl()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
D | SDL_gsyuv.c | 328 Uint32 *srcp, *dstp; in GS_DisplayYUVOverlay() local 348 dstp = (Uint32 *)hwdata->ipu_imem; in GS_DisplayYUVOverlay() 360 dstp[0] = srcp[0]; in GS_DisplayYUVOverlay() 361 dstp[1] = srcp[1]; in GS_DisplayYUVOverlay() 362 dstp[2] = srcp[2]; in GS_DisplayYUVOverlay() 363 dstp[3] = srcp[3]; in GS_DisplayYUVOverlay() 365 dstp += 4; in GS_DisplayYUVOverlay() 369 dstp[0] = srcp[0]; in GS_DisplayYUVOverlay() 370 dstp[1] = srcp[1]; in GS_DisplayYUVOverlay() 372 dstp += 2; in GS_DisplayYUVOverlay() [all …]
|
/external/tcpdump/ |
D | print-802_11.c | 688 const u_int8_t **dstp) in data_header_print() argument 717 if (dstp != NULL) in data_header_print() 718 *dstp = ADDR1; in data_header_print() 727 if (dstp != NULL) in data_header_print() 728 *dstp = ADDR1; in data_header_print() 737 if (dstp != NULL) in data_header_print() 738 *dstp = ADDR3; in data_header_print() 747 if (dstp != NULL) in data_header_print() 748 *dstp = ADDR3; in data_header_print() 764 const u_int8_t **dstp) in mgmt_header_print() argument [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_string.c | 248 Uint32 *dstp = (Uint32 *)dst; in SDL_memset() local 256 *dstp++ = value; in SDL_memset() 261 Uint8 *dstp = (Uint8 *)dst; in SDL_memset() local 264 *dstp++ = value; in SDL_memset() 266 *dstp++ = value; in SDL_memset() 268 *dstp++ = value; in SDL_memset() 279 char *dstp = (char *)dst; in SDL_memcpy() local 281 *dstp++ = *srcp++; in SDL_memcpy() 291 char *dstp = (char *)dst; in SDL_revcpy() local 293 dstp += len-1; in SDL_revcpy() [all …]
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_stdinc.h | 325 char *dstp = (char *)(dst); \ 334 "1" (dstp+(n-4)), "2" (srcp+(n-4)) \ 338 case 3: dstp[2] = srcp[2]; \ 339 case 2: dstp[1] = srcp[1]; \ 340 case 1: dstp[0] = srcp[0]; \
|