Home
last modified time | relevance | path

Searched defs:oper (Results 1 - 25 of 58) sorted by relevance

123

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D089-redefine-macro-error.c16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
/third_party/mesa3d/src/compiler/glsl/
H A Dast_expr.cpp81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, in ast_expression_bin() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_pass_through.cpp24 AvrcCtPassPacket::AvrcCtPassPacket(uint8_t oper, uint8_t state) : stateFlag_(state), operationId_(oper) in AvrcCtPassPacket() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_pass_through.cpp26 AvrcTgPassPacket::AvrcTgPassPacket(uint8_t oper, uint8_t state, uint8_t label) in AvrcTgPassPacket() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_local.h23 OSSL_PROPERTY_OPER oper; member
H A Dproperty_parse.c476 OSSL_PROPERTY_OPER oper; in ossl_property_match_count() local
[all...]
/third_party/openssl/crypto/property/
H A Dproperty_local.h23 OSSL_PROPERTY_OPER oper; member
H A Dproperty_parse.c446 OSSL_PROPERTY_OPER oper; in ossl_property_match_count() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmarp.h59 uint16 oper; /* ARP_OPC_... */ member
/third_party/openssl/test/
H A Dbio_callback_test.c27 static long my_bio_cb_ex(BIO *b, int oper, const char *argp, size_t len, in my_bio_cb_ex() argument
202 static long my_bio_callback(BIO *b, int oper, const char *argp, int argi, in my_bio_callback() argument
H A Dhttp_test.c102 static long http_bio_cb_ex(BIO *bio, int oper, const char *argp, size_t len, in http_bio_cb_ex() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local
[all...]
H A Dieee802_11_he.c166 struct ieee80211_he_operation *oper; in hostapd_eid_he_operation() local
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
[all...]
H A Dieee802_11_shared.c995 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters() local
H A Dwnm_ap.c28 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) ieee80211_11_get_tfs_ie() argument
38 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) ieee80211_11_set_tfs_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_he.c131 struct ieee80211_he_operation *oper; in hostapd_eid_he_operation() local
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
[all...]
H A Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local
[all...]
H A Dieee802_11_shared.c950 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters() local
H A Dwnm_ap.c28 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) ieee80211_11_get_tfs_ie() argument
38 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) ieee80211_11_set_tfs_ie() argument
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp171 void KvUtils::NoSupport(const DataShare::OperationItem &oper, DataQuery &query) in NoSupport() argument
176 InKeys(const OperationItem &oper, DataQuery &query) InKeys() argument
185 KeyPrefix(const OperationItem &oper, DataQuery &query) KeyPrefix() argument
190 EqualTo(const OperationItem &oper, DataQuery &query) EqualTo() argument
196 NotEqualTo(const OperationItem &oper, DataQuery &query) NotEqualTo() argument
202 GreaterThan(const OperationItem &oper, DataQuery &query) GreaterThan() argument
208 LessThan(const OperationItem &oper, DataQuery &query) LessThan() argument
214 GreaterThanOrEqualTo(const OperationItem &oper, DataQuery &query) GreaterThanOrEqualTo() argument
220 LessThanOrEqualTo(const OperationItem &oper, DataQuery &query) LessThanOrEqualTo() argument
226 And(const OperationItem &oper, DataQuery &query) And() argument
231 Or(const OperationItem &oper, DataQuery &query) Or() argument
236 IsNull(const OperationItem &oper, DataQuery &query) IsNull() argument
241 IsNotNull(const OperationItem &oper, DataQuery &query) IsNotNull() argument
246 In(const OperationItem &oper, DataQuery &query) In() argument
252 NotIn(const OperationItem &oper, DataQuery &query) NotIn() argument
258 Like(const OperationItem &oper, DataQuery &query) Like() argument
263 Unlike(const OperationItem &oper, DataQuery &query) Unlike() argument
268 OrderByAsc(const OperationItem &oper, DataQuery &query) OrderByAsc() argument
273 OrderByDesc(const OperationItem &oper, DataQuery &query) OrderByDesc() argument
278 Limit(const OperationItem &oper, DataQuery &query) Limit() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp173 void KvUtils::NoSupport(const DataShare::OperationItem &oper, DataQuery &query) in NoSupport() argument
178 InKeys(const OperationItem &oper, DataQuery &query) InKeys() argument
187 KeyPrefix(const OperationItem &oper, DataQuery &query) KeyPrefix() argument
192 EqualTo(const OperationItem &oper, DataQuery &query) EqualTo() argument
198 NotEqualTo(const OperationItem &oper, DataQuery &query) NotEqualTo() argument
204 GreaterThan(const OperationItem &oper, DataQuery &query) GreaterThan() argument
210 LessThan(const OperationItem &oper, DataQuery &query) LessThan() argument
216 GreaterThanOrEqualTo(const OperationItem &oper, DataQuery &query) GreaterThanOrEqualTo() argument
222 LessThanOrEqualTo(const OperationItem &oper, DataQuery &query) LessThanOrEqualTo() argument
228 And(const OperationItem &oper, DataQuery &query) And() argument
233 Or(const OperationItem &oper, DataQuery &query) Or() argument
238 IsNull(const OperationItem &oper, DataQuery &query) IsNull() argument
243 IsNotNull(const OperationItem &oper, DataQuery &query) IsNotNull() argument
248 In(const OperationItem &oper, DataQuery &query) In() argument
254 NotIn(const OperationItem &oper, DataQuery &query) NotIn() argument
260 Like(const OperationItem &oper, DataQuery &query) Like() argument
265 Unlike(const OperationItem &oper, DataQuery &query) Unlike() argument
270 OrderByAsc(const OperationItem &oper, DataQuery &query) OrderByAsc() argument
275 OrderByDesc(const OperationItem &oper, DataQuery &query) OrderByDesc() argument
280 Limit(const OperationItem &oper, DataQuery &query) Limit() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dhw_features_common.c158 struct ieee80211_ht_operation *oper; in get_pri_sec_chan() local
251 struct ieee80211_ht_operation *oper; in check_20mhz_bss() local
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc802 const Operator* oper = in LowerNode() local

Completed in 19 milliseconds

123