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

123

/external/mesa3d/src/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/mesa3d/src/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));
H A Dglsl_parser_extras.cpp530 switch (oper) {
543 printf("%s ", operator_string(oper));
558 printf("%s ", operator_string(oper));
565 printf("%s ", operator_string(oper));
640 ast_expression::ast_expression(int oper, argument
645 this->oper = ast_operators(oper);
/external/lldb/examples/synthetic/bitfield/
H A Dprogram.cpp18 MaskingOperator oper; member in class:MaskedData
25 oper(P)
31 switch(oper)
61 oper = P;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.h65 S_OPERATOR oper[4]; /* operator data */ member in struct:s_fm_voice_tag
H A Deas_fmengine.h73 S_FM_ENG_OPER oper[4]; /* operator data */ member in struct:__anon14208
H A Deas_fmsynth.c164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
269 pFMVoice->oper[operIndex].envState = eFMEnvelopeStateRelease;
272 pFMVoice->oper[operIndex].envRate = FM_CalcEGRate(
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
305 pFMVoice->oper[0].envState = eFMEnvelopeStateMuted;
306 pFMVoice->oper[1].envState = eFMEnvelopeStateMuted;
307 pFMVoice->oper[2].envState = eFMEnvelopeStateMuted;
308 pFMVoice->oper[3].envState = eFMEnvelopeStateMuted;
339 if (((pRegion->oper[operInde
807 EAS_INT oper; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmsynth.h65 S_OPERATOR oper[4]; /* operator data */ member in struct:s_fm_voice_tag
H A Deas_fmengine.h73 S_FM_ENG_OPER oper[4]; /* operator data */ member in struct:__anon14258
H A Deas_fmsynth.c164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
269 pFMVoice->oper[operIndex].envState = eFMEnvelopeStateRelease;
272 pFMVoice->oper[operIndex].envRate = FM_CalcEGRate(
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
305 pFMVoice->oper[0].envState = eFMEnvelopeStateMuted;
306 pFMVoice->oper[1].envState = eFMEnvelopeStateMuted;
307 pFMVoice->oper[2].envState = eFMEnvelopeStateMuted;
308 pFMVoice->oper[3].envState = eFMEnvelopeStateMuted;
339 if (((pRegion->oper[operInde
807 EAS_INT oper; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_vht.c63 struct ieee80211_vht_operation *oper; local
67 *pos++ = sizeof(*oper);
69 oper = (struct ieee80211_vht_operation *) pos;
70 os_memset(oper, 0, sizeof(*oper));
77 oper->vht_op_info_chan_center_freq_seg0_idx =
79 oper->vht_op_info_chan_center_freq_seg1_idx =
82 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
86 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
87 pos += sizeof(*oper);
[all...]
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 Dwnm_ap.c27 u8 *buf, u16 *buf_len, enum wnm_oper oper)
29 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
31 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
37 u8 *buf, u16 *buf_len, enum wnm_oper oper)
39 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
41 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
26 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
36 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/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/wpa_supplicant_8/src/ap/
H A Dieee802_11_vht.c63 struct ieee80211_vht_operation *oper; local
67 *pos++ = sizeof(*oper);
69 oper = (struct ieee80211_vht_operation *) pos;
70 os_memset(oper, 0, sizeof(*oper));
77 oper->vht_op_info_chan_center_freq_seg0_idx =
79 oper->vht_op_info_chan_center_freq_seg1_idx =
82 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
86 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
87 pos += sizeof(*oper);
[all...]
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 Dwnm_ap.c27 u8 *buf, u16 *buf_len, enum wnm_oper oper)
29 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
31 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
37 u8 *buf, u16 *buf_len, enum wnm_oper oper)
39 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
41 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
26 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
36 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_vht.c63 struct ieee80211_vht_operation *oper; local
67 *pos++ = sizeof(*oper);
69 oper = (struct ieee80211_vht_operation *) pos;
70 os_memset(oper, 0, sizeof(*oper));
77 oper->vht_op_info_chan_center_freq_seg0_idx =
79 oper->vht_op_info_chan_center_freq_seg1_idx =
82 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
86 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
87 pos += sizeof(*oper);
[all...]
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 Dwnm_ap.c27 u8 *buf, u16 *buf_len, enum wnm_oper oper)
29 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
31 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
37 u8 *buf, u16 *buf_len, enum wnm_oper oper)
39 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
41 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
26 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
36 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/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/mesa3d/src/mesa/swrast/
H A Ds_stencil.c120 * @param oper the stencil buffer operator
127 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, argument
136 switch (oper) {
/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

Completed in 7761 milliseconds

123