Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h244 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p)) argument
245 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p)) argument
246 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p)) argument
248 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) argument
249 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) argument
250 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val)) argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetBufferPointerv.cpp6 GLvoid* _p; in android_glGetBufferPointerv__II() local
DglMapBufferRange.cpp5 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII() local
/frameworks/av/drm/mediacas/plugins/clearkey/
Decm_generator.cpp41 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p)) argument
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java89 Key(int _t, String _p, IBinder _a, String _w, in Key()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1122 GLvoid* _p; in android_glGetBufferPointerv__II() local
1760 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII() local