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

  /external/bison/lib/
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...]
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...]
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/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/kernel-headers/original/linux/
cpumask.h 92 static inline void __cpu_set(int cpu, volatile cpumask_t *dstp)
94 set_bit(cpu, dstp->bits);
98 static inline void __cpu_clear(int cpu, volatile cpumask_t *dstp)
100 clear_bit(cpu, dstp->bits);
104 static inline void __cpus_setall(cpumask_t *dstp, int nbits)
106 bitmap_fill(dstp->bits, nbits);
110 static inline void __cpus_clear(cpumask_t *dstp, int nbits)
112 bitmap_zero(dstp->bits, nbits);
125 static inline void __cpus_and(cpumask_t *dstp, const cpumask_t *src1p,
128 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits)
    [all...]
nodemask.h 92 static inline void __node_set(int node, volatile nodemask_t *dstp)
94 set_bit(node, dstp->bits);
98 static inline void __node_clear(int node, volatile nodemask_t *dstp)
100 clear_bit(node, dstp->bits);
104 static inline void __nodes_setall(nodemask_t *dstp, int nbits)
106 bitmap_fill(dstp->bits, nbits);
110 static inline void __nodes_clear(nodemask_t *dstp, int nbits)
112 bitmap_zero(dstp->bits, nbits);
127 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p,
130 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
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...]