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

  /external/qemu/
os-win32.c 64 PollingEntry **ppe, *pe; local
68 for(ppe = &first_polling_entry; *ppe != NULL; ppe = &(*ppe)->next);
69 *ppe = pe;
75 PollingEntry **ppe, *pe; local
76 for(ppe = &first_polling_entry; *ppe != NULL; ppe = &(*ppe)->next)
    [all...]
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 108 struct protoent *ppe; local
134 if((ppe = getprotobyname(protocol)) == 0)
147 s = socket(PF_INET, type, ppe->p_proto);
  /external/linux-tools-perf/
builtin-timechart.c 537 struct power_processor_entry *ppe = (void *)te; local
538 if (ppe->state == (u32)PWR_EVENT_EXIT)
539 c_state_end(ppe->cpu_id, sample->time);
541 c_state_start(ppe->cpu_id, sample->time,
542 ppe->state);
545 struct power_processor_entry *ppe = (void *)te; local
546 p_state_change(ppe->cpu_id, sample->time, ppe->state);

Completed in 66 milliseconds