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

  /external/clang/test/CodeGen/
2002-07-14-MiscTests.c 15 long long int dstp = (long long int) dstpp; local
17 while (dstp % 4 != 0)
19 ((unsigned char *) dstp)[0] = c;
20 dstp += 1;
  /external/qemu/distrib/sdl-1.2.15/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 211 Uint8 *dstp; local
295 dstp = (Uint8 *)dst->pixels + (dst_row*dst->pitch)
309 : "0" (dstp), "1" (srcp), "r" (copy_row)
317 mov edi, dstp
332 copy_row1(srcp, srcrect->w, dstp, dstrect->w);
336 (Uint16 *)dstp, dstrect->w);
339 copy_row3(srcp, srcrect->w, dstp, dstrect->w);
343 (Uint32 *)dstp, dstrect->w);
SDL_yuv_sw.c 1174 Uint8 *dstp; local
    [all...]
SDL_blit_A.c 235 Uint32 *dstp = (Uint32 *)info->d_pixels; local
250 Uint32 d = *dstp;
251 *dstp++ = ((((s & 0x00fefefe) + (d & 0x00fefefe)) >> 1)
254 movq_m2r((*dstp), mm2);/* 2 x dst -> mm2(ARGBARGB) */
269 movq_r2m(mm2, (*dstp));/* mm2 -> 2 x dst pixels */
270 dstp += 2;
274 dstp += dstskip;
293 Uint32 *dstp = (Uint32 *)info->d_pixels; local
313 movd_m2r((*dstp), mm2);/* dst(ARGB) -> mm2 (0000ARGB)*/
324 movd_r2m(mm2, *dstp);/* mm2 -> pixel *
371 Uint32 *dstp = (Uint32 *)info->d_pixels; local
453 Uint32 *dstp = (Uint32 *)info->d_pixels; local
516 Uint32 *dstp = (Uint32 *)info->d_pixels; local
602 Uint32 *dstp = (Uint32 *)info->d_pixels; local
944 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1067 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1164 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1261 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1357 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1443 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1469 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1534 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1584 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1702 Uint32 *dstp = (Uint32 *)info->d_pixels; local
1780 Uint16 *dstp = (Uint16 *)info->d_pixels; local
1884 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2023 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2169 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2303 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2439 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2475 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2507 Uint16 *dstp = (Uint16 *)info->d_pixels; local
2550 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...]
  /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 1050 bitset_word *dstp; local
1112 dstp = dtmp->words;
1119 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1123 if (*dstp != tmp)
1126 *dstp = tmp;
1132 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1136 if (*dstp != tmp)
1139 *dstp = tmp;
1145 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1149 if (*dstp != tmp
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 330 GLfloat dst[2][4], *dstp; local
540 dstp = machine->Registers[dstreg - GL_REG_0_ATI];
546 dstp);
548 write_dst_addr(1, inst->DstReg[0].dstMod, 0, dst[1], dstp);
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 330 GLfloat dst[2][4], *dstp; local
540 dstp = machine->Registers[dstreg - GL_REG_0_ATI];
546 dstp);
548 write_dst_addr(1, inst->DstReg[0].dstMod, 0, dst[1], dstp);
  /external/qemu/distrib/sdl-1.2.15/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...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 451 char *dstp = dst; local
454 EXPECT_EQ(0, append_and_increment(&dstp, src, &dst_size))
460 EXPECT_EQ(0, append_and_increment(&dstp, src, &dst_size))
470 char *dstp = dst; local
473 EXPECT_EQ(0, append_and_increment(&dstp, src, &dst_size))
479 EXPECT_EQ(-1, append_and_increment(&dstp, src, &dst_size))
  /bionic/libc/dns/nameser/
ns_name.c 433 u_char *dstp; local
438 dstp = dst;
456 if (dstp + l + 1 >= dstlim || srcp + l >= eom) {
461 *dstp++ = n;
462 memcpy(dstp, srcp, (size_t)l);
463 dstp += l;
501 *dstp++ = 0;
503 *dstlen = dstp - dst;
534 u_char *dstp; local
540 dstp = dst
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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 531 milliseconds