Searched refs:attack (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_rpc.c731 struct kill *attack = NULL; local
745 if (EVTAG_GET(msg, attack, &attack) == -1) {
749 EVTAG_ASSIGN(attack, weapon, "feather");
750 EVTAG_ASSIGN(attack, action, "tickle");
752 if (EVTAG_ARRAY_ADD_VALUE(attack, how_often, i) == NULL) {
803 !EVTAG_HAS(msg2, attack)) {
807 if (EVTAG_GET(msg2, attack, &attack) == -1) {
808 tt_abort_msg("Could not get attack
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasound_fm.h53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound_fm.h53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_compand.c39 double attack; member in struct:ChanParam
145 cp->volume += delta * cp->attack;
370 new_nb_items += sscanf(tstr, "%lf", &s->channels[i].attack) == 1;
371 if (s->channels[i].attack < 0) {
495 if (cp->attack > 1.0 / sample_rate)
496 cp->attack = 1.0 - exp(-1.0 / (sample_rate * cp->attack));
498 cp->attack = 1.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress.c1700 struct kill *attack; local
1713 if (EVTAG_GET(msg, attack, &attack) == -1) {
1718 EVTAG_ASSIGN(attack, weapon, "feather");
1719 EVTAG_ASSIGN(attack, action, "tickle");
1764 !EVTAG_HAS(msg2, attack)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi.h1538 u32 h_control, u16 attack, u16 decay);
1541 u32 h_control, u16 attack, u16 decay);
1544 u32 h_control, u16 *attack, u16 *decay);
1547 u32 h_control, u16 *attack, u16 *decay);
1843 *ph_subsys, u32 h_control, u32 index, u32 attack);
H A Dhpifunc.c2172 *ph_subsys, u32 h_control, unsigned int index, u32 attack)
2175 HPI_COMPANDER_ATTACK, attack, index);
2179 *ph_subsys, u32 h_control, unsigned int index, u32 *attack)
2182 HPI_COMPANDER_ATTACK, 0, index, attack, NULL);
2352 u32 h_control, u16 attack, u16 decay)
2355 HPI_METER_RMS_BALLISTICS, attack, decay);
2361 u32 attack; local
2366 HPI_METER_RMS_BALLISTICS, &attack, &decay);
2369 *pn_attack = (unsigned short)attack;
2377 u32 h_control, u16 attack, u1
2171 hpi_compander_set_attack_time_constant(const struct hpi_hsubsys *ph_subsys, u32 h_control, unsigned int index, u32 attack) argument
2178 hpi_compander_get_attack_time_constant(const struct hpi_hsubsys *ph_subsys, u32 h_control, unsigned int index, u32 *attack) argument
2351 hpi_meter_set_rms_ballistics(const struct hpi_hsubsys *ph_subsys, u32 h_control, u16 attack, u16 decay) argument
2376 hpi_meter_set_peak_ballistics(const struct hpi_hsubsys *ph_subsys, u32 h_control, u16 attack, u16 decay) argument
2386 u32 attack; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsnglinst.tex113 Service attack. Instead, they should alert the user about the problem and
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c631 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
869 /* attack & decay/release time table (msec) */
917 /* attack time: search from time table */
1044 int attack, hold, decay, release; local
1045 attack = calc_gus_envelope_time
1064 snd_sf_calc_parm_attack(attack);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c506 /* Set attack phase level */
507 reg_val = (voice->attack << 4) & OPL3_ATTACK_MASK;

Completed in 120 milliseconds