OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppe
(Results
1 - 2
of
2
) 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/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);
Completed in 180 milliseconds