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

123

/external/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
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_he.c62 struct ieee80211_he_operation *oper; local
79 oper = (struct ieee80211_he_operation *) pos;
80 os_memset(oper, 0, sizeof(*oper));
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
86 oper->he_oper_params |=
91 oper->he_oper_params |= HE_OPERATION_TWT_REQUIRED;
94 oper->he_oper_params |=
98 pos += sizeof(*oper);
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; local
91 *pos++ = sizeof(*oper);
93 oper = (struct ieee80211_ht_operation *) pos;
94 os_memset(oper, 0, sizeof(*oper));
96 oper->primary_chan = hapd->iconf->channel;
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
99 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
102 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
105 pos += sizeof(*oper);
[all...]
H A Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; local
80 *pos++ = sizeof(*oper);
82 oper = (struct ieee80211_vht_operation *) pos;
83 os_memset(oper, 0, sizeof(*oper));
90 oper->vht_op_info_chan_center_freq_seg0_idx =
92 oper->vht_op_info_chan_center_freq_seg1_idx =
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
101 oper->vht_op_info_chwidth = 1;
102 oper
[all...]
H A Dwnm_ap.c28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
30 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
32 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
40 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
42 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
27 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
37 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_he.c62 struct ieee80211_he_operation *oper; local
79 oper = (struct ieee80211_he_operation *) pos;
80 os_memset(oper, 0, sizeof(*oper));
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
86 oper->he_oper_params |=
91 oper->he_oper_params |= HE_OPERATION_TWT_REQUIRED;
94 oper->he_oper_params |=
98 pos += sizeof(*oper);
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; local
91 *pos++ = sizeof(*oper);
93 oper = (struct ieee80211_ht_operation *) pos;
94 os_memset(oper, 0, sizeof(*oper));
96 oper->primary_chan = hapd->iconf->channel;
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
99 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
102 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
105 pos += sizeof(*oper);
[all...]
H A Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; local
80 *pos++ = sizeof(*oper);
82 oper = (struct ieee80211_vht_operation *) pos;
83 os_memset(oper, 0, sizeof(*oper));
90 oper->vht_op_info_chan_center_freq_seg0_idx =
92 oper->vht_op_info_chan_center_freq_seg1_idx =
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
101 oper->vht_op_info_chwidth = 1;
102 oper
[all...]
H A Dwnm_ap.c28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
30 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
32 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
40 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
42 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
27 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
37 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_he.c62 struct ieee80211_he_operation *oper; local
79 oper = (struct ieee80211_he_operation *) pos;
80 os_memset(oper, 0, sizeof(*oper));
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
86 oper->he_oper_params |=
91 oper->he_oper_params |= HE_OPERATION_TWT_REQUIRED;
94 oper->he_oper_params |=
98 pos += sizeof(*oper);
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; local
91 *pos++ = sizeof(*oper);
93 oper = (struct ieee80211_ht_operation *) pos;
94 os_memset(oper, 0, sizeof(*oper));
96 oper->primary_chan = hapd->iconf->channel;
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
99 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
102 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
105 pos += sizeof(*oper);
[all...]
H A Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; local
80 *pos++ = sizeof(*oper);
82 oper = (struct ieee80211_vht_operation *) pos;
83 os_memset(oper, 0, sizeof(*oper));
90 oper->vht_op_info_chan_center_freq_seg0_idx =
92 oper->vht_op_info_chan_center_freq_seg1_idx =
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
101 oper->vht_op_info_chwidth = 1;
102 oper
[all...]
H A Dwnm_ap.c28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
30 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
32 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
40 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
42 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
27 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
37 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
/external/mesa3d/src/compiler/glsl/
H A Dast_expr.cpp81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, argument
83 ast_expression(oper, ex0, ex1, NULL)
85 assert((oper >= ast_plus) && (oper <= ast_logic_not));
93 printf("%s ", operator_string(oper));
/external/ltp/testcases/kernel/io/disktest/
H A Ddefs.h107 op_t oper; member in struct:action
H A Dchildmain.c80 switch (target.oper) {
84 if (env->action_list[i].oper == WRITER) {
147 if (target.oper == WRITER) {
239 target.oper = env->lastAction.oper;
241 target.oper = TST_OPER(args->test_state);
246 target.oper = READER;
248 target.oper = WRITER;
260 target.oper =
261 (env->lastAction.oper
492 miscompare_dump(const child_args_t * args, const char *data, const size_t buf_len, OFF_T tPosition, const size_t offset, mc_func_t oper, const int this_thread_id) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCCodeEmitter.cpp156 MCOperand oper = MI.getOperand(opNo); local
158 if (oper.isImm()) {
159 EmitIMM(oper, CurByte, OS);
160 } else if (oper.isExpr()) {
165 Fixups.push_back(MCFixup::Create(0,oper.getExpr(),FixupKind));
171 Fixups.push_back(MCFixup::Create(0,oper.getExpr(),FixupKind));
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php54 $oper = $row['operation']; variable
55 if ($oper != '5') {
56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
/external/dtc/
H A Dfdtput.c40 enum oper_type oper; /* operation to perform */ member in struct:display_info
340 switch (disp->oper) {
423 disp.oper = OPER_WRITE_PROP;
435 disp.oper = OPER_CREATE_NODE;
438 disp.oper = OPER_REMOVE_NODE;
441 disp.oper = OPER_DELETE_PROP;
466 if (disp.oper == OPER_WRITE_PROP) {
473 if (disp.oper == OPER_DELETE_PROP)
/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.c122 * @param oper the stencil buffer operator
129 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, argument
138 switch (oper) {
/external/wpa_supplicant_8/hostapd/src/common/
H A Dhw_features_common.c149 struct ieee80211_ht_operation *oper; local
156 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
157 *pri_chan = oper->primary_chan;
158 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) {
159 int sec = oper->ht_param &
242 struct ieee80211_ht_operation *oper; local
255 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
256 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK)
/external/wpa_supplicant_8/src/common/
H A Dhw_features_common.c149 struct ieee80211_ht_operation *oper; local
156 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
157 *pri_chan = oper->primary_chan;
158 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) {
159 int sec = oper->ht_param &
242 struct ieee80211_ht_operation *oper; local
255 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
256 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dhw_features_common.c149 struct ieee80211_ht_operation *oper; local
156 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
157 *pri_chan = oper->primary_chan;
158 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) {
159 int sec = oper->ht_param &
242 struct ieee80211_ht_operation *oper; local
255 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
256 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK)
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java2128 * @param oper - input operator to function
2132 public Dfp dotrap(int type, String what, Dfp oper, Dfp result) { argument
2146 def.sign = (byte)(sign*oper.sign);
2187 return trap(type, what, oper, def, result);
2196 * @param oper An operand to this function if any
2202 protected Dfp trap(int type, String what, Dfp oper, Dfp def, Dfp result) { argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_mpm.c651 struct ieee80211_ht_operation *oper; local
685 oper = (struct ieee80211_ht_operation *) elems->ht_operation;
686 if (oper &&
687 !(oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) &&

Completed in 526 milliseconds

123