Searched refs:ptr2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.hpp46 const MemPointer* ptr2) const {
48 MemPointerRecord* p2 = (MemPointerRecord*)ptr2;
167 const MemPointer* ptr2) const {
169 VMMemRegion* p2 = (VMMemRegion*)ptr2;
/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c439 LPSTR ptr1, ptr2; local
460 while ((ptr2 = strstr(ptr1, " & ")) != NULL) {
461 ptr1 = ptr2+3;
488 wchar_t *ptr1, *ptr2; local
510 while ((ptr2 = wcsstr(ptr1, L" & ")) != NULL) {
511 ptr1 = ptr2+3;

Completed in 404 milliseconds