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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_mem_energy_augmentation.c 31 int16_t *ppe, *pp, *interpSamplesPtr; local
42 ppe = CBmemPtr - 20;
48 WEBRTC_SPL_MUL_16_16_RSFT(*ppe, *ppe, scale);
49 ppe--;
  /external/qemu/
main-loop.c 150 PollingEntry **ppe, *pe; local
154 for(ppe = &first_polling_entry; *ppe != NULL; ppe = &(*ppe)->next);
155 *ppe = pe;
161 PollingEntry **ppe, *pe; local
162 for(ppe = &first_polling_entry; *ppe != NULL; ppe = &(*ppe)->next)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 497 struct power_processor_entry *ppe = sample->raw_data; local
499 if (ppe->state == (u32) PWR_EVENT_EXIT)
500 c_state_end(ppe->cpu_id, sample->time);
502 c_state_start(ppe->cpu_id, sample->time, ppe->state);
510 struct power_processor_entry *ppe = sample->raw_data; local
512 p_state_change(ppe->cpu_id, sample->time, ppe->state);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 93 milliseconds