Searched refs:Boolean (Results 1 - 25 of 144) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h1 //===--- Boolean.h - Wrapper for boolean types for the VM -------*- C++ -*-===//
25 class Boolean { class in namespace:clang::interp
31 explicit Boolean(bool V) : V(V) {} function in class:clang::interp::Boolean
35 Boolean() : V(false) {} function in class:clang::interp::Boolean
37 bool operator<(Boolean RHS) const { return V < RHS.V; }
38 bool operator>(Boolean RHS) const { return V > RHS.V; }
39 bool operator<=(Boolean RHS) const { return V <= RHS.V; }
40 bool operator>=(Boolean RHS) const { return V >= RHS.V; }
41 bool operator==(Boolean RHS) const { return V == RHS.V; }
42 bool operator!=(Boolean RH
[all...]
/freebsd-13-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h46 Boolean authAbort;
47 Boolean authFail;
49 Boolean authStart;
50 Boolean authTimeout;
51 Boolean authSuccess;
52 Boolean eapolEap;
53 Boolean initialize;
54 Boolean keyDone;
55 Boolean keyRun;
56 Boolean keyTxEnable
[all...]
/freebsd-13-stable/contrib/bmake/
H A Dmeta.h51 void meta_job_error(struct Job *, GNode *, Boolean, int);
55 Boolean meta_oodate(GNode *, Boolean);
60 extern Boolean useMeta;
H A Djob.h160 Boolean suspended;
163 Boolean ignerr;
165 Boolean echo;
167 Boolean special;
191 void Job_Touch(GNode *, Boolean);
192 Boolean Job_CheckCommands(GNode *, void (*abortProc)(const char *, ...));
197 Boolean Job_ParseShell(char *);
203 Boolean Job_TokenWithdraw(void);
206 Boolean Job_RunTarget(const char *, const char *);
H A Dmetachar.h40 MAKE_INLINE Boolean
H A Dmake.h146 typedef bool Boolean; typedef
151 typedef double Boolean; typedef
157 * that stores other values in Boolean variables.
159 typedef unsigned char Boolean; typedef
167 typedef char Boolean; typedef
171 typedef enum Boolean { FALSE, TRUE } Boolean; typedef in typeref:enum:Boolean
173 typedef int Boolean; typedef
506 extern Boolean allPrecious;
508 extern Boolean deleteOnErro
[all...]
H A Ddir.h85 Boolean Dir_HasWildcards(const char *);
89 void Dir_UpdateMTime(GNode *, Boolean);
H A Dnonints.h79 Boolean Arch_ParseArchive(char **, GNodeList *, GNode *);
85 Boolean Arch_LibOODate(GNode *);
86 Boolean Arch_IsLib(GNode *);
94 CondEvalResult Cond_EvalCondition(const char *, Boolean *);
120 Boolean For_Accum(const char *);
125 void JobReapChild(pid_t, WAIT_T, Boolean);
129 Boolean GetBooleanVar(const char *, Boolean);
140 Boolean ParseBoolean(const char *, Boolean);
[all...]
H A Dcond.c151 Boolean plain;
154 Boolean (*evalBare)(size_t, const char *);
155 Boolean negateEvalBare;
166 Boolean printedError;
169 static CondResult CondParser_Or(CondParser *par, Boolean);
186 static Boolean lhsStrict;
188 static Boolean
195 ToToken(Boolean cond)
231 ParseFuncArg(CondParser *par, const char **pp, Boolean doEval, const char *func,
303 static Boolean
[all...]
H A Dhash.h129 HashEntry *HashTable_CreateEntry(HashTable *, const char *, Boolean *);
149 MAKE_INLINE Boolean
152 Boolean isNew;
158 MAKE_INLINE Boolean
/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h65 Boolean transmits;
66 Boolean receives;
71 Boolean rx_latest;
72 Boolean tx_latest;
82 Boolean transmitting; /* bool transmitting (read only) */
96 Boolean in_use; /* bool inUse (read only) */
100 Boolean enable_transmit; /* bool EnableTransmit */
103 Boolean confidentiality;
113 Boolean receiving; /* bool receiving (read only) */
123 Boolean enable_receiv
[all...]
H A Dieee802_1x_cp.h27 void ieee802_1x_cp_set_electedself(void *cp_ctx, Boolean status);
34 void ieee802_1x_cp_set_usingreceivesas(void *cp_ctx, Boolean status);
35 void ieee802_1x_cp_set_allreceiving(void *cp_ctx, Boolean status);
36 void ieee802_1x_cp_set_servertransmitting(void *cp_ctx, Boolean status);
37 void ieee802_1x_cp_set_usingtransmitas(void *cp_ctx, Boolean status);
H A Dieee802_1x_kay_i.h49 Boolean is_key_server;
51 Boolean macsec_desired;
53 Boolean sak_used;
90 Boolean cached;
93 Boolean active;
94 Boolean participant;
95 Boolean retain;
101 Boolean principal;
113 Boolean ltx;
114 Boolean lr
[all...]
H A Dieee802_1x_secy_ops.h23 int secy_cp_control_protect_frames(struct ieee802_1x_kay *kay, Boolean flag);
24 int secy_cp_control_encrypt(struct ieee802_1x_kay *kay, Boolean enabled);
25 int secy_cp_control_replay(struct ieee802_1x_kay *kay, Boolean flag, u32 win);
29 int secy_cp_control_enable_port(struct ieee802_1x_kay *kay, Boolean flag);
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap.h48 Boolean eapResp; /* shared with EAPOL Backend Authentication */
50 Boolean portEnabled;
52 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */
57 Boolean eapReq; /* shared with EAPOL Backend Authentication */
58 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */
59 Boolean eapSuccess;
60 Boolean eapFail;
61 Boolean eapTimeout;
67 Boolean eapKeyAvailable; /* called keyAvailable in IEEE 802.1X-2004 */
70 Boolean aaaEapRe
[all...]
H A Deap_i.h35 Boolean (*check)(struct eap_sm *sm, void *priv,
39 Boolean (*isDone)(struct eap_sm *sm, void *priv);
43 Boolean (*isSuccess)(struct eap_sm *sm, void *priv);
141 Boolean rxResp;
142 Boolean rxInitiate;
147 Boolean ignore;
156 Boolean changed;
172 Boolean backend_auth;
173 Boolean update_user;
203 Boolean start_reaut
[all...]
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h42 Boolean Init;
43 Boolean DeauthenticationRequest;
44 Boolean AuthenticationRequest;
45 Boolean ReAuthenticationRequest;
46 Boolean Disconnect;
50 Boolean TimeoutEvt;
51 Boolean EAPOLKeyReceived;
52 Boolean EAPOLKeyPairwise;
53 Boolean EAPOLKeyRequest;
54 Boolean MICVerifie
[all...]
/freebsd-13-stable/sbin/rcorder/
H A Dsprite.h61 typedef int Boolean; typedef
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h41 Boolean ignore;
56 Boolean allowNotifications;
128 Boolean (*isKeyAvailable)(struct eap_sm *sm, void *priv);
170 Boolean (*has_reauth_data)(struct eap_sm *sm, void *priv);
321 Boolean rxReq;
322 Boolean rxSuccess;
323 Boolean rxFailure;
328 Boolean ignore;
333 Boolean allowNotifications; /* peer state machine <-> methods */
335 Boolean eapKeyAvailabl
[all...]
/freebsd-13-stable/contrib/wpa/src/fst/
H A Dfst_session.h27 Boolean is_old);
30 Boolean is_old);
42 struct fst_iface * fst_session_get_iface(struct fst_session *s, Boolean is_old);
43 const u8 * fst_session_get_peer_addr(struct fst_session *s, Boolean is_old);
60 Boolean is_old);
62 Boolean is_old);
H A Dfst_ctrl_aux.h57 Boolean attached;
62 Boolean connected;
H A Dfst.h121 Boolean mb_only);
133 Boolean mb_only);
279 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
H A Dfst_ctrl_iface.h33 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp);
/freebsd-13-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h319 void eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled);
320 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid);
321 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success);
322 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
328 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
391 Boolean enabled)
395 Boolean valid)
399 Boolean success)
402 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail)
419 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logof
[all...]
/freebsd-13-stable/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry_2.c31 Boolean Func_3 (Enumeration Enum_Par_Val);
132 Boolean Func_2 (Str_30 Str_1_Par_Ref, Str_30 Str_2_Par_Ref)
172 Boolean Func_3 (Enumeration Enum_Par_Val)

Completed in 228 milliseconds

123456