Home
last modified time | relevance | path

Searched refs:bflags (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gmp/mpn/generic/
HDtoom62_mul.c63 enum toom7_flags aflags, bflags; in mpn_toom62_mul() local
142 bflags = toom7_w3_neg; in mpn_toom62_mul()
147 bflags = 0; in mpn_toom62_mul()
155 bflags = toom7_w3_neg; in mpn_toom62_mul()
160 bflags = 0; in mpn_toom62_mul()
171 bflags = toom7_w3_neg; in mpn_toom62_mul()
176 bflags = 0; in mpn_toom62_mul()
183 if (bflags & toom7_w3_neg) in mpn_toom62_mul()
186 bflags |= toom7_w1_neg; in mpn_toom62_mul()
197 bflags |= toom7_w1_neg; in mpn_toom62_mul()
[all …]
/dragonfly/contrib/gdb-7/readline/
HDshell.c185 int flags, bflags; local
190 bflags = 0;
193 bflags |= O_NONBLOCK;
197 bflags |= O_NDELAY;
200 if (flags & bflags)
202 flags &= ~bflags;
/dragonfly/sys/vfs/hammer2/
HDhammer2_io.c188 int bflags; in _hammer2_io_getblk() local
190 bflags = ((btype == HAMMER2_BREF_TYPE_DATA) ? B_NOTMETA : 0); in _hammer2_io_getblk()
191 bflags |= B_KVABIO; in _hammer2_io_getblk()
288 dio->psize, bflags, in _hammer2_io_getblk()
294 dio->psize, bflags, in _hammer2_io_getblk()
309 bflags, in _hammer2_io_getblk()
314 dio->psize, bflags, in _hammer2_io_getblk()
/dragonfly/sys/kern/
HDvfs_cluster.c225 int bflags, size_t minreq, size_t maxreq, in cluster_readx() argument
236 int blkflags = (bflags & B_KVABIO) ? GETBLK_KVABIO : 0; in cluster_readx()
453 bp->b_flags |= bflags; in cluster_readx()
525 rbp->b_flags |= bflags; in cluster_readx()
570 int bflags, size_t minreq, size_t maxreq, in cluster_readcb() argument
580 int blkflags = (bflags & B_KVABIO) ? GETBLK_KVABIO : 0; in cluster_readcb()
725 bp->b_flags |= bflags; in cluster_readcb()
791 bp->b_flags |= bflags; in cluster_readcb()
854 rbp->b_flags |= bflags; in cluster_readcb()
HDvfs_bio.c859 breadcb(struct vnode *vp, off_t loffset, int size, int bflags, in breadcb() argument
869 bp->b_flags |= bflags; in breadcb()
900 breadnx(struct vnode *vp, off_t loffset, int size, int bflags, in breadnx() argument
907 int blkflags = (bflags & B_KVABIO) ? GETBLK_KVABIO : 0; in breadnx()
917 bp->b_flags |= bflags; in breadnx()
934 rabp->b_flags |= (bflags & ~B_KVABIO); in breadnx()
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_io.c292 dio->psize, bflags, in _hammer2_io_getblk()
298 dio->psize, bflags, in _hammer2_io_getblk()
317 bflags, in _hammer2_io_getblk()
322 dio->psize, bflags, in _hammer2_io_getblk()
/dragonfly/contrib/binutils-2.27/binutils/
HDobjdump.c663 flagword bflags; in compare_symbols() local
715 bflags = b->flags; in compare_symbols()
717 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) in compare_symbols()
724 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols()
731 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL)) in compare_symbols()
738 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL)) in compare_symbols()
/dragonfly/contrib/binutils-2.34/binutils/
HDobjdump.c834 flagword bflags; in compare_symbols() local
893 bflags = b->flags; in compare_symbols()
895 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) in compare_symbols()
902 if ((aflags & BSF_SECTION_SYM) != (bflags & BSF_SECTION_SYM)) in compare_symbols()
909 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols()
916 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT)) in compare_symbols()
923 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL)) in compare_symbols()
930 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL)) in compare_symbols()