HomeSort by relevance Sort by last modified time
    Searched refs:sustain (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 47 unsigned char do_sustain; /* sustain phase */
55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 47 unsigned char do_sustain; /* sustain phase */
55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 47 unsigned char do_sustain; /* sustain phase */
55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 47 unsigned char do_sustain; /* sustain phase */
55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 107 const base::TimeDelta& sustain, const Config& config, BucketMapper* map)
109 repeat_exhaustion_allowance_(sustain.InSeconds() /
extensions_quota_service.h 186 SustainedLimit(const base::TimeDelta& sustain,
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 315 * The selected voice is held due to sustain pedal
318 * pVoice - pointer to voice to sustain
334 /* check to see if any envelopes are above the sustain level */
345 /* if the envelope gain is above the sustain level, we need to catch this voice */
346 if (pFMVoice->oper[operIndex].envGain >= ((EAS_U16) (pRegion->oper[operIndex].sustain & 0xfc) << 7))
360 /* set sustain flag */
657 /* check for sustain level reached */
658 temp = (EAS_U32) (pOperData->sustain & 0xfc) << 7;
681 pOper->envGain = (EAS_U16)((EAS_U16)(pOperData->sustain & 0xfc) << 7);
eas_sndlib.h 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 315 * The selected voice is held due to sustain pedal
318 * pVoice - pointer to voice to sustain
334 /* check to see if any envelopes are above the sustain level */
345 /* if the envelope gain is above the sustain level, we need to catch this voice */
346 if (pFMVoice->oper[operIndex].envGain >= ((EAS_U16) (pRegion->oper[operIndex].sustain & 0xfc) << 7))
360 /* set sustain flag */
657 /* check for sustain level reached */
658 temp = (EAS_U32) (pOperData->sustain & 0xfc) << 7;
681 pOper->envGain = (EAS_U16)((EAS_U16)(pOperData->sustain & 0xfc) << 7);
eas_sndlib.h 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
eas_mdls.c 328 1000, /* EG1 sustain level: 100.0% */
339 1000, /* EG2 sustain level: 100.0% */
425 static EAS_I16 ConvertSustain (EAS_I32 sustain);
    [all...]
  /external/oprofile/events/i386/nehalem/
events 38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline.

Completed in 204 milliseconds