/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_fmsynth.c | 164 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 …]
|
D | eas_fmengine.c | 510 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/ |
D | eas_fmsynth.c | 164 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 …]
|
D | eas_fmengine.c | 510 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/ |
D | ieee802_11_vht.c | 51 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local 58 *pos++ = sizeof(*oper); in hostapd_eid_vht_operation() 60 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation() 61 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_vht_operation() 68 oper->vht_op_info_chan_center_freq_seg0_idx = in hostapd_eid_vht_operation() 70 oper->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation() 73 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation() 77 oper->vht_basic_mcs_set = host_to_le16(0xfffc); in hostapd_eid_vht_operation() 78 pos += sizeof(*oper); in hostapd_eid_vht_operation()
|
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 | hw_features.c | 304 struct ieee80211_ht_operation *oper; in ieee80211n_get_pri_sec_chan() local 311 elems.ht_operation_len >= sizeof(*oper)) { in ieee80211n_get_pri_sec_chan() 312 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in ieee80211n_get_pri_sec_chan() 313 *pri_chan = oper->primary_chan; in ieee80211n_get_pri_sec_chan() 314 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) { in ieee80211n_get_pri_sec_chan() 315 int sec = oper->ht_param & in ieee80211n_get_pri_sec_chan() 402 struct ieee80211_ht_operation *oper; in ieee80211n_check_20mhz_bss() local 415 elems.ht_operation_len >= sizeof(*oper)) { in ieee80211n_check_20mhz_bss() 416 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in ieee80211n_check_20mhz_bss() 417 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK) in ieee80211n_check_20mhz_bss()
|
D | wnm_ap.c | 26 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie() argument 28 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); in ieee80211_11_get_tfs_ie() 30 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_get_tfs_ie() 36 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie() argument 38 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); in ieee80211_11_set_tfs_ie() 40 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_set_tfs_ie()
|
/external/mesa3d/src/glsl/ |
D | ast_expr.cpp | 81 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()
|
D | ast_to_hir.cpp | 902 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 …]
|
D | glsl_parser_extras.cpp | 530 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()
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ast_expr.cpp | 81 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()
|
D | ast_to_hir.cpp | 902 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 …]
|
D | glsl_parser_extras.cpp | 530 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()
|
/external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/A… 19 test_name := depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/freeze 23 test_name := depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/pcount 27 test_name := depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/str
|
/external/lldb/examples/synthetic/bitfield/ |
D | program.cpp | 18 MaskingOperator oper; member in MaskedData 25 oper(P) in MaskedData() 31 switch(oper) in apply() 61 oper = P; in setOperator()
|
/external/qemu/android/skin/ |
D | region.c | 1036 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/mesa3d/src/glsl/glcpp/tests/ |
D | 089-redefine-macro-error.c | 16 #define oper(a,b) a+b macro 17 #define oper(a,b) a*b macro
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
D | 089-redefine-macro-error.c | 16 #define oper(a,b) a+b macro 17 #define oper(a,b) a*b macro
|
D | 089-redefine-macro-error.c.expected | 11 0:17(9): preprocessor error: Redefinition of macro oper
|
/external/elfutils/0.153/src/ |
D | ar.c | 61 static int do_oper_extract (int oper, const char *arfname, char **argv, 65 static int do_oper_insert (int oper, const char *arfname, char **argv, 467 do_oper_extract (int oper, const char *arfname, char **argv, int argc, in do_oper_extract() argument 557 if (oper == oper_print) in do_oper_extract() 565 else if (oper == oper_list) in do_oper_extract() 597 if (oper == oper_list) in do_oper_extract() 619 if (oper == oper_print) in do_oper_extract() 681 if (oper != oper_print) in do_oper_extract() 1105 do_oper_insert (int oper, const char *arfname, char **argv, int argc, in do_oper_insert() argument 1111 int fd = open_archive (arfname, O_RDONLY, 0, &elf, &st, oper != oper_move); in do_oper_insert() [all …]
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1473 enum hs20_session_operation oper; in hs20_user_input_complete() local 1481 oper = atoi(val); in hs20_user_input_complete() 1484 if (oper == USER_REMEDIATION) { in hs20_user_input_complete() 1489 if (oper == FREE_REMEDIATION) { in hs20_user_input_complete() 1494 if (oper == SUBSCRIPTION_REGISTRATION) { in hs20_user_input_complete() 1510 enum hs20_session_operation oper; in hs20_cert_enroll_completed() local 1518 oper = atoi(val); in hs20_cert_enroll_completed() 1521 if (oper == SUBSCRIPTION_REGISTRATION) in hs20_cert_enroll_completed() 1536 enum hs20_session_operation oper; in hs20_cert_enroll_failed() local 1547 oper = atoi(val); in hs20_cert_enroll_failed() [all …]
|
/external/qemu/telephony/ |
D | android_modem.c | 762 AOperator oper; in amodem_get_operator_name() local 769 oper = modem->operators + modem->oper_index; in amodem_get_operator_name() 770 len = strlen(oper->name[index]) + 1; in amodem_get_operator_name() 776 memcpy( buffer, oper->name[index], buffer_size-1 ); in amodem_get_operator_name() 786 AOperator oper; in amodem_set_operator_name() local 793 oper = modem->operators + modem->oper_index; in amodem_set_operator_name() 795 avail = sizeof(oper->name[0]); in amodem_set_operator_name() 800 memcpy( oper->name[index], buffer, buffer_size ); in amodem_set_operator_name() 801 oper->name[index][buffer_size] = 0; in amodem_set_operator_name() 1446 AOperator oper = &modem->operators[ modem->oper_index ]; in handleOperatorSelection() local [all …]
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | est.php | 54 $oper = $row['operation']; variable 55 if ($oper != '5') { 56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 817 int oper = -1; in PredicateInstruction() local 835 oper = -1; in PredicateInstruction() 848 oper = MI->getNumOperands() - 2; in PredicateInstruction() 863 for (oper = MI->getNumOperands() - 3; oper >= 0; --oper) in PredicateInstruction() 865 MachineOperand &MO = MI->getOperand(oper); in PredicateInstruction() 877 MI->getOperand(oper+1).ChangeToRegister(MO.getReg(), MO.isDef(), in PredicateInstruction() 883 MI->getOperand(oper+1).ChangeToImmediate(MO.getImm()); in PredicateInstruction() 900 GAIdx = oper; in PredicateInstruction() 918 if (oper < -1) oper = -1; in PredicateInstruction() 920 MI->getOperand(oper+1).ChangeToRegister(PredMO.getReg(), PredMO.isDef(), in PredicateInstruction() [all …]
|