Searched refs:dstp (Results 1 - 18 of 18) sorted by relevance

/external/bison/lib/
H A Dvbitset.c344 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
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...]
H A Dabitset.c317 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 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...]
H A Debitset.c1040 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 !
[all...]
H A Dlbitset.c1054 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 !
[all...]
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests.c15 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/
H A Dcpumask.h92 static inline void __cpu_set(int cpu, volatile cpumask_t *dstp) argument
94 set_bit(cpu, dstp->bits);
98 static inline void __cpu_clear(int cpu, volatile cpumask_t *dstp) argument
100 clear_bit(cpu, dstp->bits);
104 static inline void __cpus_setall(cpumask_t *dstp, int nbits) argument
106 bitmap_fill(dstp->bits, nbits);
110 static inline void __cpus_clear(cpumask_t *dstp, int nbits) argument
112 bitmap_zero(dstp->bits, nbits);
125 static inline void __cpus_and(cpumask_t *dstp, const cpumask_t *src1p, argument
128 bitmap_and(dstp
132 __cpus_or(cpumask_t *dstp, const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
139 __cpus_xor(cpumask_t *dstp, const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
147 __cpus_andnot(cpumask_t *dstp, const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
154 __cpus_complement(cpumask_t *dstp, const cpumask_t *srcp, int nbits) argument
201 __cpus_shift_right(cpumask_t *dstp, const cpumask_t *srcp, int n, int nbits) argument
209 __cpus_shift_left(cpumask_t *dstp, const cpumask_t *srcp, int n, int nbits) argument
278 __cpumask_parse(const char __user *buf, int len, cpumask_t *dstp, int nbits) argument
293 __cpulist_parse(const char *buf, cpumask_t *dstp, int nbits) argument
308 __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp, const cpumask_t *oldp, const cpumask_t *newp, int nbits) argument
[all...]
H A Dnodemask.h92 static inline void __node_set(int node, volatile nodemask_t *dstp) argument
94 set_bit(node, dstp->bits);
98 static inline void __node_clear(int node, volatile nodemask_t *dstp) argument
100 clear_bit(node, dstp->bits);
104 static inline void __nodes_setall(nodemask_t *dstp, int nbits) argument
106 bitmap_fill(dstp->bits, nbits);
110 static inline void __nodes_clear(nodemask_t *dstp, int nbits) argument
112 bitmap_zero(dstp->bits, nbits);
127 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, argument
130 bitmap_and(dstp
135 __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
143 __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
151 __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
159 __nodes_complement(nodemask_t *dstp, const nodemask_t *srcp, int nbits) argument
209 __nodes_shift_right(nodemask_t *dstp, const nodemask_t *srcp, int n, int nbits) argument
217 __nodes_shift_left(nodemask_t *dstp, const nodemask_t *srcp, int n, int nbits) argument
293 __nodemask_parse(const char __user *buf, int len, nodemask_t *dstp, int nbits) argument
308 __nodelist_parse(const char *buf, nodemask_t *dstp, int nbits) argument
323 __nodes_remap(nodemask_t *dstp, const nodemask_t *srcp, const nodemask_t *oldp, const nodemask_t *newp, int nbits) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c235 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);/* mm
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...]
H A DSDL_stretch.c211 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);
H A DSDL_blit_0.c247 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;
H A DSDL_blit_1.c324 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;
H A DSDL_RLEaccel.c132 Uint32 *dstp = (Uint32 *)(to); \
149 movd_m2r((*dstp), mm2); /* dst -> mm2 */ \
159 movd_r2m(mm2, *dstp); \
161 ++dstp; \
168 movq_m2r((*dstp), mm2); \
193 movq_r2m(mm2, *dstp); \
195 dstp += 2; \
205 Uint16 *dstp = (Uint16 *)(to); \
226 Uint32 d = *dstp; \
231 *dstp
[all...]
H A DSDL_blit_N.c547 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...]
H A DSDL_yuv_sw.c1174 Uint8 *dstp; local
1249 dstp = (Uint8 *)swdata->stretch->pixels;
1251 dstp = (Uint8 *)display->pixels
1260 lum, Cr, Cb, dstp, overlay->h, overlay->w, mod);
1264 lum, Cr, Cb, dstp, overlay->h, overlay->w, mod);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv.c328 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
[all...]
/external/tcpdump/
H A Dprint-802_11.c688 const u_int8_t **dstp)
717 if (dstp != NULL)
718 *dstp = ADDR1;
727 if (dstp != NULL)
728 *dstp = ADDR1;
737 if (dstp != NULL)
738 *dstp = ADDR3;
747 if (dstp != NULL)
748 *dstp = ADDR3;
764 const u_int8_t **dstp)
687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, const u_int8_t **dstp) argument
763 mgmt_header_print(const u_char *p, const u_int8_t **srcp, const u_int8_t **dstp) argument
781 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, const u_int8_t **dstp) argument
868 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, const u_int8_t **dstp) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h346 char *dstp = SDL_static_cast(char *, dst); \
356 "1" (dstp+(n-4)), "2" (srcp+(n-4)) \
360 case 3: dstp[2] = srcp[2]; \
361 case 2: dstp[1] = srcp[1]; \
362 case 1: dstp[0] = srcp[0]; \
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c248 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
[all...]

Completed in 3760 milliseconds