| /src/external/gpl3/gcc/dist/gcc/ |
| opts-jobserver.h | 57 bool is_active = false; member in struct:jobserver_info
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts-jobserver.h | 43 bool is_active = false; member in struct:jobserver_info
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| clang.py | 87 def is_active(checkers): function 152 is_active_checker = is_active(get_active_checkers(clang, plugins))
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| dnssec.h | 64 bool is_active; /*% key is already active */ member in struct:dns_dnsseckey
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| dnssec.h | 64 bool is_active; /*% key is already active */ member in struct:dns_dnsseckey
|
| /src/sys/arch/dreamcast/dev/g1/ |
| gdrom.c | 80 bool is_active; member in struct:gdrom_softc 455 if (!sc->is_active) 471 sc->is_active = true; 502 sc->is_active = false;
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| pk_disklabel.c | 236 int is_active = block[partition_active_fields[partition]] == 0x80; local 271 is_active && active != 0 ? " (active)" : "")); 272 if (partition_type != 0 && is_active && active < 0)
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| pk_disklabel.c | 236 int is_active = block[partition_active_fields[partition]] == 0x80; local 271 is_active && active != 0 ? " (active)" : "")); 272 if (partition_type != 0 && is_active && active < 0)
|
| /src/sys/arch/dreamcast/dev/ |
| gdrom.c | 97 bool is_active; member in struct:gdrom_softc 521 if (!sc->is_active) 536 sc->is_active = true; 569 sc->is_active = false;
|
| /src/sys/external/bsd/drm2/dist/drm/via/ |
| via_dmablit.h | 86 int is_active; member in struct:_drm_via_blitq
|
| /src/sys/net/lagg/ |
| if_laggproto.c | 394 bool is_active; local 398 is_active = lagg_portactive(lp); 405 pport->lpp_active == is_active) { 411 pport->lpp_active = is_active; 413 if (is_active) {
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| column.cpp | 70 int is_active() { return out != 0; } function in class:column 556 if (!the_column->is_active()) 588 if (the_column->is_active()) 597 if (!the_column->is_active()) 606 if (!the_column->is_active()) 615 if (!the_column->is_active()) 649 return the_column->is_active() ? "1" : "0";
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ravenscar-thread.c | 686 bool is_active = task_is_currently_active (ptid); local 704 || (is_active && *fp_state == NOTHING_SPECIAL)) 708 use_beneath = is_active; 732 bool is_active = task_is_currently_active (ptid); local 750 || (is_active && *fp_state == NOTHING_SPECIAL)) 754 use_beneath = is_active;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ravenscar-thread.c | 686 bool is_active = task_is_currently_active (ptid); local 704 || (is_active && *fp_state == NOTHING_SPECIAL)) 708 use_beneath = is_active; 732 bool is_active = task_is_currently_active (ptid); local 750 || (is_active && *fp_state == NOTHING_SPECIAL)) 754 use_beneath = is_active;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| update.c | 734 is_active(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, bool *flag, function 1743 CHECK(is_active(db, newver, name, &flag, &cut, NULL)); 1970 CHECK(is_active(db, newver, name, &flag, &cut,
|
| catz.c | 2242 bool is_active; local 2271 is_active = (result == ISC_R_SUCCESS && oldcatz->active); 2281 if (!is_active) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| update.c | 848 is_active(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, bool *flag, function 1863 CHECK(is_active(db, newver, name, &flag, &cut, NULL)); 2091 CHECK(is_active(db, newver, name, &flag, &cut,
|
| /src/sys/dev/pci/ |
| if_iwn.c | 4744 int buflen, error, is_active; local 4799 is_active = 0; 4807 is_active = 1; 4866 hdr->crc_threshold = is_active ? 4869 hdr->crc_threshold = is_active ? 4890 dwell_active = iwn_get_active_dwell_time(sc, flags, is_active);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_priv.h | 408 * @is_active: Defines if the queue is active or not. @is_active and 432 bool is_active; member in struct:queue_properties
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| hdcp_psp.h | 80 uint32_t is_active; member in struct:ta_dtm_topology_update_input_v2
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| regex.c | 1655 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \ 1819 unsigned is_active : 1; 1827 # define IS_ACTIVE(R) ((R).bits.is_active) 5668 /* The is_active field of reg_info helps us keep track of which (possibly 5903 IS_ACTIVE (reg_info[mcnt]) = 0; 6685 IS_ACTIVE (reg_info[*p]) = 1; 6728 IS_ACTIVE (reg_info[*p]) = 0; 6746 while (r > 0 && !IS_ACTIVE (reg_info[r])) 1808 unsigned is_active : 1; member in struct:__anon9247::__anon9248
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| regex.c | 1655 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \ 1819 unsigned is_active : 1; 1827 # define IS_ACTIVE(R) ((R).bits.is_active) 5661 /* The is_active field of reg_info helps us keep track of which (possibly 5814 IS_ACTIVE (reg_info[mcnt]) = 0; 6624 IS_ACTIVE (reg_info[*p]) = 1; 6667 IS_ACTIVE (reg_info[*p]) = 0; 6685 while (r > 0 && !IS_ACTIVE (reg_info[r])) 1808 unsigned is_active : 1; member in struct:__anon10817::__anon10818
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| regex.c | 1655 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \ 1819 unsigned is_active : 1; 1827 # define IS_ACTIVE(R) ((R).bits.is_active) 5661 /* The is_active field of reg_info helps us keep track of which (possibly 5814 IS_ACTIVE (reg_info[mcnt]) = 0; 6624 IS_ACTIVE (reg_info[*p]) = 1; 6667 IS_ACTIVE (reg_info[*p]) = 0; 6685 while (r > 0 && !IS_ACTIVE (reg_info[r])) 1808 unsigned is_active : 1; member in struct:__anon12280::__anon12281
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| regex.c | 1655 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \ 1819 unsigned is_active : 1; 1827 # define IS_ACTIVE(R) ((R).bits.is_active) 5661 /* The is_active field of reg_info helps us keep track of which (possibly 5814 IS_ACTIVE (reg_info[mcnt]) = 0; 6624 IS_ACTIVE (reg_info[*p]) = 1; 6667 IS_ACTIVE (reg_info[*p]) = 0; 6685 while (r > 0 && !IS_ACTIVE (reg_info[r])) 1808 unsigned is_active : 1; member in struct:__anon14490::__anon14491
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| regex.c | 1655 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \ 1819 unsigned is_active : 1; 1827 # define IS_ACTIVE(R) ((R).bits.is_active) 5661 /* The is_active field of reg_info helps us keep track of which (possibly 5814 IS_ACTIVE (reg_info[mcnt]) = 0; 6624 IS_ACTIVE (reg_info[*p]) = 1; 6667 IS_ACTIVE (reg_info[*p]) = 0; 6685 while (r > 0 && !IS_ACTIVE (reg_info[r])) 1808 unsigned is_active : 1; member in struct:__anon16901::__anon16902
|