HomeSort by relevance Sort by last modified time
    Searched defs:dstp (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_0.c 247 Uint16 *dstp = (Uint16 *)info->d_pixels; local
266 *dstp=((Uint16 *)palmap)[bit];
269 dstp++;
272 dstp += dstskip;
314 Uint32 *dstp = (Uint32 *)info->d_pixels; local
333 *dstp=((Uint32 *)palmap)[bit];
336 dstp++;
339 dstp += dstskip;
SDL_blit_1.c 324 Uint16 *dstp = (Uint16 *)info->d_pixels; local
336 *dstp=palmap[*src];
339 dstp++;
343 dstp += dstskip;
383 Uint32 *dstp = (Uint32 *)info->d_pixels; local
395 *dstp = palmap[*src];
398 dstp++;
402 dstp += dstskip;
SDL_stretch.c 183 Uint8 *dstp; local
265 dstp = (Uint8 *)dst->pixels + (dst_row*dst->pitch)
276 copy_row3(srcp, srcrect->w, dstp, dstrect->w);
283 : "0" (dstp), "1" (srcp), "r" (copy_row)
291 mov edi, dstp
307 copy_row1(srcp, srcrect->w, dstp, dstrect->w);
311 (Uint16 *)dstp, dstrect->w);
314 copy_row3(srcp, srcrect->w, dstp, dstrect->w);
318 (Uint32 *)dstp, dstrect->w);
SDL_yuv_sw.c 1174 Uint8 *dstp; local
    [all...]
