Home
last modified time | relevance | path

Searched defs:CMP_VPTR (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dvtable2.cpp136 #define CMP_VPTR(A, B) (*(void **)(A) == *(void **)(B)) macro
145 #define CMP_VPTR(A, B) (*(A) == (ptrdiff_t)(B)) macro
/ndk/tests/device/test-stlport_shared-exception/jni/
Dvtable2.cpp136 #define CMP_VPTR(A, B) (*(void **)(A) == *(void **)(B)) macro
145 #define CMP_VPTR(A, B) (*(A) == (ptrdiff_t)(B)) macro