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

  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 36 int T::t::*pti; member in class:TT::T::t
86 tt.pti = &I::x;
96 printf("%d\n", i.*tt.pti);
  /toolchain/binutils/binutils-2.25/gold/
target.h 552 Target(const Target_info* pti)
553 : pti_(pti), processor_specific_flags_(0),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z990.s 127 pti %r6,%r5
zarch-z990.d 133 .*: b9 9e 00 65 [ ]*pti %r6,%r5
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 313 const Point* pti = curve.ptr<Point>(); local
316 Point2f prev = is_float ? ptf[last] : Point2f((float)pti[last].x,(float)pti[last].y);
320 Point2f p = is_float ? ptf[i] : Point2f((float)pti[i].x,(float)pti[i].y);
  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 420 PackageItemInfo pti = (PackageItemInfo) info;
421 getTitleAndIconForApp(pti, false);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
winbase.h     [all...]
winuser.h     [all...]

Completed in 697 milliseconds