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

  /external/blktrace/
blkparse.c 73 * some duplicated effort here, we can unify this hash and the ppi hash later
643 static inline int ppi_hash(struct per_process_info *ppi)
645 struct process_pid_map *ppm = ppi->ppm;
653 static inline void add_ppi_to_hash(struct per_process_info *ppi)
655 const int hash_idx = ppi_hash(ppi);
657 ppi->hash_next = ppi_hash_table[hash_idx];
658 ppi_hash_table[hash_idx] = ppi;
661 static inline void add_ppi_to_list(struct per_process_info *ppi)
663 ppi->list_next = ppi_list;
664 ppi_list = ppi;
671 struct per_process_info *ppi; local
689 struct per_process_info *ppi; local
706 struct per_process_info *ppi; local
1053 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1090 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1125 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local
1144 struct per_process_info *ppi = find_ppi(pid); local
1717 struct per_process_info *ppi; local
1745 struct per_process_info *ppi; local
    [all...]
  /frameworks/base/core/java/android/widget/
Scroller.java 82 float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local
85 * ppi // pixels per inch
  /external/qemu/
qemu-char-android.c 69 #include <dev/ppbus/ppi.h>
73 #include <dev/misc/ppi/ppi.h>
    [all...]
qemu-char.c 68 #include <dev/ppbus/ppi.h>
72 #include <dev/misc/ppi/ppi.h>
    [all...]

Completed in 1444 milliseconds