Home
last modified time | relevance | path

Searched refs:oper (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c296 static void oper_list_add(struct io_oper *oper, struct io_oper **list) in oper_list_add() argument
299 *list = oper; in oper_list_add()
300 oper->prev = oper->next = oper; in oper_list_add()
304 oper->prev = (*list)->prev; in oper_list_add()
305 oper->next = *list; in oper_list_add()
307 (*list)->prev->next = oper; in oper_list_add()
308 (*list)->prev = oper; in oper_list_add()
311 static void oper_list_del(struct io_oper *oper, struc argument
369 grab_iou(struct io_unit *io, struct io_oper *oper) grab_iou() argument
397 oper_mb_trans(struct io_oper *oper) oper_mb_trans() argument
402 print_time(struct io_oper *oper) print_time() argument
460 struct io_oper *oper = io->io_oper; finish_io() local
508 find_iou(struct thread_info *t, struct io_oper *oper) find_iou() argument
536 io_oper_wait(struct thread_info *t, struct io_oper *oper) io_oper_wait() argument
568 random_byte_offset(struct io_oper *oper) random_byte_offset() argument
610 build_iocb(struct thread_info *t, struct io_oper *oper) build_iocb() argument
648 finish_oper(struct thread_info *t, struct io_oper *oper) finish_oper() argument
672 struct io_oper *oper; create_oper() local
694 build_oper(struct thread_info *t, struct io_oper *oper, int num_ios, struct iocb **my_iocbs) build_oper() argument
787 restart_oper(struct io_oper *oper) restart_oper() argument
822 oper_runnable(struct io_oper *oper) oper_runnable() argument
856 struct io_oper *oper; run_active_list() local
1038 struct io_oper *oper; worker() local
1234 struct io_oper *oper; run() local
[all...]
/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
83 *pos++ = sizeof(*oper); in hostapd_eid_vht_operation()
85 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation()
86 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_vht_operation()
93 oper->vht_op_info_chan_center_freq_seg0_idx = in hostapd_eid_vht_operation()
95 oper->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation()
98 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
104 oper->vht_op_info_chwidth = 1; in hostapd_eid_vht_operation()
105 oper in hostapd_eid_vht_operation()
[all...]
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
92 *pos++ = sizeof(*oper); in hostapd_eid_ht_operation()
94 oper = (struct ieee80211_ht_operation *) pos; in hostapd_eid_ht_operation()
95 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_ht_operation()
97 oper->primary_chan = hapd->iconf->channel; in hostapd_eid_ht_operation()
98 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation()
100 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE | in hostapd_eid_ht_operation()
103 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW | in hostapd_eid_ht_operation()
106 pos += sizeof(*oper); in hostapd_eid_ht_operation()
[all...]
H A Dieee802_11_he.c166 struct ieee80211_he_operation *oper; in hostapd_eid_he_operation() local
181 oper = (struct ieee80211_he_operation *) pos; in hostapd_eid_he_operation()
182 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_he_operation()
206 oper->he_mcs_nss_set = in hostapd_eid_he_operation()
253 oper->he_oper_params = host_to_le32(params); in hostapd_eid_he_operation()
H A Dieee802_11_shared.c995 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters() local
1001 if (oper->vht_op_info_chwidth == 0) { in get_tx_parameters()
1003 } else if (oper->vht_op_info_chan_center_freq_seg1_idx == 0) { in get_tx_parameters()
1010 oper->vht_op_info_chan_center_freq_seg0_idx - in get_tx_parameters()
1012 oper->vht_op_info_chan_center_freq_seg1_idx); in get_tx_parameters()
1013 vht_80p80 = oper->vht_op_info_chan_center_freq_seg1_idx in get_tx_parameters()
H A Dwnm_ap.c29 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie()
31 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); in ieee80211_11_get_tfs_ie()
33 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_get_tfs_ie()
39 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie()
41 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); in ieee80211_11_set_tfs_ie()
43 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_set_tfs_ie()
28 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/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
83 ast_expression(oper, ex0, ex1, NULL) in ast_expression_bin()
85 assert((oper >= ast_plus) && (oper <= ast_logic_not)); in ast_expression_bin()
93 printf("%s ", operator_string(oper)); in print()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local
80 *pos++ = sizeof(*oper); in hostapd_eid_vht_operation()
82 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation()
83 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_vht_operation()
90 oper->vht_op_info_chan_center_freq_seg0_idx = in hostapd_eid_vht_operation()
92 oper->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation()
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
101 oper->vht_op_info_chwidth = 1; in hostapd_eid_vht_operation()
102 oper in hostapd_eid_vht_operation()
[all...]
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
91 *pos++ = sizeof(*oper); in hostapd_eid_ht_operation()
93 oper = (struct ieee80211_ht_operation *) pos; in hostapd_eid_ht_operation()
94 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_ht_operation()
96 oper->primary_chan = hapd->iconf->channel; in hostapd_eid_ht_operation()
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation()
99 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE | in hostapd_eid_ht_operation()
102 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW | in hostapd_eid_ht_operation()
105 pos += sizeof(*oper); in hostapd_eid_ht_operation()
[all...]
H A Dieee802_11_he.c131 struct ieee80211_he_operation *oper; in hostapd_eid_he_operation() local
143 oper = (struct ieee80211_he_operation *) pos; in hostapd_eid_he_operation()
144 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_he_operation()
162 oper->he_mcs_nss_set = in hostapd_eid_he_operation()
167 oper->he_oper_params = host_to_le32(params); in hostapd_eid_he_operation()
H A Dieee802_11_shared.c950 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters() local
956 if (oper->vht_op_info_chwidth == 0) { in get_tx_parameters()
958 } else if (oper->vht_op_info_chan_center_freq_seg1_idx == 0) { in get_tx_parameters()
965 oper->vht_op_info_chan_center_freq_seg0_idx - in get_tx_parameters()
967 oper->vht_op_info_chan_center_freq_seg1_idx); in get_tx_parameters()
968 vht_80p80 = oper->vht_op_info_chan_center_freq_seg1_idx in get_tx_parameters()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c252 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
264 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked()
265 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked()
267 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
268 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked()
274 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
299 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_reset_command_queue_locked()
300 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32)); in xhci_reset_command_queue_locked()
324 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_start_controller()
328 temp = (XREAD4(sc, oper, XHCI_USBCM in xhci_start_controller()
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_tf.c289 tf_output.oper = TF_GraphOperationByName(tf_model->graph, input_name); in get_input_tf()
290 if (!tf_output.oper) { in get_input_tf()
533 input.oper = op; in add_conv_layer()
535 input.oper = transpose_op; in add_conv_layer()
546 input.oper = *cur_op; in add_conv_layer()
548 input.oper = op; in add_conv_layer()
576 input.oper = *cur_op; in add_conv_layer()
578 input.oper = op; in add_conv_layer()
601 input.oper = *cur_op; in add_conv_layer()
627 input.oper in add_depth_to_space_layer()
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_query.c74 if (prop == NULL || prop->optional || prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_is_enabled()
77 && ((prop->oper == OSSL_PROPERTY_OPER_EQ in ossl_property_is_enabled()
79 || (prop->oper == OSSL_PROPERTY_OPER_NE in ossl_property_is_enabled()
/third_party/openssl/crypto/property/
H A Dproperty_query.c74 if (prop == NULL || prop->optional || prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_is_enabled()
77 && ((prop->oper == OSSL_PROPERTY_OPER_EQ in ossl_property_is_enabled()
79 || (prop->oper == OSSL_PROPERTY_OPER_NE in ossl_property_is_enabled()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dhw_features_common.c181 struct ieee80211_ht_operation *oper; in get_pri_sec_chan() local
188 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
189 *pri_chan = oper->primary_chan; in get_pri_sec_chan()
190 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) { in get_pri_sec_chan()
191 int sec = oper->ht_param & in get_pri_sec_chan()
271 struct ieee80211_ht_operation *oper; in check_20mhz_bss() local
284 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
285 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK) in check_20mhz_bss()
/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
165 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
166 *pri_chan = oper->primary_chan; in get_pri_sec_chan()
167 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) { in get_pri_sec_chan()
168 int sec = oper->ht_param & in get_pri_sec_chan()
251 struct ieee80211_ht_operation *oper; in check_20mhz_bss() local
264 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
265 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK) in check_20mhz_bss()
/third_party/elfutils/src/
H A Dar.c51 static int do_oper_extract (int oper, const char *arfname, char **argv,
55 static int do_oper_insert (int oper, const char *arfname, char **argv,
455 do_oper_extract (int oper, const char *arfname, char **argv, int argc, in do_oper_extract() argument
529 if (oper == oper_print) in do_oper_extract()
537 else if (oper == oper_list) in do_oper_extract()
575 if (oper == oper_list) in do_oper_extract()
597 if (oper == oper_print) in do_oper_extract()
659 if (oper != oper_print) in do_oper_extract()
1096 do_oper_insert (int oper, const char *arfname, char **argv, int argc, in do_oper_insert() argument
1102 int fd = open_archive (arfname, O_RDONLY, 0, &elf, &st, oper ! in do_oper_insert()
[all...]
/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/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmarkers.py118 oper: Optional[Operator] = _operators.get(op.serialize())
119 if oper is None:
122 return oper(lhs, rhs)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c2109 u8 *ie, u16 *len, enum wnm_oper oper) in athr_wnm_tfs()
2116 wpa_printf(MSG_DEBUG, "atheros: ifname=%s, WNM TFS IE oper=%d " MACSTR, in athr_wnm_tfs()
2117 drv->iface, oper, MAC2STR(peer)); in athr_wnm_tfs()
2119 switch (oper) { in athr_wnm_tfs()
2132 val = oper; in athr_wnm_tfs()
2154 val = oper; in athr_wnm_tfs()
2181 val = oper; in athr_wnm_tfs()
2194 wpa_printf(MSG_DEBUG, "Unsupported TFS oper %d", oper); in athr_wnm_tfs()
2203 const u8 *peer, enum wnm_oper oper) in atheros_wnm_sleep()
2108 athr_wnm_tfs(struct atheros_driver_data *drv, const u8* peer, u8 *ie, u16 *len, enum wnm_oper oper) athr_wnm_tfs() argument
2202 atheros_wnm_sleep(struct atheros_driver_data *drv, const u8 *peer, enum wnm_oper oper) atheros_wnm_sleep() argument
2238 atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) atheros_wnm_oper() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c2096 u8 *ie, u16 *len, enum wnm_oper oper) in athr_wnm_tfs()
2103 wpa_printf(MSG_DEBUG, "atheros: ifname=%s, WNM TFS IE oper=%d " MACSTR_SEC, in athr_wnm_tfs()
2104 drv->iface, oper, MAC2STR_SEC(peer)); in athr_wnm_tfs()
2106 switch (oper) { in athr_wnm_tfs()
2119 val = oper; in athr_wnm_tfs()
2141 val = oper; in athr_wnm_tfs()
2168 val = oper; in athr_wnm_tfs()
2181 wpa_printf(MSG_DEBUG, "Unsupported TFS oper %d", oper); in athr_wnm_tfs()
2190 const u8 *peer, enum wnm_oper oper) in atheros_wnm_sleep()
2095 athr_wnm_tfs(struct atheros_driver_data *drv, const u8* peer, u8 *ie, u16 *len, enum wnm_oper oper) athr_wnm_tfs() argument
2189 atheros_wnm_sleep(struct atheros_driver_data *drv, const u8 *peer, enum wnm_oper oper) atheros_wnm_sleep() argument
2225 atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) atheros_wnm_oper() argument
[all...]
/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
33 my_param_oper[my_param_count] = oper; in my_bio_cb_ex()
202 static long my_bio_callback(BIO *b, int oper, const char *argp, int argi, in my_bio_callback() argument
208 my_param_oper[my_param_count] = oper; in my_bio_callback()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_lib.c37 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, in bio_call_callback() argument
47 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback()
51 bareoper = oper & ~BIO_CB_RETURN; in bio_call_callback()
65 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
71 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback()
73 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
/third_party/openssl/crypto/bio/
H A Dbio_lib.c37 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, in bio_call_callback() argument
47 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback()
51 bareoper = oper & ~BIO_CB_RETURN; in bio_call_callback()
65 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
71 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback()
73 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()

Completed in 23 milliseconds

123456