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

  /external/clang/test/CodeGen/
address-space.c 38 void test4(MyStruct __attribute__((address_space(2))) *pPtr) {
39 MyStruct s = pPtr[0];
40 pPtr[0] = s;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 34 static void construct(value_type* pPtr) { new (pPtr) value_type(); }
36 static void construct(value_type* pPtr, const value_type& pValue) {
37 new (pPtr) value_type(pValue);
40 static void destroy(value_type* pPtr) {}
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); }
72 static void construct(value_type* pPtr, const value_type& pValue) {
73 new (pPtr) value_type(pValue);
76 static void destroy(value_type* pPtr) { pPtr->~value_type();
    [all...]
GCFactory.h 136 void deallocate(pointer& pPtr, size_type N) {
137 Alloc::deallocate(pPtr, N);
138 if (pPtr == NULL)
142 void deallocate(pointer& pPtr) {
143 Alloc::deallocate(pPtr);
144 if (pPtr == NULL)
  /external/skia/tests/
PointTest.cpp 17 const SkScalar* pPtr = SkTCast<const SkScalar*>(&p);
20 REPORTER_ASSERT(reporter, p.asScalars() == pPtr);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 665 milliseconds