/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 312 static void oper_list_add(struct io_oper *oper, struct io_oper **list) in oper_list_add() argument 315 *list = oper; in oper_list_add() 316 oper->prev = oper->next = oper; in oper_list_add() 319 oper->prev = (*list)->prev; in oper_list_add() 320 oper->next = *list; in oper_list_add() 321 (*list)->prev->next = oper; in oper_list_add() 322 (*list)->prev = oper; in oper_list_add() 326 static void oper_list_del(struct io_oper *oper, struct io_oper **list) in oper_list_del() argument 332 oper->prev->next = oper->next; in oper_list_del() 333 oper->next->prev = oper->prev; in oper_list_del() [all …]
|
/third_party/uboot/u-boot-2020.01/tools/patman/ |
D | cros_subprocess.py | 291 def _BasicCheck(self, plist, oper): argument 293 self.assertEqual(plist[0], oper.stdout_data) 294 self.assertEqual(plist[1], oper.stderr_data) 295 self.assertEqual(plist[2], oper.combined_data) 302 oper = TestSubprocess.MyOperation() 303 plist = Popen(['ps']).CommunicateFilter(oper.Output) 304 self._BasicCheck(plist, oper) 308 oper = TestSubprocess.MyOperation() 310 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 311 self._BasicCheck(plist, oper) [all …]
|
/third_party/ltp/testcases/kernel/io/disktest/ |
D | childmain.c | 80 switch (target.oper) { in action_in_use() 84 if (env->action_list[i].oper == WRITER) { in action_in_use() 147 if (target.oper == WRITER) { in decrement_io_count() 239 target.oper = env->lastAction.oper; in get_next_action() 241 target.oper = TST_OPER(args->test_state); in get_next_action() 246 target.oper = READER; in get_next_action() 248 target.oper = WRITER; in get_next_action() 260 target.oper = in get_next_action() 261 (env->lastAction.oper == WRITER) ? READER : WRITER; in get_next_action() 263 } else if (target.oper == NONE) { in get_next_action() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11_vht.c | 76 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->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation() 103 oper->vht_op_info_chan_center_freq_seg0_idx; in hostapd_eid_vht_operation() [all …]
|
D | ieee802_11_ht.c | 84 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()
|
D | ieee802_11_he.c | 131 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_11_vht.c | 76 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->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation() 103 oper->vht_op_info_chan_center_freq_seg0_idx; in hostapd_eid_vht_operation() [all …]
|
D | ieee802_11_ht.c | 84 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()
|
D | ieee802_11_he.c | 131 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()
|
/third_party/boost/boost/test/tools/ |
D | assertion.hpp | 127 # define DEDUCE_RESULT_TYPE( oper ) \ argument 128 decltype(boost::declval<Lhs>() oper boost::declval<Rhs>() ) optype; \ 132 # define DEDUCE_RESULT_TYPE( oper ) bool 135 #define DEFINE_CONST_OPER_FWD_DECL( oper, name, rev, name_inverse ) \ argument 143 #define DEFINE_CONST_OPER( oper, name, rev, name_inverse ) \ argument 147 typedef DEDUCE_RESULT_TYPE( oper ) result_type; \ 153 return lhs oper rhs; \ 168 { return " " #oper " "; } \ 198 #define ADD_OP_SUPPORT( oper, name, _, _i ) \ argument 202 operator oper( T&& rhs ) \ [all …]
|
D | cstring_comparison_op.hpp | 37 #define DEFINE_CSTRING_COMPARISON( oper, name, rev, name_inverse ) \ argument 57 return lhs_char_type(lhs) oper rhs_char_type(rhs); \ 72 { return " " #oper " "; } \
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_tf.c | 115 tf_output.oper = TF_GraphOperationByName(tf_model->graph, input_name); in get_input_tf() 116 if (!tf_output.oper) in get_input_tf() 146 tf_model->input.oper = TF_GraphOperationByName(tf_model->graph, input_name); in set_input_output_tf() 147 if (!tf_model->input.oper){ in set_input_output_tf() 169 tf_model->outputs[i].oper = TF_GraphOperationByName(tf_model->graph, output_names[i]); in set_input_output_tf() 170 if (!tf_model->outputs[i].oper){ in set_input_output_tf() 285 input.oper = op; in add_conv_layer() 287 input.oper = transpose_op; in add_conv_layer() 298 input.oper = *cur_op; in add_conv_layer() 300 input.oper = op; in add_conv_layer() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/tegra20/ |
D | crypto.c | 100 static int encrypt_and_sign(u8 *key, enum security_op oper, u8 *src, in encrypt_and_sign() argument 113 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign() 117 if (oper & SECURITY_ENCRYPT) { in encrypt_and_sign() 125 if (oper & SECURITY_SIGN) { in encrypt_and_sign()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | bedbug.c | 757 struct operand *oper[MAX_OPERANDS]; in asmppc() local 801 oper[n_operands] = &operands[opc->fields[n_operands] - 1]; in asmppc() 803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc() 808 oper[n_operands]->name); in asmppc() 820 oper[n_operands]->name, scratch); in asmppc() 823 if ((param = parse_operand (memaddr, opc, oper[n_operands], in asmppc() 856 struct operand *oper, char *txt, int *err) in parse_operand() argument 864 mask = (1 << oper->bits) - 1; in parse_operand() 866 if (oper->hint & OH_ADDR) { in parse_operand() 879 data |= 1 << (oper->bits - 1); in parse_operand() [all …]
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 253 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 265 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked() 266 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 268 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked() 269 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 275 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 300 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_reset_command_queue_locked() 301 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32)); in xhci_reset_command_queue_locked() 325 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST); in xhci_start_controller() 329 temp = (XREAD4(sc, oper, XHCI_USBCMD) & XHCI_CMD_HCRST) | in xhci_start_controller() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | hw_features_common.c | 158 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | hw_features_common.c | 158 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/boost/libs/spirit/example/x3/calc/ |
D | calc5.cpp | 125 for (operation const& oper : x.rest) in operator ()() 128 (*this)(oper); in operator ()() 172 for (operation const& oper : x.rest) in operator ()() 174 state = (*this)(oper, state); in operator ()()
|
/third_party/boost/libs/spirit/example/x3/calc/calc7/ |
D | compiler.cpp | 50 for (ast::operation const& oper : x.rest) in operator ()() 52 (*this)(oper); in operator ()()
|
/third_party/uboot/u-boot-2020.01/tools/buildman/ |
D | board.py | 225 oper = None 228 oper = sym 229 elif oper: 231 oper = None
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/ |
D | calc4.cpp | 130 BOOST_FOREACH(operation const& oper, x.rest) in operator ()() 133 (*this)(oper); in operator ()() 177 BOOST_FOREACH(operation const& oper, x.rest) in operator ()() 179 state = (*this)(oper, state); in operator ()()
|
D | calc5.cpp | 144 BOOST_FOREACH(operation const& oper, x.rest) in operator ()() 147 (*this)(oper); in operator ()() 191 BOOST_FOREACH(operation const& oper, x.rest) in operator ()() 193 state = (*this)(oper, state); in operator ()()
|
/third_party/boost/libs/locale/src/shared/ |
D | mo_lambda.cpp | 70 #define UNOP(name,oper) \ argument 77 return oper (*op1)(n); \ 86 #define BINOP(name,oper) \ argument 96 return (*op1)(n) oper (*op2)(n); \ 106 #define BINOPD(name,oper) \ argument 116 return v2==0 ? 0 : v1 oper v2; \
|
/third_party/openssl/doc/man3/ |
D | BIO_set_callback.pod | 14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp, 17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi, 61 =item B<oper> 63 B<oper> is set to the operation being performed. For some operations 65 operation, the latter case has B<oper> or'ed with BIO_CB_RETURN. 70 B<oper> is BIO_CB_READ, BIO_CB_WRITE or BIO_CB_GETS. 75 the value of B<oper>, that is the operation being performed.
|
/third_party/boost/libs/spirit/example/x3/calc/calc4c/ |
D | grammar.hpp | 121 for (operation const& oper: x.rest) in operator ()() 124 (*this)(oper); in operator ()()
|