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

  /external/clang/test/SemaCXX/
direct-initializer.cpp 48 int *ppi = d; local
  /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...]
  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 57 double countStdDev, PathProfileInfo* ppi);
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 114 double countStdDev, PathProfileInfo* ppi)
115 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}
  /frameworks/base/core/java/android/widget/
OverScroller.java 643 final float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local
646 * ppi
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 640 final float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local
643 * ppi
    [all...]
  /external/qemu/
qemu-char.c 64 #include <dev/ppbus/ppi.h>
71 #include <dev/misc/ppi/ppi.h>
    [all...]

Completed in 1930 milliseconds