Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 25 of 58) sorted by relevance

123

/external/sonivox/arm-fm-22k/lib_src/
Deas_fmsynth.c164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0) in FM_SynthIsOutputOperator()
269 pFMVoice->oper[operIndex].envState = eFMEnvelopeStateRelease; in FM_ReleaseVoice()
272 pFMVoice->oper[operIndex].envRate = FM_CalcEGRate( in FM_ReleaseVoice()
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f], in FM_ReleaseVoice()
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]); in FM_ReleaseVoice()
305 pFMVoice->oper[0].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
306 pFMVoice->oper[1].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
307 pFMVoice->oper[2].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
308 pFMVoice->oper[3].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
339 if (((pRegion->oper[operIndex].gain & 0xfc) == 0) || in FM_SustainPedal()
[all …]
Deas_fmengine.c510 pVoice->oper[i].gain = vCfg->gain[i]; in FM_ConfigVoice()
511 pVoice->oper[i].outputGain = vCfg->outputGain[i]; in FM_ConfigVoice()
512 pVoice->oper[i].outputGain = vCfg->outputGain[i]; in FM_ConfigVoice()
515 pVoice->oper[i].phase = 0; in FM_ConfigVoice()
580 p->oper + 2, in FM_ProcessVoice()
591 p->oper + 2, in FM_ProcessVoice()
620 p->oper + 3, in FM_ProcessVoice()
631 p->oper + 3, in FM_ProcessVoice()
660 p->oper, in FM_ProcessVoice()
671 p->oper, in FM_ProcessVoice()
[all …]
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_fmsynth.c164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0) in FM_SynthIsOutputOperator()
269 pFMVoice->oper[operIndex].envState = eFMEnvelopeStateRelease; in FM_ReleaseVoice()
272 pFMVoice->oper[operIndex].envRate = FM_CalcEGRate( in FM_ReleaseVoice()
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f], in FM_ReleaseVoice()
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]); in FM_ReleaseVoice()
305 pFMVoice->oper[0].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
306 pFMVoice->oper[1].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
307 pFMVoice->oper[2].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
308 pFMVoice->oper[3].envState = eFMEnvelopeStateMuted; in FM_MuteVoice()
339 if (((pRegion->oper[operIndex].gain & 0xfc) == 0) || in FM_SustainPedal()
[all …]
Deas_fmengine.c510 pVoice->oper[i].gain = vCfg->gain[i]; in FM_ConfigVoice()
511 pVoice->oper[i].outputGain = vCfg->outputGain[i]; in FM_ConfigVoice()
512 pVoice->oper[i].outputGain = vCfg->outputGain[i]; in FM_ConfigVoice()
515 pVoice->oper[i].phase = 0; in FM_ConfigVoice()
580 p->oper + 2, in FM_ProcessVoice()
591 p->oper + 2, in FM_ProcessVoice()
620 p->oper + 3, in FM_ProcessVoice()
631 p->oper + 3, in FM_ProcessVoice()
660 p->oper, in FM_ProcessVoice()
671 p->oper, in FM_ProcessVoice()
[all …]
/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c52 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local
59 *pos++ = sizeof(*oper); in hostapd_eid_vht_operation()
61 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation()
62 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_vht_operation()
69 oper->vht_op_info_chan_center_freq_seg0_idx = in hostapd_eid_vht_operation()
71 oper->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation()
74 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
78 oper->vht_basic_mcs_set = host_to_le16(0xfffc); in hostapd_eid_vht_operation()
79 pos += sizeof(*oper); in hostapd_eid_vht_operation()
Dieee802_11_ht.c59 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
66 *pos++ = sizeof(*oper); in hostapd_eid_ht_operation()
68 oper = (struct ieee80211_ht_operation *) pos; in hostapd_eid_ht_operation()
69 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_ht_operation()
71 oper->control_chan = hapd->iconf->channel; in hostapd_eid_ht_operation()
72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation()
74 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE | in hostapd_eid_ht_operation()
77 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW | in hostapd_eid_ht_operation()
80 pos += sizeof(*oper); in hostapd_eid_ht_operation()
Dwnm_ap.c25 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie() argument
27 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); in ieee80211_11_get_tfs_ie()
29 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_get_tfs_ie()
35 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie() argument
37 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); in ieee80211_11_set_tfs_ie()
39 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_set_tfs_ie()
Dhw_features.c265 struct ieee80211_ht_operation *oper; in ieee80211n_get_pri_sec_chan() local
272 elems.ht_operation_len >= sizeof(*oper)) { in ieee80211n_get_pri_sec_chan()
273 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in ieee80211n_get_pri_sec_chan()
274 *pri_chan = oper->control_chan; in ieee80211n_get_pri_sec_chan()
275 if (oper->ht_param & HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH) { in ieee80211n_get_pri_sec_chan()
276 int sec = oper->ht_param & in ieee80211n_get_pri_sec_chan()
/external/chromium_org/third_party/mesa/src/src/glsl/
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()
Dast_to_hir.cpp902 parent_expr->operator_string(parent_expr->oper)); in get_scalar_boolean_operand()
1037 switch (this->oper) { in hir()
1067 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
1079 (this->oper == ast_mul), in hir()
1083 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
1093 assert(operations[this->oper] == ir_binop_mod); in hir()
1095 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
1104 operator_string(this->oper)); in hir()
1110 type = shift_result_type(op[0]->type, op[1]->type, this->oper, state, in hir()
1112 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
[all …]
Dglsl_parser_extras.cpp530 switch (oper) { in print()
543 printf("%s ", operator_string(oper)); in print()
558 printf("%s ", operator_string(oper)); in print()
565 printf("%s ", operator_string(oper)); in print()
640 ast_expression::ast_expression(int oper, in ast_expression() argument
645 this->oper = ast_operators(oper); in ast_expression()
Dast.h200 ast_expression(int oper, ast_expression *,
204 oper(ast_identifier) in ast_expression()
220 enum ast_operators oper; variable
254 ast_expression_bin(int oper, ast_expression *, ast_expression *);
/external/mesa3d/src/glsl/
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()
Dast_to_hir.cpp902 parent_expr->operator_string(parent_expr->oper)); in get_scalar_boolean_operand()
1037 switch (this->oper) { in hir()
1067 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
1079 (this->oper == ast_mul), in hir()
1083 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
1093 assert(operations[this->oper] == ir_binop_mod); in hir()
1095 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
1104 operator_string(this->oper)); in hir()
1110 type = shift_result_type(op[0]->type, op[1]->type, this->oper, state, in hir()
1112 result = new(ctx) ir_expression(operations[this->oper], type, in hir()
[all …]
Dglsl_parser_extras.cpp530 switch (oper) { in print()
543 printf("%s ", operator_string(oper)); in print()
558 printf("%s ", operator_string(oper)); in print()
565 printf("%s ", operator_string(oper)); in print()
640 ast_expression::ast_expression(int oper, in ast_expression() argument
645 this->oper = ast_operators(oper); in ast_expression()
Dast.h200 ast_expression(int oper, ast_expression *,
204 oper(ast_identifier) in ast_expression()
220 enum ast_operators oper; variable
254 ast_expression_bin(int oper, ast_expression *, ast_expression *);
/external/qemu/android/skin/
Dregion.c1036 RegionOperator oper[1]; in skin_region_intersect() local
1049 region_operator_init( oper, r, r2 ); in skin_region_intersect()
1050 region_operator_do( oper, FLAG_REGION_BOTH ); in skin_region_intersect()
1051 region_operator_done( oper ); in skin_region_intersect()
1053 skin_region_swap( r, oper->result ); in skin_region_intersect()
1054 skin_region_reset( oper->result ); in skin_region_intersect()
1075 RegionOperator oper[1]; in skin_region_union() local
1085 region_operator_init( oper, r, r2 ); in skin_region_union()
1086 region_operator_do( oper, FLAG_REGION_1|FLAG_REGION_2|FLAG_REGION_BOTH ); in skin_region_union()
1087 region_operator_done( oper ); in skin_region_union()
[all …]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
D089-redefine-macro-error.c16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
D089-redefine-macro-error.c.expected11 0:17(9): preprocessor error: Redefinition of macro oper
/external/mesa3d/src/glsl/glcpp/tests/
D089-redefine-macro-error.c16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
D089-redefine-macro-error.c.expected11 0:17(9): preprocessor error: Redefinition of macro oper
/external/elfutils/src/
Dar.c60 static int do_oper_extract (int oper, const char *arfname, char **argv,
64 static int do_oper_insert (int oper, const char *arfname, char **argv,
451 do_oper_extract (int oper, const char *arfname, char **argv, int argc, in do_oper_extract() argument
528 if (oper == oper_print) in do_oper_extract()
536 else if (oper == oper_list) in do_oper_extract()
568 if (oper == oper_list) in do_oper_extract()
590 if (oper == oper_print) in do_oper_extract()
653 if (oper != oper_print) in do_oper_extract()
1078 do_oper_insert (int oper, const char *arfname, char **argv, int argc, in do_oper_insert() argument
1084 int fd = open_archive (arfname, O_RDONLY, 0, &elf, &st, oper != oper_move); in do_oper_insert()
[all …]
/external/qemu/telephony/
Dandroid_modem.c758 AOperator oper; in amodem_get_operator_name() local
765 oper = modem->operators + modem->oper_index; in amodem_get_operator_name()
766 len = strlen(oper->name[index]) + 1; in amodem_get_operator_name()
772 memcpy( buffer, oper->name[index], buffer_size-1 ); in amodem_get_operator_name()
782 AOperator oper; in amodem_set_operator_name() local
789 oper = modem->operators + modem->oper_index; in amodem_set_operator_name()
791 avail = sizeof(oper->name[0]); in amodem_set_operator_name()
796 memcpy( oper->name[index], buffer, buffer_size ); in amodem_set_operator_name()
797 oper->name[index][buffer_size] = 0; in amodem_set_operator_name()
1442 AOperator oper = &modem->operators[ modem->oper_index ]; in handleOperatorSelection() local
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp812 int oper = -1; in PredicateInstruction() local
830 oper = -1; in PredicateInstruction()
843 oper = MI->getNumOperands() - 2; in PredicateInstruction()
858 for (oper = MI->getNumOperands() - 3; oper >= 0; --oper) in PredicateInstruction()
860 MachineOperand &MO = MI->getOperand(oper); in PredicateInstruction()
872 MI->getOperand(oper+1).ChangeToRegister(MO.getReg(), MO.isDef(), in PredicateInstruction()
878 MI->getOperand(oper+1).ChangeToImmediate(MO.getImm()); in PredicateInstruction()
895 GAIdx = oper; in PredicateInstruction()
913 if (oper < -1) oper = -1; in PredicateInstruction()
915 MI->getOperand(oper+1).ChangeToRegister(PredMO.getReg(), PredMO.isDef(), in PredicateInstruction()
[all …]
/external/libvpx/libvpx/tools/
Dvpx-astyle.sh5 --pad-oper --pad-header --unpad-paren \

123