Searched refs:set_flags (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dint.c34 set_flags (FLAGBIT_U, 0);
35 set_flags (FLAGBIT_I | FLAGBIT_D, 0);
H A Dreg.c474 set_flags (int mask, int newbits) function
505 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O | FLAGBIT_C, f);
520 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_C, f);
535 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, f);
548 set_flags (FLAGBIT_Z | FLAGBIT_S, f);
554 set_flags (FLAGBIT_C | FLAGBIT_Z,
561 set_flags (FLAGBIT_C, c ? FLAGBIT_C : 0);
H A Dcpu.h118 void set_flags (int mask, int newbits);
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dint.c36 set_flags (FLAGBIT_U, 0);
37 set_flags (FLAGBIT_I | FLAGBIT_D, 0);
H A Dreg.c476 set_flags (int mask, int newbits) function
507 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O | FLAGBIT_C, f);
522 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_C, f);
537 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, f);
550 set_flags (FLAGBIT_Z | FLAGBIT_S, f);
556 set_flags (FLAGBIT_C | FLAGBIT_Z,
563 set_flags (FLAGBIT_C, c ? FLAGBIT_C : 0);
H A Dcpu.h118 void set_flags (int mask, int newbits);
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dcharinfo.h79 void set_flags(unsigned char);
171 inline void charinfo::set_flags(unsigned char c) function in class:charinfo
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.h48 void set_flags (int mask, int newbits);
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.h48 void set_flags (int mask, int newbits);
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dreg.c361 set_flags (int mask, int newbits) function
397 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O | FLAGBIT_C, f);
412 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_C, f);
427 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, f);
440 set_flags (FLAGBIT_Z | FLAGBIT_S, f);
446 set_flags (FLAGBIT_C | FLAGBIT_Z,
453 set_flags (FLAGBIT_C, c ? FLAGBIT_C : 0);
H A Dcpu.h177 void set_flags (int mask, int newbits);
H A Drx.c822 set_flags (FLAGBIT_S | FLAGBIT_Z, mb); \
1187 set_flags (FLAGBIT_O, FLAGBIT_O);
1194 set_flags (FLAGBIT_O, 0);
1207 set_flags (FLAGBIT_O, FLAGBIT_O);
1214 set_flags (FLAGBIT_O, 0);
1667 set_flags (FLAGBIT_O|FLAGBIT_S, ma | FLAGBIT_O);
1669 set_flags (FLAGBIT_O|FLAGBIT_S, ma);
H A Dfpu.c609 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, FLAGBIT_O);
641 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, flags);
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dreg.c362 set_flags (int mask, int newbits) function
398 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O | FLAGBIT_C, f);
413 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_C, f);
428 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, f);
441 set_flags (FLAGBIT_Z | FLAGBIT_S, f);
447 set_flags (FLAGBIT_C | FLAGBIT_Z,
454 set_flags (FLAGBIT_C, c ? FLAGBIT_C : 0);
H A Dcpu.h177 void set_flags (int mask, int newbits);
H A Drx.c824 set_flags (FLAGBIT_S | FLAGBIT_Z, mb); \
1189 set_flags (FLAGBIT_O, FLAGBIT_O);
1196 set_flags (FLAGBIT_O, 0);
1209 set_flags (FLAGBIT_O, FLAGBIT_O);
1216 set_flags (FLAGBIT_O, 0);
1669 set_flags (FLAGBIT_O|FLAGBIT_S, ma | FLAGBIT_O);
1671 set_flags (FLAGBIT_O|FLAGBIT_S, ma);
H A Dfpu.c611 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, FLAGBIT_O);
643 set_flags (FLAGBIT_Z | FLAGBIT_S | FLAGBIT_O, flags);
/netbsd-current/external/bsd/nvi/dist/common/
H A Dvi_db.h153 int (*set_flags)(DB *, u_int32_t); member in struct:__db_new
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c215 static void set_flags(int, int);
263 set_flags(int fd, int flags) function
447 set_flags(fd, x);
555 set_flags(ppp_dev_fd, flags);
607 set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) | SC_MULTILINK);
1035 set_flags(ppp_fd, flags);
1233 set_flags(ppp_fd, x);
1263 set_flags(ppp_fd, x);
1296 set_flags(ppp_fd, x);
1397 set_flags(ppp_f
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dap_drv_ops.c273 int set_flags, total_flags, flags_and, flags_or; local
275 set_flags = WPA_STA_SHORT_PREAMBLE | WPA_STA_WMM | WPA_STA_MFP;
279 set_flags |= WPA_STA_AUTHORIZED;
280 flags_or = total_flags & set_flags;
281 flags_and = total_flags | ~set_flags;
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_64.c568 goto set_flags;
621 goto set_flags;
633 goto set_flags;
648 goto set_flags;
717 goto set_flags;
726 goto set_flags;
755 goto set_flags;
758 goto set_flags;
761 goto set_flags;
764 goto set_flags;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dcompressed_output.cc315 this->set_flags(flags);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcompressed_output.cc315 this->set_flags(flags);
/netbsd-current/crypto/external/bsd/heimdal/dist/kcm/
H A Dglue.c294 .set_flags = kcmss_set_flags,
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcompressed_output.cc315 this->set_flags(flags);

Completed in 152 milliseconds

12