| /src/external/gpl2/groff/dist/src/roff/troff/ |
| charinfo.h | 79 void set_flags(unsigned char); 171 inline void charinfo::set_flags(unsigned char c) function in class:charinfo
|
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| reg.c | 476 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);
|
| /src/external/gpl3/gdb/dist/sim/rx/ |
| reg.c | 362 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);
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| reg.c | 476 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);
|
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| reg.c | 362 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);
|
| /src/external/bsd/nvi/dist/common/ |
| vi_db.h | 153 int (*set_flags)(DB *, u_int32_t); member in struct:__db_new
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ap_drv_ops.c | 315 int set_flags, total_flags, flags_and, flags_or; local 317 set_flags = WPA_STA_SHORT_PREAMBLE | WPA_STA_WMM | WPA_STA_MFP | 335 flags_or = total_flags & set_flags; 336 flags_and = total_flags | ~set_flags;
|
| /src/external/mpl/bind/dist/bin/named/ |
| main.c | 430 set_flags(const char *arg, struct flag_def *defs, unsigned int *ret) { function 927 set_flags(isc_commandline_argument, mem_context_flags, 931 set_flags(isc_commandline_argument, mem_debug_flags,
|
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| sys-bsd.c | 220 static void set_flags(int, int); 268 set_flags(int fd, int flags) function 452 set_flags(fd, x); 560 set_flags(ppp_dev_fd, flags); 612 set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) | SC_MULTILINK); 1040 set_flags(ppp_fd, flags); 1238 set_flags(ppp_fd, x); 1268 set_flags(ppp_fd, x); 1301 set_flags(ppp_fd, x); 1402 set_flags(ppp_fd, x) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| RDFGraph.h | 305 static uint16_t set_flags(uint16_t A, uint16_t F) { function in namespace:llvm::rdf 461 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); }
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.h | 1544 void set_flags (int flag_fields) function in class:gcc::jit::recording::global
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.h | 1468 void set_flags (int flag_fields) function in class:gcc::jit::recording::global
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| krb5.h | 465 /* constants for get_flags and set_flags */ 508 krb5_error_code (KRB5_CALLCONV * set_flags)(krb5_context, krb5_ccache, krb5_flags); member in struct:krb5_cc_ops
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 25252 HOST_WIDE_INT set_flags = (rs6000_isa_flags_explicit 25256 if (set_flags) 25259 if ((set_flags & rs6000_opt_masks[j].mask) != 0) 25261 set_flags &= ~rs6000_opt_masks[j].mask; 25267 gcc_assert (!set_flags); 25203 HOST_WIDE_INT set_flags = (rs6000_isa_flags_explicit local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 24817 HOST_WIDE_INT set_flags = (rs6000_isa_flags_explicit 24821 if (set_flags) 24824 if ((set_flags & rs6000_opt_masks[j].mask) != 0) 24826 set_flags &= ~rs6000_opt_masks[j].mask; 24832 gcc_assert (!set_flags); 24768 HOST_WIDE_INT set_flags = (rs6000_isa_flags_explicit local
|