Searched defs:src1p (Results 1 – 4 of 4) sorted by relevance
/external/bison/lib/ |
D | abitset.c | 430 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and() local 445 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and_cmp() local 468 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_andn() local 483 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_andn_cmp() local 506 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_or() local 521 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_or_cmp() local 544 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_xor() local 559 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_xor_cmp() local 582 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and_or() local 598 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and_or_cmp() local [all …]
|
D | vbitset.c | 505 bitset_word *src1p; in vbitset_and() local 533 bitset_word *src1p; in vbitset_and_cmp() local 585 bitset_word *src1p; in vbitset_andn() local 626 bitset_word *src1p; in vbitset_andn_cmp() local 690 bitset_word *src1p; in vbitset_or() local 727 bitset_word *src1p; in vbitset_or_cmp() local 781 bitset_word *src1p; in vbitset_xor() local 818 bitset_word *src1p; in vbitset_xor_cmp() local 875 bitset_word *src1p; in vbitset_and_or() local 906 bitset_word *src1p; in vbitset_and_or_cmp() local [all …]
|
/external/kernel-headers/original/linux/ |
D | nodemask.h | 127 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and() 135 static inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_or() 143 static inline void __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_xor() 151 static inline void __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_andnot() 167 static inline int __nodes_equal(const nodemask_t *src1p, in __nodes_equal() 175 static inline int __nodes_intersects(const nodemask_t *src1p, in __nodes_intersects() 183 static inline int __nodes_subset(const nodemask_t *src1p, in __nodes_subset()
|
D | cpumask.h | 125 static inline void __cpus_and(cpumask_t *dstp, const cpumask_t *src1p, in __cpus_and() 132 static inline void __cpus_or(cpumask_t *dstp, const cpumask_t *src1p, in __cpus_or() 139 static inline void __cpus_xor(cpumask_t *dstp, const cpumask_t *src1p, in __cpus_xor() 147 static inline void __cpus_andnot(cpumask_t *dstp, const cpumask_t *src1p, in __cpus_andnot() 161 static inline int __cpus_equal(const cpumask_t *src1p, in __cpus_equal() 168 static inline int __cpus_intersects(const cpumask_t *src1p, in __cpus_intersects() 175 static inline int __cpus_subset(const cpumask_t *src1p, in __cpus_subset()
|