Searched defs:src2p (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dabitset.c431 bitset_word *src2p = ABITSET_WORDS (src2); local
436 *dstp++ = *src1p++ & *src2p++;
446 bitset_word *src2p = ABITSET_WORDS (src2); local
452 bitset_word tmp = *src1p++ & *src2p++;
469 bitset_word *src2p = ABITSET_WORDS (src2); local
474 *dstp++ = *src1p++ & ~(*src2p++);
484 bitset_word *src2p = ABITSET_WORDS (src2); local
490 bitset_word tmp = *src1p++ & ~(*src2p++);
507 bitset_word *src2p = ABITSET_WORDS (src2); local
512 *dstp++ = *src1p++ | *src2p
522 bitset_word *src2p = ABITSET_WORDS (src2); local
545 bitset_word *src2p = ABITSET_WORDS (src2); local
560 bitset_word *src2p = ABITSET_WORDS (src2); local
583 bitset_word *src2p = ABITSET_WORDS (src2); local
599 bitset_word *src2p = ABITSET_WORDS (src2); local
623 bitset_word *src2p = ABITSET_WORDS (src2); local
639 bitset_word *src2p = ABITSET_WORDS (src2); local
663 bitset_word *src2p = ABITSET_WORDS (src2); local
679 bitset_word *src2p = ABITSET_WORDS (src2); local
[all...]
H A Dvbitset.c506 bitset_word *src2p; local
519 src2p = VBITSET_WORDS (src2);
522 *dstp++ = *src1p++ & *src2p++;
534 bitset_word *src2p; local
547 src2p = VBITSET_WORDS (src2);
551 bitset_word tmp = *src1p++ & *src2p++;
562 src1p = src2p;
586 bitset_word *src2p; local
599 src2p = VBITSET_WORDS (src2);
602 *dstp++ = *src1p++ & ~(*src2p
627 bitset_word *src2p; local
691 bitset_word *src2p; local
728 bitset_word *src2p; local
782 bitset_word *src2p; local
819 bitset_word *src2p; local
876 bitset_word *src2p; local
907 bitset_word *src2p; local
943 bitset_word *src2p; local
974 bitset_word *src2p; local
1010 bitset_word *src2p; local
1041 bitset_word *src2p; local
[all...]
/external/kernel-headers/original/linux/
H A Dcpumask.h126 const cpumask_t *src2p, int nbits)
128 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits);
133 const cpumask_t *src2p, int nbits)
135 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits);
140 const cpumask_t *src2p, int nbits)
142 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits);
148 const cpumask_t *src2p, int nbits)
150 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits);
162 const cpumask_t *src2p, int nbits)
164 return bitmap_equal(src1p->bits, src2p
125 __cpus_and(cpumask_t *dstp, const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
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
161 __cpus_equal(const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
168 __cpus_intersects(const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
175 __cpus_subset(const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
[all...]
H A Dnodemask.h128 const nodemask_t *src2p, int nbits)
130 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits);
136 const nodemask_t *src2p, int nbits)
138 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits);
144 const nodemask_t *src2p, int nbits)
146 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits);
152 const nodemask_t *src2p, int nbits)
154 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits);
168 const nodemask_t *src2p, int nbits)
170 return bitmap_equal(src1p->bits, src2p
127 __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
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
167 __nodes_equal(const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
175 __nodes_intersects(const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
183 __nodes_subset(const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
[all...]

Completed in 104 milliseconds