SDL_blit_A.c 234 Uint32 *dstp = (Uint32 *)info->d_pixels; local
249 Uint32 d = *dstp;
250 *dstp++ = ((((s & 0x00fefefe) + (d & 0x00fefefe)) >> 1)
253 movq_m2r((*dstp), mm2);/* 2 x dst -> mm2(ARGBARGB) */
268 movq_r2m(mm2, (*dstp));/* mm2 -> 2 x dst pixels */
269 dstp += 2;
273 dstp += dstskip;
292 Uint32 *dstp = (Uint32 *)info->d_pixels; local
312 movd_m2r((*dstp), mm2);/* dst(ARGB) -> mm2 (0000ARGB)*/
323 movd_r2m(mm2, *dstp);/* mm2 -> pixel *
370 Uint32 *dstp = (Uint32 *)info->d_pixels; local
452 Uint32 *dstp = (Uint32 *)info->d_pixels; local
515 Uint32 *dstp = (Uint32 *)info->d_pixels; local
601 Uint32 *dstp = (Uint32 *)info->d_pixels; local
943 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1066 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1163 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1260 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1356 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1442 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1468 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1533 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1583 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1701 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1779 Uint16 *dstp = (Uint16 *)info->d_pixels; local
1883 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2022 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2168 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2302 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2438 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2474 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2506 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2549 Uint16 *dstp = (Uint16 *)info->d_pixels; local
    [all...]
SDL_blit_N.c 547 Uint32 *dstp = (Uint32 *) info->d_pixels; local
593 ASSEMBLE_RGBA((Uint8 *)dstp, dstbpp, dstfmt, \
596 dstp = (Uint32 *) (((Uint8 *) dstp) + dstbpp); \
607 ASSEMBLE_RGBA((Uint8 *)dstp, dstbpp, dstfmt, \
610 dstp = (Uint32 *) (((Uint8 *)dstp) + dstbpp); \
616 ONE_PIXEL_BLEND((UNALIGNED_PTR(dstp)) && (width), width);
636 vd = vec_ld(0, dstp);
640 vec_st(vd, 0, dstp);
2164 Uint16 *dstp = (Uint16 *)info->d_pixels; local
    [all...]
  /bionic/libc/netbsd/nameser/
ns_name.c 392 u_char *dstp; local
397 dstp = dst;
415 if (dstp + l + 1 >= dstlim || srcp + l >= eom) {
420 *dstp++ = n;
421 memcpy(dstp, srcp, (size_t)l);
422 dstp += l;
455 *dstp = '\0';
482 u_char *dstp; local
488 dstp = dst;
489 eob = dstp + dstsiz
    [all...]
  /external/bison/lib/
abitset.c 317 bitset_word *dstp = ABITSET_WORDS (dst); local
322 memset (dstp, -1, bytes);
330 bitset_word *dstp = ABITSET_WORDS (dst); local
335 memset (dstp, 0, bytes);
343 bitset_word *dstp = ABITSET_WORDS (dst); local
346 if (dstp[i])
357 bitset_word *dstp = ABITSET_WORDS (dst); local
360 if (srcp == dstp)
362 memcpy (dstp, srcp, sizeof (bitset_word) * size);
371 bitset_word *dstp = ABITSET_WORDS (dst) local
385 bitset_word *dstp = ABITSET_WORDS (dst); local
400 bitset_word *dstp = ABITSET_WORDS (dst); local
415 bitset_word *dstp = ABITSET_WORDS (dst); local
432 bitset_word *dstp = ABITSET_WORDS (dst); local
447 bitset_word *dstp = ABITSET_WORDS (dst); local
470 bitset_word *dstp = ABITSET_WORDS (dst); local
485 bitset_word *dstp = ABITSET_WORDS (dst); local
508 bitset_word *dstp = ABITSET_WORDS (dst); local
523 bitset_word *dstp = ABITSET_WORDS (dst); local
546 bitset_word *dstp = ABITSET_WORDS (dst); local
561 bitset_word *dstp = ABITSET_WORDS (dst); local
585 bitset_word *dstp = ABITSET_WORDS (dst); local
601 bitset_word *dstp = ABITSET_WORDS (dst); local
625 bitset_word *dstp = ABITSET_WORDS (dst); local
641 bitset_word *dstp = ABITSET_WORDS (dst); local
665 bitset_word *dstp = ABITSET_WORDS (dst); local
681 bitset_word *dstp = ABITSET_WORDS (dst); local
    [all...]
vbitset.c 344 bitset_word *dstp = VBITSET_WORDS (dst); local
349 memset (dstp, -1, bytes);
357 bitset_word *dstp = VBITSET_WORDS (dst); local
362 memset (dstp, 0, bytes);
370 bitset_word *dstp = VBITSET_WORDS (dst); local
373 if (dstp[i])
384 bitset_word *dstp; local
394 dstp = VBITSET_WORDS (dst);
398 memcpy (dstp, srcp, sizeof (bitset_word) * ssize);
400 memset (dstp + sizeof (bitset_word) * ssize, 0
410 bitset_word *dstp; local
435 bitset_word *dstp = VBITSET_WORDS (dst); local
465 bitset_word *dstp = VBITSET_WORDS (dst); local
489 bitset_word *dstp = VBITSET_WORDS (dst); local
507 bitset_word *dstp; local
535 bitset_word *dstp; local
587 bitset_word *dstp; local
628 bitset_word *dstp; local
692 bitset_word *dstp; local
729 bitset_word *dstp; local
783 bitset_word *dstp; local
820 bitset_word *dstp; local
878 bitset_word *dstp; local
909 bitset_word *dstp; local
945 bitset_word *dstp; local
976 bitset_word *dstp; local
1012 bitset_word *dstp; local
1043 bitset_word *dstp; local
    [all...]
ebitset.c 1040 bitset_word *dstp; local
1089 dstp = EBITSET_WORDS (delt);
1096 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++)
1100 if (*dstp != tmp)
1103 *dstp = tmp;
1109 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++)
1113 if (*dstp != tmp)
1116 *dstp = tmp;
1122 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++)
1126 if (*dstp != tmp
    [all...]
lbitset.c 1054 bitset_word *dstp; local
1116 dstp = dtmp->words;
1123 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1127 if (*dstp != tmp)
1130 *dstp = tmp;
1136 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1140 if (*dstp != tmp)
1143 *dstp = tmp;
1149 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1153 if (*dstp != tmp
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 328 Uint32 *srcp, *dstp; local
348 dstp = (Uint32 *)hwdata->ipu_imem;
360 dstp[0] = srcp[0];
361 dstp[1] = srcp[1];
362 dstp[2] = srcp[2];
363 dstp[3] = srcp[3];
365 dstp += 4;
369 dstp[0] = srcp[0];
370 dstp[1] = srcp[1];
372 dstp += 2
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 248 Uint32 *dstp = (Uint32 *)dst; local
256 *dstp++ = value;
261 Uint8 *dstp = (Uint8 *)dst; local
264 *dstp++ = value;
266 *dstp++ = value;
268 *dstp++ = value;
279 char *dstp = (char *)dst; local
281 *dstp++ = *srcp++;
291 char *dstp = (char *)dst; local
293 dstp += len-1
    [all...]

Completed in 337 milliseconds