| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | toom62_mul.c | 73 enum toom7_flags aflags, bflags; in mpn_toom62_mul() local 152 bflags = toom7_w3_neg; in mpn_toom62_mul() 157 bflags = (enum toom7_flags) 0; in mpn_toom62_mul() 165 bflags = toom7_w3_neg; in mpn_toom62_mul() 170 bflags = (enum toom7_flags) 0; in mpn_toom62_mul() 181 bflags = toom7_w3_neg; in mpn_toom62_mul() 186 bflags = (enum toom7_flags) 0; in mpn_toom62_mul() 193 if (bflags & toom7_w3_neg) in mpn_toom62_mul() 196 bflags = (enum toom7_flags) (bflags | toom7_w1_neg); in mpn_toom62_mul() 207 bflags = (enum toom7_flags) (bflags | toom7_w1_neg); in mpn_toom62_mul() [all …]
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_file.c | 124 bsd_to_linux_ioflags(int bflags) in bsd_to_linux_ioflags() 128 res |= cvtto_linux_mask(bflags, O_WRONLY, LINUX_O_WRONLY); in bsd_to_linux_ioflags() 129 res |= cvtto_linux_mask(bflags, O_RDONLY, LINUX_O_RDONLY); in bsd_to_linux_ioflags() 130 res |= cvtto_linux_mask(bflags, O_RDWR, LINUX_O_RDWR); in bsd_to_linux_ioflags() 132 res |= cvtto_linux_mask(bflags, O_CREAT, LINUX_O_CREAT); in bsd_to_linux_ioflags() 133 res |= cvtto_linux_mask(bflags, O_EXCL, LINUX_O_EXCL); in bsd_to_linux_ioflags() 134 res |= cvtto_linux_mask(bflags, O_NOCTTY, LINUX_O_NOCTTY); in bsd_to_linux_ioflags() 135 res |= cvtto_linux_mask(bflags, O_TRUNC, LINUX_O_TRUNC); in bsd_to_linux_ioflags() 136 res |= cvtto_linux_mask(bflags, O_APPEND, LINUX_O_APPEND); in bsd_to_linux_ioflags() 137 res |= cvtto_linux_mask(bflags, O_NONBLOC in bsd_to_linux_ioflags() 114 bsd_to_linux_ioflags(int bflags) bsd_to_linux_ioflags() argument 890 int bflags = 0; linux_to_bsd_atflags() local [all...] |
| H A D | linux_socket.c | 405 int bflags; in linux_sys_sendto() local 409 bflags = linux_to_bsd_msg_flags(SCARG(uap, flags)); in linux_sys_sendto() 410 if (bflags < 0) in linux_sys_sendto() 437 return do_sys_sendmsg(l, SCARG(uap, s), &msg, bflags, retval); in linux_sys_sendto() 477 int bflags; in linux_sys_sendmsg() local 492 bflags = linux_to_bsd_msg_flags(SCARG(uap, flags)); in linux_sys_sendmsg() 493 if (bflags < 0) in linux_sys_sendmsg() 632 error = do_sys_sendmsg(l, SCARG(uap, s), &msg, bflags, retval); in linux_sys_sendmsg()
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | shell.c | 191 int flags, bflags; in sh_unset_nodelay_mode() local 196 bflags = 0; in sh_unset_nodelay_mode() 199 bflags |= O_NONBLOCK; in sh_unset_nodelay_mode() 203 bflags |= O_NDELAY; in sh_unset_nodelay_mode() 206 if (flags & bflags) in sh_unset_nodelay_mode() 208 flags &= ~bflags; in sh_unset_nodelay_mode()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | shell.c | 191 int flags, bflags; in sh_unset_nodelay_mode() local 196 bflags = 0; in sh_unset_nodelay_mode() 199 bflags |= O_NONBLOCK; in sh_unset_nodelay_mode() 203 bflags |= O_NDELAY; in sh_unset_nodelay_mode() 206 if (flags & bflags) in sh_unset_nodelay_mode() 208 flags &= ~bflags; in sh_unset_nodelay_mode()
|
| /netbsd-src/sbin/amrctl/ |
| H A D | amrctl.c | 393 describe_battery(int fd, int verbosity, int fwint, int bflags, int globalparam) in describe_battery() argument 405 if (bflags || globalparam) { in describe_battery() 587 int bflags = 0, fflags = 0, sflags = 0; in main() local 609 bflags++; in main() 681 describe_battery(fd, verbosity, i, bflags, globalparam); in main() 682 if (!bflags || lvolno > -1 || physno > -1 || sbusno > -1 || targetno > -1) in main()
|
| /netbsd-src/sys/dev/ata/ |
| H A D | ata_raid.c | 304 size_t size, int bflags) in ata_raid_config_block_rw() argument 312 bp->b_flags = bflags; in ata_raid_config_block_rw()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | isadma.c | 730 int bflags; in _isa_malloc() local 733 bflags = flags & M_WAITOK ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT; in _isa_malloc() 735 if (_isa_dmamem_alloc(ids, chan, size, &addr, bflags)) in _isa_malloc() 737 if (_isa_dmamem_map(ids, chan, addr, size, &kva, bflags)) { in _isa_malloc()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | objdump.c | 1088 flagword bflags; in compare_symbols() local 1147 bflags = b->flags; in compare_symbols() 1149 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) in compare_symbols() 1156 if ((aflags & BSF_SECTION_SYM) != (bflags & BSF_SECTION_SYM)) in compare_symbols() 1163 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols() 1170 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT)) in compare_symbols() 1177 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL)) in compare_symbols() 1184 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL)) in compare_symbols()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | objdump.c | 1121 flagword bflags; in compare_symbols() local 1180 bflags = b->flags; in compare_symbols() 1182 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) in compare_symbols() 1189 if ((aflags & BSF_SECTION_SYM) != (bflags & BSF_SECTION_SYM)) in compare_symbols() 1196 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols() 1203 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT)) in compare_symbols() 1210 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL)) in compare_symbols() 1217 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL)) in compare_symbols()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | apps.c | 2606 int fd = -1, bflags, mode, textmode; in bio_open_owner() local 2643 bflags = BIO_CLOSE; in bio_open_owner() 2645 bflags |= BIO_FP_TEXT; in bio_open_owner() 2646 b = BIO_new_fp(fp, bflags); in bio_open_owner()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
| H A D | apps.c | 3034 int textmode, bflags; in bio_open_owner() local 3079 bflags = BIO_CLOSE; in bio_open_owner() 3081 bflags |= BIO_FP_TEXT; in bio_open_owner() 3082 b = BIO_new_fp(fp, bflags); in bio_open_owner()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | hifn7751.c | 146 int bflags = pflags & PR_WAITOK ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT; in hifn_cmd_ctor() local 153 0, bflags, &cmd->src_map); in hifn_cmd_ctor() 159 0, bflags, &cmd->dst_map_alloc); in hifn_cmd_ctor()
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_wapbl.c | 1076 int bflags) in wapbl_buffered_write() 1107 bp->b_flags |= bflags; in wapbl_buffered_write() 1065 wapbl_buffered_write(void * data,size_t len,struct wapbl * wl,daddr_t pbn,int bflags) wapbl_buffered_write() argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.c | 792 unsigned int bflags; in s390_expand_builtin() local 794 bflags = bflags_for_builtin (fcode); in s390_expand_builtin() 795 if ((bflags & B_HTM) && !TARGET_HTM) in s390_expand_builtin() 801 if (((bflags & B_VX) || (bflags & B_VXE)) && !TARGET_VX) in s390_expand_builtin() 808 if ((bflags & B_VXE) && !TARGET_VXE) in s390_expand_builtin() 814 if ((bflags & B_VXE2) && !TARGET_VXE2) in s390_expand_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.cc | 854 unsigned int bflags; in s390_expand_builtin() local 856 bflags = bflags_for_builtin (fcode); in s390_expand_builtin() 857 if ((bflags & B_HTM) && !TARGET_HTM) in s390_expand_builtin() 863 if (((bflags & B_VX) || (bflags & B_VXE)) && !TARGET_VX) in s390_expand_builtin() 870 if ((bflags & B_VXE) && !TARGET_VXE) in s390_expand_builtin() 876 if ((bflags & B_VXE2) && !TARGET_VXE2) in s390_expand_builtin()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_parser.c | 274 uint_t bflags = tip->dtt_flags; in dt_type_pointer() local 306 tip->dtt_flags = bflags; in dt_type_pointer()
|