Home
last modified time | relevance | path

Searched refs:ENABLED (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dflag-types.h346 const unsigned int ENABLED = 1UL << 4; variable
347 const unsigned int USED_GPR_ARG = ENABLED | ONLY_USED | ONLY_GPR | ONLY_ARG;
348 const unsigned int USED_GPR = ENABLED | ONLY_USED | ONLY_GPR;
349 const unsigned int USED_ARG = ENABLED | ONLY_USED | ONLY_ARG;
350 const unsigned int USED = ENABLED | ONLY_USED;
351 const unsigned int ALL_GPR_ARG = ENABLED | ONLY_GPR | ONLY_ARG;
352 const unsigned int ALL_GPR = ENABLED | ONLY_GPR;
353 const unsigned int ALL_ARG = ENABLED | ONLY_ARG;
354 const unsigned int ALL = ENABLED;
Dfunction.cc6729 if (!(zero_regs_type & ENABLED)) in execute()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/
Drfc2407.txt1590 o changed REPLAY-ENABLED to REPLAY-STATUS
1604 o added REPLAY-ENABLED notification message type per Architecture
/netbsd/src/external/bsd/wpa/dist/hostapd/
DChangeLog336 * add INTERFACE-ENABLED and INTERFACE-DISABLED ctrl_iface events
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
DChangeLog411 * wpa_cli: added action script support for AP-ENABLED and AP-DISABLED